Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
antSword
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
HuangJunbo
antSword
Commits
6c03f07a
Commit
6c03f07a
authored
Apr 23, 2016
by
antoor
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update to v1.2.1
更新到v1.2.1
parent
f594af8e
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
12 additions
and
8 deletions
+12
-8
CHANGELOG.md
CHANGELOG.md
+4
-0
README.md
README.md
+2
-1
README_CN.md
README_CN.md
+2
-2
package.json
package.json
+4
-5
No files found.
CHANGELOG.md
View file @
6c03f07a
...
@@ -4,6 +4,10 @@
...
@@ -4,6 +4,10 @@
## 2016/04
## 2016/04
### /24 `(v1.2.1)`
1.
重写前端资源加载方案
2.
优化部分ES6代码
### /23
### /23
1.
更新美化关于页面
1.
更新美化关于页面
2.
修正 Aspx 中代码根据用户配置自动编码
2.
修正 Aspx 中代码根据用户配置自动编码
...
...
README.md
View file @
6c03f07a
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
> You can use it easily and intuitively to management your website(webshell).
> You can use it easily and intuitively to management your website(webshell).
[

](https://nodejs.org/en/download/)
[

](https://nodejs.org/en/download/)
[

](https://github.com/antoor/antSword/releases/tag/1.2.0)
[

]
[
url-release
]
[
中文说明
][
url-doccn
]
|
[
开发文档
][
url-document
]
|
[
CHANGELOG
][
url-changelog
]
[
中文说明
][
url-doccn
]
|
[
开发文档
][
url-document
]
|
[
CHANGELOG
][
url-changelog
]
...
@@ -65,3 +65,4 @@ This project is licensed under the terms of the [MIT license][url-mit]
...
@@ -65,3 +65,4 @@ This project is licensed under the terms of the [MIT license][url-mit]
[
url-weibo
]:
http://weibo.com/antoor
[
url-weibo
]:
http://weibo.com/antoor
[
url-mit
]:
LICENSE
[
url-mit
]:
LICENSE
[
url-document
]:
http://doc.uyu.us
[
url-document
]:
http://doc.uyu.us
[
url-release
]:
https://github.com/antoor/antSword/releases/tag/1.2.1
README_CN.md
View file @
6c03f07a
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
**任何人不得将其用于非法用途以及盈利等目的,也禁止未经允许私自修改打包进行发布,否则后果自行承担并将追究其相关责任!**
**任何人不得将其用于非法用途以及盈利等目的,也禁止未经允许私自修改打包进行发布,否则后果自行承担并将追究其相关责任!**
[

]
[
url-nodejs-download
]
[

]
[
url-nodejs-download
]
[

]
[
url-release
]
[

]
[
url-release
]
[
英文说明
][
url-docen
]
|
[
开发文档
][
url-document
]
|
[
CHANGELOG
][
url-changelog
]
[
英文说明
][
url-docen
]
|
[
开发文档
][
url-document
]
|
[
CHANGELOG
][
url-changelog
]
...
@@ -93,7 +93,7 @@ $ npm start
...
@@ -93,7 +93,7 @@ $ npm start
[
url-changelog
]:
CHANGELOG.md
[
url-changelog
]:
CHANGELOG.md
[
url-document
]:
http://doc.uyu.us
[
url-document
]:
http://doc.uyu.us
[
url-nodejs-download
]:
https://nodejs.org/en/download/
[
url-nodejs-download
]:
https://nodejs.org/en/download/
[
url-release
]:
https://github.com/antoor/antSword/releases/tag/1.2.
0
[
url-release
]:
https://github.com/antoor/antSword/releases/tag/1.2.
1
[
url-electron
]:
http://electron.atom.io/
[
url-electron
]:
http://electron.atom.io/
[
url-es6
]:
http://es6.ruanyifeng.com/
[
url-es6
]:
http://es6.ruanyifeng.com/
[
url-webpack
]:
http://webpack.github.io/
[
url-webpack
]:
http://webpack.github.io/
...
...
package.json
View file @
6c03f07a
{
{
"name"
:
"antsword"
,
"name"
:
"antsword"
,
"version"
:
"1.2.
0
"
,
"version"
:
"1.2.
1
"
,
"description"
:
"中国蚁剑是一款跨平台的开源网站管理工具"
,
"description"
:
"中国蚁剑是一款跨平台的开源网站管理工具"
,
"main"
:
"app.js"
,
"main"
:
"app.js"
,
"dependencies"
:
{
"dependencies"
:
{
...
@@ -32,11 +32,10 @@
...
@@ -32,11 +32,10 @@
},
},
"debug"
:
true
,
"debug"
:
true
,
"update"
:
{
"update"
:
{
"md5"
:
"
9632088a0be879fad2682793a8facd81
"
,
"md5"
:
"
1d21b4f1fb4ddc9a8014020a37b96777
"
,
"logs"
:
"修
复文件管理模板XSS安全问题
\n
完全重写优化核心代码架构
\n
增强文件下载功能,支持稳定下载大文件
\n
优化HTTP请求函数
\n
增加显示文件管理左侧目录数
\n
增加文件管理模块拖拽文件上传功能
\n
重新架构核心模块编码器
\n
优化shellmanager添加/编辑功能
\n
重构语言模板加载方案
\n
增加中文部分开发文档
"
,
"logs"
:
"修
补 aspx 连接和文件管理的 Bug
\n
新添加了 aspx base64 编码器
\n
更新美化关于页面
\n
修正 Aspx 中代码根据用户配置自动编码
\n
重写前端资源加载方案
\n
优化部分ES6代码
"
,
"sources"
:
{
"sources"
:
{
"coding.net"
:
"https://coding.net/api/share/download/e821cb92-3654-419d-894d-a1a2d9cdf2a5"
,
"coding.net"
:
"https://coding.net/api/share/download/4aaf3221-af66-4f63-824d-37b81bc68711"
"github"
:
"https://github.com/antoor/antSword/releases/download/1.2.0/update.zip"
}
}
},
},
"bugs"
:
{
"bugs"
:
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment