feat: add dde_button widget.

This commit is contained in:
2021-09-28 18:35:35 +08:00
parent 92a2e4c365
commit bba3b5d3d1
14 changed files with 243 additions and 89 deletions
+8 -2
View File
@@ -3,7 +3,8 @@
"label": "Theme",
"dark": "Dark",
"light": "Light",
"system": "System"
"system": "System",
"tip": "Choose a theme"
},
"version": {
"current": "current version",
@@ -11,6 +12,11 @@
},
"app_name": "Gesture Manager for DDE",
"language": {
"label": "Language"
"label": "Language",
"tip": "Choose a language"
},
"help": {
"label": "Help",
"tip": "Display help documentation"
}
}
+8 -2
View File
@@ -3,7 +3,8 @@
"label": "主题",
"dark": "深色",
"light": "浅色",
"system": "跟随系统"
"system": "跟随系统",
"tip": "选择界面主题"
},
"version": {
"current": "当前版本",
@@ -11,6 +12,11 @@
},
"app_name": "DDE手势管理器",
"language": {
"label": "语言"
"label": "语言",
"tip": "选择语言"
},
"help": {
"label": "帮助",
"tip": "显示帮助文档"
}
}