fix: 补全SEO&调整列表样式 #67

Manually merged
remilia merged 3 commits from chore/misc-fixes into master 2025-11-08 10:15:07 +08:00
2 changed files with 6 additions and 0 deletions
Showing only changes of commit b386d4e60d - Show all commits

View File

@ -41,6 +41,11 @@
console.error('数据获取失败: ', value);
}
});
const pageTitle = computed(() => $t('page-title.about-us'));
useHead({
title: pageTitle,
});
</script>
<style scoped>