From 2bd1aaa03e6dd6f73b8f76a87e662014dd082ade Mon Sep 17 00:00:00 2001 From: feng <1304903146@qq.com> Date: Wed, 6 Dec 2023 18:53:28 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=90=8C=E6=AD=A5=E5=88=A0=E9=99=A4?= =?UTF-8?q?=E8=BF=9C=E7=A8=8B=E6=9C=BA=E5=99=A8=E8=B4=A6=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Apps/AccountListTable/RemoveAccount.vue | 112 ++++++++++++++++++ src/i18n/langs/en.json | 2 + src/i18n/langs/ja.json | 2 + src/i18n/langs/zh.json | 2 + .../AccountGather/AccountGatherList.vue | 56 ++++++++- 5 files changed, 169 insertions(+), 5 deletions(-) create mode 100644 src/components/Apps/AccountListTable/RemoveAccount.vue diff --git a/src/components/Apps/AccountListTable/RemoveAccount.vue b/src/components/Apps/AccountListTable/RemoveAccount.vue new file mode 100644 index 000000000..1f54c31d7 --- /dev/null +++ b/src/components/Apps/AccountListTable/RemoveAccount.vue @@ -0,0 +1,112 @@ + + + + + diff --git a/src/i18n/langs/en.json b/src/i18n/langs/en.json index 6fe84f2f1..9cd1d5234 100644 --- a/src/i18n/langs/en.json +++ b/src/i18n/langs/en.json @@ -118,6 +118,8 @@ "TaskID": "Task ID", "AccountTemplate": "Account template", "Sync": "Sync", + "SyncDelete": "Sync delete", + "BulkSyncDelete": "Bulk sync delete", "SyncUpdateAccountInfo": "Sync update account info", "AddAccountResult": "Add account result", "AutoPush": "Auto Push", diff --git a/src/i18n/langs/ja.json b/src/i18n/langs/ja.json index 4a2130c9b..f550e5950 100644 --- a/src/i18n/langs/ja.json +++ b/src/i18n/langs/ja.json @@ -118,6 +118,8 @@ "TaskID": "タスク ID", "AccountTemplate": "账号模版", "Sync": "同期", + "SyncDelete": "同期削除", + "BulkSyncDelete": "一括同期削除", "SyncUpdateAccountInfo": "アカウント情報の同期更新", "AddAccountResult": "账号批量添加结果", "AutoPush": "自動プッシュ", diff --git a/src/i18n/langs/zh.json b/src/i18n/langs/zh.json index 3c04b422e..a08485453 100644 --- a/src/i18n/langs/zh.json +++ b/src/i18n/langs/zh.json @@ -11,6 +11,8 @@ "GenerateAccounts": "重新生成账号", "UpdateSecret": "更新密文", "Sync": "同步", + "SyncDelete": "同步删除", + "BulkSyncDelete": "批量同步删除", "SyncUpdateAccountInfo": "同步更新账号信息", "AddAccountResult": "账号批量添加结果", "AccountPolicy": "账号策略", diff --git a/src/views/accounts/AccountGather/AccountGatherList.vue b/src/views/accounts/AccountGather/AccountGatherList.vue index e0376ef17..c4e86e995 100644 --- a/src/views/accounts/AccountGather/AccountGatherList.vue +++ b/src/views/accounts/AccountGather/AccountGatherList.vue @@ -1,19 +1,34 @@