feat: editor almost done.

This commit is contained in:
2021-12-16 18:55:27 +08:00
parent 09a9275705
commit 8face6f724
8 changed files with 59 additions and 19 deletions
+6 -1
View File
@@ -59,6 +59,10 @@
"info": {
"name": "Scheme Name",
"description": "Description"
},
"hints": {
"command": "Please enter the command you want to execute",
"remark": "Please enter a remark information"
}
},
"operation": {
@@ -70,7 +74,8 @@
},
"str": {
"null": "Null",
"new_scheme": "New gesture scheme"
"new_scheme": "New gesture scheme",
"copy": "copy"
},
"built_in_commands": {
"ShowWorkspace": "ShowWorkspace",
+6 -1
View File
@@ -59,6 +59,10 @@
"info": {
"name": "方案名称",
"description": "方案描述"
},
"hints": {
"command": "请输入要执行的命令",
"remark": "请输入备注信息"
}
},
"operation": {
@@ -70,7 +74,8 @@
},
"str": {
"null": "无",
"new_scheme": "新建手势方案"
"new_scheme": "新建手势方案",
"copy": "副本"
},
"built_in_commands": {
"ShowWorkspace": "显示工作区",