docs: 更新文档

This commit is contained in:
yubaolee
2025-05-29 15:52:12 +08:00
parent 3ce5dcb2ef
commit e8563bed2b
5 changed files with 18 additions and 18 deletions

View File

@@ -1,7 +1,7 @@
/*
* @Author: yubaolee <yubaolee@163.com> | ahfu~ <954478625@qq.com>
* @Date: 2025-04-23 20:26:48
* @LastEditTime: 2025-05-28 23:58:52
* @LastEditTime: 2025-05-29 15:48:50
* @Description: 顶部超链接
* Copyright (c) 2025 by yubaolee | ahfu~ , All Rights Reserved.
*/
@@ -13,5 +13,5 @@ export const navbar = defineNavbarConfig([
{ text: '开源版文档', link: '/notes/core/README.md', icon: 'logos:opensource' },
{ text: 'vue3版文档', link: '/notes/pro/README.md', icon: 'material-icon-theme:vue' },
{ text: 'vue2版文档', link: '/notes/vue2/README.md', icon: 'material-icon-theme:vue' },
{ text: '移动UniApp文档', link: '/notes/mobile/README.md', icon: 'mdi:mobile' },
{ text: '移动UniApp文档', link: '/notes/mobile/README.md', icon: 'ri:smartphone-line' },
])