Skip to content

Commit 7011b75

Browse files
committed
chore: 更新核心库版本
1 parent 5e96895 commit 7011b75

4 files changed

Lines changed: 11 additions & 5 deletions

File tree

Pipfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Flask = "==1.0.2"
1212
Flask-SQLAlchemy = "==2.3.2"
1313
Flask-WTF = "==0.14.2"
1414
Flask-Cors = "==2.1.0"
15-
Lin-CMS = "==0.1.1b1"
15+
Lin-CMS = "==0.1.1b3"
1616

1717
[dev-packages]
1818
pytest = "*"

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ Lin-CMS 是林间有风团队经过大量项目实践所提炼出的一套**内
3535

3636
## 最新版本
3737

38-
核心库:0.1.1b1
38+
核心库:0.1.1b3
3939

40-
示例工程:0.1.0-beta.1
40+
示例工程:0.1.0-beta.2
4141

4242

4343
### 文档地址
@@ -165,4 +165,4 @@ pipenv shell
165165

166166
## 下个版本开发计划
167167

168-
- [ ] 调整 jwt 机制,增强灵活性
168+
- [ ] 系统访问日志、错误日志

code.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,12 @@
2626

2727
10100 refresh token 获取失败
2828

29+
10110 文件体积过大
30+
31+
10120 文件数量过多
32+
33+
10130 文件扩展名不符合规范
34+
2935
20000 werkzeug 中的HTTP EXCEPTION,error_code统一为1007,前端应读取msg
3036

3137
## 项目使用的状态码

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Flask-WTF==0.14.2
1010
idna==2.6
1111
itsdangerous==1.1.0
1212
Jinja2==2.10
13-
Lin-CMS==0.1.1b1
13+
Lin-CMS==0.1.1b3
1414
MarkupSafe==1.1.1
1515
pipfile==0.0.2
1616
PyJWT==1.7.1

0 commit comments

Comments
 (0)