---
title: 插件商店
order: 2
<script setup>
import PluginStore from '../../components/PluginStore.vue';
</script>
<PluginStore></PluginStore>