1
0
forked from bot/app

📝 插件商店支持

This commit is contained in:
2024-08-31 21:50:58 +08:00
parent d2704818d9
commit ae34ff622d
18 changed files with 899 additions and 29 deletions

View File

@ -3,4 +3,8 @@ title: 插件商店
order: 2
---
<pluginStoreComp />
<script setup>
import PluginStore from '../../components/PluginStore.vue';
</script>
<PluginStore></PluginStore>

View File

@ -2,5 +2,8 @@
title: 资源商店
order: 1
---
<script setup>
import ResStore from '../../components/ResStore.vue';
</script>
<resourceStoreComp />
<ResStore />