mirror of
https://github.com/LiteyukiStudio/LiteyukiBot.git
synced 2024-11-13 15:37:25 +08:00
10 lines
132 B
Markdown
10 lines
132 B
Markdown
---
|
|
title: 资源商店
|
|
order: 1
|
|
---
|
|
<script setup>
|
|
import ResStore from '../../components/ResStore.vue';
|
|
</script>
|
|
|
|
<ResStore />
|