1
0
forked from bot/app

📝 docs: 资源商店新增发布资源功能

This commit is contained in:
2024-09-17 01:35:26 +08:00
parent d2be2acc95
commit 72e71124b8
9 changed files with 558 additions and 114 deletions

View File

@ -57,6 +57,11 @@ fetch('https://registry.nonebot.dev/plugins.json')
<ToggleSwitch v-model:modelValue="showLiteyukiPluginOnly"/>
{{ getTextRef('liteyukiOnly') }}
</div>
<!-- 按钮们-->
<!-- <div class="tab">-->
<!-- <button @click="open"-->
<!-- </div>-->
<div class="items">
<!-- 使用filteredItems来布局商品 -->
<ItemCard v-for="item in filteredItems" :key="item.id" :item="item"/>