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
9283b75b
Commit
9283b75b
authored
Mar 30, 2016
by
Antoor
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #29 from antoor/v1.1-dev
Fix some details
parents
1e1c7e6f
0d3c8bb6
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
2 deletions
+8
-2
CHANGELOG.md
CHANGELOG.md
+6
-0
README.md
README.md
+1
-1
update.jsx
source/modules/settings/update.jsx
+1
-1
No files found.
CHANGELOG.md
View file @
9283b75b
...
...
@@ -4,6 +4,12 @@
## 2016/03
### /30
1.
修正更新菜单栏判断条件(win禁止按钮
### /29
1.
完成在线更新功能(目前不支持windows以及开发版本
### /26
1.
文件管理双击:size < 100kb ? 编辑 : 下载
2.
调整 Custom 方式数据库部分代码 // 2-4:感谢
[
@Medicean
](
https://github.com/Medicean
)
...
...
README.md
View file @
9283b75b
...
...
@@ -5,7 +5,7 @@
**任何人不得将其用于非法用途以及盈利等目的,也禁止未经允许私自修改打包进行发布,否则后果自行承担并将追究其相关责任!**
[

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

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

](https://github.com/antoor/antSword/releases/tag/1.1.1
)
## 设计思想
> 中国蚁剑采用了[Electron](http://electron.atom.io/)作为外壳,`ES6`作为前端代码编写语言,搭配`Babel`&&`Webpack`进行组件化构建编译,外加`iconv-lite`编码解码模块以及`superagent`数据发送处理模块还有`nedb`数据存储模块,组成了这个年轻而又充满活力的新一代大杀器。
...
...
source/modules/settings/update.jsx
View file @
9283b75b
...
...
@@ -20,7 +20,7 @@ class Update {
id
:
'check'
,
type
:
'button'
,
// 调试或者windows平台不支持更新
disabled
:
antSword
[
'package'
][
'debug'
]
||
process
.
platform
===
'win'
,
disabled
:
antSword
[
'package'
][
'debug'
]
||
process
.
platform
===
'win
32
'
,
text
:
LANG
[
'toolbar'
][
'check'
],
icon
:
'check-square-o'
},
{
type
:
'separator'
}
]);
...
...
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