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
7aed041b
Commit
7aed041b
authored
Mar 23, 2021
by
Medicean
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update(Modules/Settings): 「编码管理」新增新建「JSP解码器」
parent
fc92e613
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
0 deletions
+12
-0
CHANGELOG.md
CHANGELOG.md
+4
-0
encoders.js
source/modules/settings/encoders.js
+8
-0
No files found.
CHANGELOG.md
View file @
7aed041b
...
...
@@ -35,6 +35,8 @@ eg:
> 能够适配所有编码器的Shell比较少, 这个功能就略显鸡肋, 我们决定移除它
*
JSP Template 升级至 1.5.5-3c1cd75
*
支持解码器(返回包加密)
*
兼容 JDK5
### 其它
...
...
@@ -42,6 +44,8 @@ eg:
点击最小化时,不再最小化至系统托盘。点击关闭按钮,最小化至系统托盘。点击托盘菜单中的「退出」程序退出。
*
「编码管理」新增新建「JSP解码器」
## 2021/02/06 `v(2.1.10)`
### 核心
...
...
source/modules/settings/encoders.js
View file @
7aed041b
...
...
@@ -91,6 +91,11 @@ class Encoders {
icon
:
'file-code-o'
,
type
:
'button'
,
text
:
"PHP"
},
{
id
:
'new_jsp_decoder'
,
icon
:
'file-code-o'
,
type
:
'button'
,
text
:
"JSP"
},
{
type
:
'separator'
},
{
...
...
@@ -148,6 +153,9 @@ class Encoders {
case
"new_php_decoder"
:
that
.
createEncoder
(
id
,
'decoder'
);
break
;
case
"new_jsp_decoder"
:
that
.
createEncoder
(
id
,
'decoder'
);
break
;
case
"new_custom_decoder"
:
that
.
createEncoder
(
id
,
'decoder'
);
break
;
...
...
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