From aa146b1cdfdcf1631cde28ea890ef074ec347a4e Mon Sep 17 00:00:00 2001 From: jxxghp Date: Mon, 6 May 2024 18:18:05 +0800 Subject: [PATCH] Update confirmation dialog styles and props in UserProfile.vue, FileList.vue, PluginCard.vue, and dashboard.vue --- src/api/types.ts | 2 + src/components/cards/SubscribeCard.vue | 136 ++++++------------ src/components/dialog/ImportCodeDialog.vue | 18 +-- src/components/dialog/ReorganizeDialog.vue | 3 +- src/components/dialog/SiteAddEditDialog.vue | 38 ++++- src/components/dialog/SubscribeEditDialog.vue | 21 ++- src/main.ts | 2 +- 7 files changed, 100 insertions(+), 120 deletions(-) diff --git a/src/api/types.ts b/src/api/types.ts index 41e217fc..1416d945 100644 --- a/src/api/types.ts +++ b/src/api/types.ts @@ -61,6 +61,8 @@ export interface Subscribe { save_path: string // 时间 date: string + // 编辑框设置项 + show_edit_dialog: boolean } // 历史记录 diff --git a/src/components/cards/SubscribeCard.vue b/src/components/cards/SubscribeCard.vue index e37e345c..42de160a 100644 --- a/src/components/cards/SubscribeCard.vue +++ b/src/components/cards/SubscribeCard.vue @@ -1,4 +1,4 @@ -