feat: main framework complete.

This commit is contained in:
2021-09-24 16:54:28 +08:00
parent 02640c6f08
commit d5c104c9a0
17 changed files with 236 additions and 55 deletions
+8
View File
@@ -4,5 +4,13 @@
"dark": "Dark",
"light": "Light",
"system": "System"
},
"version": {
"current": "current version",
"check_update": "Check for updates"
},
"app_name": "Gesture Manager for DDE",
"language": {
"label": "Language"
}
}
+8
View File
@@ -4,5 +4,13 @@
"dark": "深色",
"light": "浅色",
"system": "跟随系统"
},
"version": {
"current": "当前版本",
"check_update": "检查更新"
},
"app_name": "DDE手势管理器",
"language": {
"label": "语言"
}
}