Skip to content

Commit 27eba5e

Browse files
committed
doc:readme.md
1 parent 05b0cf1 commit 27eba5e

2 files changed

Lines changed: 2 additions & 6 deletions

File tree

README.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -197,8 +197,4 @@ flask run
197197

198198
## 后续开发计划
199199

200-
- [ ] 新增 `websocket`模块
201-
- [ ] 七牛 文件上传支持
202-
- [ ] 启用插件机制
203-
- [ ] 图形验证码
204-
- [ ] 优化核心库逻辑
200+
- [ ] 重构插件机制

app/extension/file/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# 本地文件上传相关配置模版
22
FILE = {
3-
"STORE_DIR": "app/assets",
3+
"STORE_DIR": "assets",
44
"SINGLE_LIMIT": 1024 * 1024 * 2,
55
"TOTAL_LIMIT": 1024 * 1024 * 20,
66
"NUMS": 10,

0 commit comments

Comments
 (0)