mirror of
https://github.com/LiteyukiStudio/LiteyukiBot.git
synced 2024-11-14 14:57:25 +08:00
11 lines
154 B
Markdown
11 lines
154 B
Markdown
---
|
|
title: 插件商店
|
|
order: 2
|
|
---
|
|
|
|
<script setup>
|
|
import PluginStore from '../../components/PluginStore.vue';
|
|
</script>
|
|
|
|
<PluginStore></PluginStore>
|