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
d7797d65
Commit
d7797d65
authored
Sep 03, 2019
by
Medicean
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(Enhance:Settings) 默认设置新增「使用随机英文单词变量」配置项
parent
5e9e6722
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
15 additions
and
2 deletions
+15
-2
CHANGELOG.md
CHANGELOG.md
+1
-0
en.js
source/language/en.js
+2
-1
zh.js
source/language/zh.js
+1
-0
zh_hk.js
source/language/zh_hk.js
+1
-0
zh_tw.js
source/language/zh_tw.js
+2
-1
adefault.js
source/modules/settings/adefault.js
+8
-0
No files found.
CHANGELOG.md
View file @
d7797d65
...
...
@@ -39,6 +39,7 @@
*
`jsp_custom_script_for_mysql`
提供
`AES`
编码解码示例
*
`jsp_custom_script_for_mysql`
增加 Version 显示
*
windows 下单击鼠标左键 Tray Icon 显示/隐藏 主窗口 改为 「双击」
*
默认设置新增 「使用随机英文单词变量」配置项
## 2019/08/19 `v(2.1.5)`
...
...
source/language/en.js
View file @
d7797d65
...
...
@@ -176,7 +176,7 @@ module.exports = {
otherConf
:
{
nohttps
:
'Ignore HTTPS certificate'
,
usemultipart
:
'Use Multipart send payload'
,
userandomvariable
:
'Use random English word variables'
,
userandomvariable
:
'Use random English word variables'
,
chunk
:
{
title
:
'Chunked Transfer (Experimentally)'
,
usechunk
:
'Use Chunked send payload.'
,
...
...
@@ -944,6 +944,7 @@ Hot Keys:
},
other
:
{
nohttps
:
'Ignore HTTPS certificate'
,
userandomvariable
:
'Use random English word variables'
,
requestTimeout
:
'Request timeout'
}
},
...
...
source/language/zh.js
View file @
d7797d65
...
...
@@ -944,6 +944,7 @@ module.exports = {
},
other
:
{
nohttps
:
'忽略HTTPS证书'
,
userandomvariable
:
'使用随机英文单词变量'
,
requestTimeout
:
'请求超时'
}
},
...
...
source/language/zh_hk.js
View file @
d7797d65
...
...
@@ -942,6 +942,7 @@ module.exports = {
},
other
:
{
nohttps
:
'忽略HTTPS證書'
,
userandomvariable
:
'使用隨機英文單詞變量'
,
requestTimeout
:
'請求超時'
}
},
...
...
source/language/zh_tw.js
View file @
d7797d65
...
...
@@ -177,7 +177,7 @@ module.exports = {
otherConf
:
{
nohttps
:
'忽略HTTPS證書'
,
usemultipart
:
'使用 Multipart 發包'
,
userandomvariable
:
'使用隨機英文單詞變量'
,
userandomvariable
:
'使用隨機英文單詞變量'
,
chunk
:
{
title
:
'分塊傳輸(實驗性功能)'
,
usechunk
:
'開啟分塊傳輸發包'
,
...
...
@@ -943,6 +943,7 @@ module.exports = {
},
other
:
{
nohttps
:
'忽略HTTPS證書'
,
userandomvariable
:
'使用隨機英文單詞變量'
,
requestTimeout
:
'請求超時'
}
},
...
...
source/modules/settings/adefault.js
View file @
d7797d65
...
...
@@ -27,6 +27,7 @@ class ADefault {
bodys
:
{},
others
:
{
"ignore-https"
:
0
,
"use-random-variable"
:
0
,
"request-timeout"
:
'10000'
}
},
...
...
@@ -145,6 +146,12 @@ class ADefault {
name
:
'shellmanager_ignore-https'
,
label
:
LANG
[
'shellmanager'
][
'other'
][
'nohttps'
],
checked
:
self
.
shellmanager_settings
.
others
[
'ignore-https'
]
===
1
},
{
type
:
'checkbox'
,
position
:
'label-right'
,
name
:
'shellmanager_use-random-variable'
,
label
:
LANG
[
'shellmanager'
][
'other'
][
'userandomvariable'
],
checked
:
self
.
shellmanager_settings
.
others
[
'use-random-variable'
]
===
1
},
{
type
:
"label"
,
label
:
LANG
[
'shellmanager'
][
'other'
][
'requestTimeout'
]
...
...
@@ -391,6 +398,7 @@ class ADefault {
config
.
shellmanager
.
headers
=
self
.
shellmanager_settings
.
headers
;
config
.
shellmanager
.
bodys
=
self
.
shellmanager_settings
.
bodys
;
config
.
shellmanager
.
others
[
"ignore-https"
]
=
_formvals
[
'shellmanager_ignore-https'
];
config
.
shellmanager
.
others
[
"use-random-variable"
]
=
_formvals
[
'shellmanager_use-random-variable'
];
config
.
shellmanager
.
others
[
"request-timeout"
]
=
_formvals
[
'shellmanager_request-timeout'
];
config
.
terminal
.
tsize
=
self
.
terminal_settings
.
tsize
;
...
...
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