We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05b0cf1 commit 27eba5eCopy full SHA for 27eba5e
2 files changed
README.md
@@ -197,8 +197,4 @@ flask run
197
198
## 后续开发计划
199
200
-- [ ] 新增 `websocket`模块
201
-- [ ] 七牛 文件上传支持
202
-- [ ] 启用插件机制
203
-- [ ] 图形验证码
204
-- [ ] 优化核心库逻辑
+- [ ] 重构插件机制
app/extension/file/config.py
@@ -1,6 +1,6 @@
1
# 本地文件上传相关配置模版
2
FILE = {
3
- "STORE_DIR": "app/assets",
+ "STORE_DIR": "assets",
4
"SINGLE_LIMIT": 1024 * 1024 * 2,
5
"TOTAL_LIMIT": 1024 * 1024 * 20,
6
"NUMS": 10,
0 commit comments