mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-08-28 03:27:54 +08:00
feat 插件市场显示版本号
This commit is contained in:
@@ -32,3 +32,4 @@ dist-ssr
|
|||||||
|
|
||||||
# iconify dist files
|
# iconify dist files
|
||||||
src/@iconify/*.js
|
src/@iconify/*.js
|
||||||
|
public/plugin_icon/**
|
||||||
|
|||||||
@@ -76,7 +76,8 @@ async function installPlugin() {
|
|||||||
@click.stop
|
@click.stop
|
||||||
>
|
>
|
||||||
{{ props.plugin?.plugin_author }}
|
{{ props.plugin?.plugin_author }}
|
||||||
</a>
|
</a><br>
|
||||||
|
版本:{{ props.plugin?.plugin_version }}
|
||||||
</VCardText>
|
</VCardText>
|
||||||
</VCard>
|
</VCard>
|
||||||
</template>
|
</template>
|
||||||
|
|||||||
Reference in New Issue
Block a user