Skip to content

Commit 2bbfefa

Browse files
author
lrhh123
committed
add: 添加 Excel 导入回复关键词
1 parent a9710da commit 2bbfefa

File tree

19 files changed

+905
-425
lines changed

19 files changed

+905
-425
lines changed

BUILD.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 项目技术栈
2+
- electron-react-boilerplate
3+
14

25
## 本地调试说明
36
首先下载 https://wwp.lanzouo.com/ipTev1qulx1i 里面的文件并解压到你的项目目录 assets/backend 目录下
@@ -54,8 +57,7 @@ pnpm i
5457
```bash
5558
pnpm --prefix=node_modules/sqlite3 run rebuild
5659

57-
https://registry.npmmirror.com
58-
60+
# https://registry.npmmirror.com
5961
# 使用 Visual Studio 社区中的 Desktop development with C++ 组件安装 C++ 工具集
6062

6163
nvm use 18

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@
121121
- [ ] 添加关闭自动回复,只使用关键词回复的功能
122122
- [ ] 添加延时随机时间
123123
- [ ] 优化各个平台的独立配置功能
124-
- [ ] 支持 Excel 导入回复内容
124+
- [x] 支持 Excel 导入回复内容
125125
- [ ] 支持导出回复内容到 Excel
126126
- [ ] 支持导出聊天记录到 Excel
127127
- [ ] 添加中文路径的支持

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@
111111
"electron-log": "^4.4.8",
112112
"electron-store": "^8.1.0",
113113
"electron-updater": "^6.1.4",
114+
"exceljs": "^4.4.0",
114115
"express": "^4.19.2",
115116
"express-async-handler": "^1.2.0",
116117
"framer-motion": "^11.0.3",

0 commit comments

Comments
 (0)