Commit eb3a3e9a authored by Medicean's avatar Medicean

(Fix:FileManager) 修正 AntSword 拼写

parent f4dd2d69
......@@ -440,7 +440,7 @@ class FileManager {
this.core.request(
this.core.filemanager.create_file({
path: this.path + value,
content: '#Halo AntWord!'
content: '#Halo AntSword!'
})
).then((res) => {
let ret = res['text'];
......@@ -1010,7 +1010,7 @@ class FileManager {
self.core.request(
self.core.filemanager.create_file({
path: path,
content: editor.session.getValue() || '#Halo AntWord!'
content: editor.session.getValue() || '#Halo AntSword!'
})
).then((res) => {
let ret = res['text'];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment