📝 插件商店支持
This commit is contained in:
@ -16,7 +16,8 @@ hero:
|
||||
text: 扩展
|
||||
link: ./store/resource
|
||||
image:
|
||||
src: ./liteyuki.svg
|
||||
light: ./liteyuki.svg
|
||||
dark: ./liteyuki-dark.svg
|
||||
alt: Liteyuki Logo
|
||||
|
||||
features:
|
||||
|
@ -3,4 +3,8 @@ title: 插件商店
|
||||
order: 2
|
||||
---
|
||||
|
||||
<pluginStoreComp />
|
||||
<script setup>
|
||||
import PluginStore from '../../components/PluginStore.vue';
|
||||
</script>
|
||||
|
||||
<PluginStore></PluginStore>
|
||||
|
@ -2,5 +2,8 @@
|
||||
title: 资源商店
|
||||
order: 1
|
||||
---
|
||||
<script setup>
|
||||
import ResStore from '../../components/ResStore.vue';
|
||||
</script>
|
||||
|
||||
<resourceStoreComp />
|
||||
<ResStore />
|
||||
|
Reference in New Issue
Block a user