feat: add confirmation dialog for uninstallation

This commit is contained in:
KOWX712
2025-03-19 19:36:19 +08:00
parent d5c2fe2cbd
commit ad4cc31c29
16 changed files with 166 additions and 19 deletions

View File

@@ -121,5 +121,11 @@
"title": "添加系統應用",
"add": "添加",
"current_list": "當前系統應用列表"
},
"confirmation": {
"uninstall_title": "確認卸載?",
"uninstall_message": "您確定要卸載 TS 插件嗎",
"uninstall_cancel": "取消",
"uninstall_confirm": "確認"
}
}