From 750cb2a02de4289632dd02184a502f94d36d5513 Mon Sep 17 00:00:00 2001 From: jxxghp Date: Thu, 20 Jul 2023 17:25:47 +0800 Subject: [PATCH] =?UTF-8?q?feat=20=E6=8F=92=E4=BB=B6=E7=AE=A1=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/cards/PluginAppCard.vue | 69 +++++++++++++++++ src/components/cards/PluginCard.vue | 73 +++++++++++++++++- src/views/setting/PluginCardListView.vue | 97 ++++++++++++++++++++++-- 3 files changed, 229 insertions(+), 10 deletions(-) create mode 100644 src/components/cards/PluginAppCard.vue diff --git a/src/components/cards/PluginAppCard.vue b/src/components/cards/PluginAppCard.vue new file mode 100644 index 00000000..bc570832 --- /dev/null +++ b/src/components/cards/PluginAppCard.vue @@ -0,0 +1,69 @@ + + + diff --git a/src/components/cards/PluginCard.vue b/src/components/cards/PluginCard.vue index 2e2df845..cb06e0f1 100644 --- a/src/components/cards/PluginCard.vue +++ b/src/components/cards/PluginCard.vue @@ -1,5 +1,13 @@