1
0
forked from bot/app

🐛 docs: 商店点击主页改为新窗口,修复插件商店仅轻雪不显示的问题

This commit is contained in:
2024-09-21 03:12:32 +08:00
parent 24b0f345e4
commit 614d78b3fa
11 changed files with 50 additions and 9 deletions

View File

@ -24,8 +24,11 @@ let filteredItems = computed(() => {
// 插件商店Nonebot
let items = ref([])
let search = ref('')
// 从官方拉取
// 从轻雪官方拉取,添加轻雪插件属性
items.value = pluginsJson
items.value.forEach(item => {
item.is_liteyuki_plugin = true
})
//追加
fetch('https://registry.nonebot.dev/plugins.json')