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 @@ + + + + + + + + + {{ props.plugin?.plugin_name }} + + + {{ props.plugin?.plugin_desc }} + + + 作者: + {{ props.plugin?.plugin_author }} + + + + + 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 @@ - + + + + + + + + + + + + + + + + - {{ props.plugin?.plugin_name }} - + + {{ props.plugin?.plugin_name }} + {{ props.plugin?.plugin_desc }} diff --git a/src/views/setting/PluginCardListView.vue b/src/views/setting/PluginCardListView.vue index f9ea389a..7a297e6b 100644 --- a/src/views/setting/PluginCardListView.vue +++ b/src/views/setting/PluginCardListView.vue @@ -1,8 +1,9 @@