update changelog

This commit is contained in:
Pig Fang 2020-06-06 09:53:19 +08:00
parent 78f6c6c286
commit a1ce50609f
2 changed files with 4 additions and 0 deletions

View File

@ -76,6 +76,7 @@
- Fixed that normal administrator can set other user as administrator.
- Fixed that texture file won't be deleted when deleting texture in reports management.
- Fixed that score calculation at upload page isn't consistent with that at back-end.
- Fixed that new texture name isn't checked when texture is renamed.
## Removed
@ -101,3 +102,4 @@
- Upgraded Laravel to v7.
- Rewritten almost templates with Twig.
- Rewritten front-end code with React.

View File

@ -76,6 +76,7 @@
- 修复普通管理员可设置其他用户为管理员的问题
- 修复处理举报中删除材质时不删除材质文件的问题
- 修复「材质上传」页面的积分计算与后端不一致的问题
- 修复重命名材质时不对新名称进行检查的问题
## 移除
@ -101,3 +102,4 @@
- Laravel 升级到 v7
- 使用 Twig 重写大部分 Blade 模板
- 使用 React 重写前端