Commit 916403e6 authored by Medicean's avatar Medicean

(Other:Changelog) 更新改动日志

parent 0c4b2415
...@@ -20,6 +20,10 @@ ...@@ -20,6 +20,10 @@
> 将 pwd payload 全部转换成 `%uxxxx` 这种形式, eg: `Re` => `%u0052%u0065` > 将 pwd payload 全部转换成 `%uxxxx` 这种形式, eg: `Re` => `%u0052%u0065`
### 文件管理
* 「文件下载」支持多文件下载, **不支持选择「文件夹」** #140
### 其它 ### 其它
* 修复 `jsp_custom_script_for_mysql.jsp` 使用 `base64` 编码器连接数据库时 `characterEncoding` 二次解码导致的无法识别的问题 #171 * 修复 `jsp_custom_script_for_mysql.jsp` 使用 `base64` 编码器连接数据库时 `characterEncoding` 二次解码导致的无法识别的问题 #171
......
{ {
"name": "antsword", "name": "antsword",
"version": "2.1.2.3", "version": "2.1.2.4",
"description": "中国蚁剑是一款跨平台的开源网站管理工具", "description": "中国蚁剑是一款跨平台的开源网站管理工具",
"main": "app.js", "main": "app.js",
"dependencies": { "dependencies": {
...@@ -38,4 +38,4 @@ ...@@ -38,4 +38,4 @@
"url": "https://github.com/AntSwordProject/AntSword/issues" "url": "https://github.com/AntSwordProject/AntSword/issues"
}, },
"homepage": "https://github.com/AntSwordProject/AntSword/" "homepage": "https://github.com/AntSwordProject/AntSword/"
} }
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment