feat!: 将项目有Strapi迁移至Directus #43

Manually merged
remilia merged 30 commits from feat/directus into master 2025-10-24 17:22:40 +08:00
75 changed files with 2856 additions and 921 deletions
Showing only changes of commit b1ff62a3bb - Show all commits

View File

@ -205,6 +205,10 @@
router.replace(localePath({ path: '/search' }));
};
watch(activeTab, () => {
currentPage.value = 1; // 重置页码
});
watch(
() => route.query.query,
async (newQuery) => {