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
72460d15
Commit
72460d15
authored
Apr 05, 2019
by
Medicean
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(Fix:Core) fix #141 (thx @RoyTse)
parent
96984066
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
CHANGELOG.md
CHANGELOG.md
+1
-0
base.js
source/core/base.js
+1
-1
No files found.
CHANGELOG.md
View file @
72460d15
...
@@ -9,6 +9,7 @@
...
@@ -9,6 +9,7 @@
*
执行命令新增
`antsystem`
函数, 具体见: https://github.com/AntSwordProject/ant_php_extension
*
执行命令新增
`antsystem`
函数, 具体见: https://github.com/AntSwordProject/ant_php_extension
*
Fix 编码器保存后不生效的问题 #135 (thx @K4ngx)
*
Fix 编码器保存后不生效的问题 #135 (thx @K4ngx)
*
Fix core download 参数遗漏问题 #142 (thx @RoyTse)
*
Fix core download 参数遗漏问题 #142 (thx @RoyTse)
*
Fix #141 (thx @RoyTse)
### 虚拟终端
### 虚拟终端
...
...
source/core/base.js
View file @
72460d15
...
@@ -158,7 +158,7 @@ class Base {
...
@@ -158,7 +158,7 @@ class Base {
retStr
=
argv
[
tagStr
]
||
''
;
retStr
=
argv
[
tagStr
]
||
''
;
}
}
// 组合最终生成模板代码
// 组合最终生成模板代码
data
[
arg
]
=
args
[
arg
].
replace
(
tag
,
retStr
);
data
[
arg
]
=
data
[
arg
].
replace
(
tag
,
retStr
);
}
}
)
)
}
}
...
...
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