fix: 更新仪表盘帮助文档部分过期链接

This commit is contained in:
Charles7c 2023-12-22 21:20:25 +08:00
parent 4df887d826
commit ac4283679a
3 changed files with 7 additions and 7 deletions

View File

@ -14,7 +14,7 @@
<a-row>
<a-col :span="12">
<a-link
href="https://doc.charles7c.top/guide/quickstart/intro.html"
href="https://doc.charles7c.top/guide/intro/what-is.html"
target="_blank"
rel="noopener"
>
@ -23,7 +23,7 @@
</a-col>
<a-col :span="12">
<a-link
href="https://doc.charles7c.top/guide/quickstart/"
href="https://doc.charles7c.top/guide/intro/quick-start.html"
target="_blank"
rel="noopener"
>
@ -41,7 +41,7 @@
</a-col>
<a-col :span="12">
<a-link
href="https://doc.charles7c.top/other/changelog.html"
href="https://doc.charles7c.top/changelog.html"
target="_blank"
rel="noopener"
>
@ -50,11 +50,11 @@
</a-col>
<a-col :span="12">
<a-link
href="https://doc.charles7c.top/require.html"
href="https://doc.charles7c.top/starter/intro/what-is.html"
target="_blank"
rel="noopener"
>
{{ $t('workplace.docs.require') }}
{{ $t('workplace.docs.continewStarter') }}📦
</a-link>
</a-col>
<a-col :span="12">

View File

@ -14,7 +14,7 @@ export default {
'workplace.docs.userGuide': 'User Guide',
'workplace.docs.faq': 'FAQ',
'workplace.docs.changelog': 'Change Log',
'workplace.docs.require': 'Require',
'workplace.docs.continewStarter': 'Starter',
'workplace.docs.authorSite': 'Author Site',
'workplace.announcement': 'Announcement',
'workplace.recently.visited': 'Recently Visited',

View File

@ -14,7 +14,7 @@ export default {
'workplace.docs.userGuide': '使用指南',
'workplace.docs.faq': '常见问题',
'workplace.docs.changelog': '更新日志',
'workplace.docs.require': '需求墙',
'workplace.docs.continewStarter': 'Starter组件',
'workplace.docs.authorSite': '作者主页',
'workplace.announcement': '公告',
'workplace.recently.visited': '最近访问',