feat: Add branding import/export functionality and enhance settings dialog with new fields
Some checks are pending
Tests & Quality Checks / Test on Python 3.11 (push) Waiting to run
Tests & Quality Checks / Test on Python 3.12 (push) Waiting to run
Tests & Quality Checks / Test on Python 3.11-1 (push) Waiting to run
Tests & Quality Checks / Test on Python 3.12-1 (push) Waiting to run
Tests & Quality Checks / Test on Python 3.10 (push) Waiting to run
Tests & Quality Checks / Test on Python 3.11-2 (push) Waiting to run
Tests & Quality Checks / Test on Python 3.12-2 (push) Waiting to run
Tests & Quality Checks / Build Artifacts (push) Blocked by required conditions
Tests & Quality Checks / Build Artifacts-1 (push) Blocked by required conditions
Some checks are pending
Tests & Quality Checks / Test on Python 3.11 (push) Waiting to run
Tests & Quality Checks / Test on Python 3.12 (push) Waiting to run
Tests & Quality Checks / Test on Python 3.11-1 (push) Waiting to run
Tests & Quality Checks / Test on Python 3.12-1 (push) Waiting to run
Tests & Quality Checks / Test on Python 3.10 (push) Waiting to run
Tests & Quality Checks / Test on Python 3.11-2 (push) Waiting to run
Tests & Quality Checks / Test on Python 3.12-2 (push) Waiting to run
Tests & Quality Checks / Build Artifacts (push) Blocked by required conditions
Tests & Quality Checks / Build Artifacts-1 (push) Blocked by required conditions
This commit is contained in:
parent
b826bd9b20
commit
55f2ddf4b1
10 changed files with 296 additions and 10 deletions
|
|
@ -99,7 +99,11 @@
|
|||
"settings.branding.window_title_label": "窗口标题(可选):",
|
||||
"settings.branding.logo_path_label": "Logo 路径(可选):",
|
||||
"settings.branding.save_as_btn": "保存品牌配置",
|
||||
"settings.branding.export_btn": "导出品牌配置",
|
||||
"settings.branding.import_btn": "导入品牌配置",
|
||||
"settings.branding.delete_btn": "删除品牌配置",
|
||||
"settings.branding.export_title": "导出品牌配置",
|
||||
"settings.branding.import_title": "导入品牌配置",
|
||||
"settings.branding.preview_label": "预览:",
|
||||
"settings.branding.no_icon_selected": "未选择图标",
|
||||
"settings.branding.preview_default_name": "Default",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue