feat: add default scheme to local manager.

This commit is contained in:
2021-10-09 18:42:12 +08:00
parent b160adc654
commit d3a69573c3
7 changed files with 51 additions and 14 deletions
+5 -1
View File
@@ -23,7 +23,11 @@
"title": "Scheme market"
},
"local_manager": {
"title": "Local scheme management"
"title": "Local scheme management",
"default_scheme": {
"label": "System default scheme",
"description": "System default gesture scheme, cannot be modified. (Secretly telling you that there is no actual content in this scheme, just when applying the scheme, it is achieved by deleting a custom configuration scheme."
}
},
"gesture_editor": {
"label": "Gesture scheme editing",
+5 -1
View File
@@ -23,7 +23,11 @@
"title": "方案市场"
},
"local_manager": {
"title": "本地方案管理"
"title": "本地方案管理",
"default_scheme": {
"label": "系统默认方案",
"description": "系统默认的手势方案,不可修改。(偷偷告诉你,这个这个方案里没有任何实际内容,应用该方案时不过是通过删除自定义配置方案的方式来实现恢复系统默认方案~)"
}
},
"gesture_editor": {
"label": "手势方案编辑",