插件商店及资源商店新增搜索功能

This commit is contained in:
snowy 2024-07-14 13:43:47 +08:00
parent c36a925bb5
commit 4d77af8f0c

View File

@ -18,7 +18,7 @@ let filteredItems = computed(() => {
let items = ref([])
let search = ref('')
//
fetch('/assets/plugins.json')
fetch('https://bot.liteyuki.icu/assets/plugins.json')
.then(response => response.json())
.then(data => {
items.value = data