diff --git a/.gitignore b/.gitignore index 52fb4278..551ebf8f 100644 --- a/.gitignore +++ b/.gitignore @@ -32,3 +32,4 @@ dist-ssr # iconify dist files src/@iconify/*.js +public/plugin_icon/** diff --git a/src/components/cards/PluginAppCard.vue b/src/components/cards/PluginAppCard.vue index 92d3edae..c8e28233 100644 --- a/src/components/cards/PluginAppCard.vue +++ b/src/components/cards/PluginAppCard.vue @@ -76,7 +76,8 @@ async function installPlugin() { @click.stop > {{ props.plugin?.plugin_author }} - +
+ 版本:{{ props.plugin?.plugin_version }}