docs: 更新文档

This commit is contained in:
wintel
2025-05-29 00:26:37 +08:00
parent 6d09254b9f
commit 3ce5dcb2ef
3 changed files with 32 additions and 24 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-24 11:39:48
* @LastEditTime: 2025-05-29 00:21:10
* @Description: 笔记配置
* Copyright (c) 2025 by yubaolee | ahfu~ , All Rights Reserved.
*/
@@ -113,8 +113,23 @@ const vue2Note = defineNoteConfig({
]
})
// 移动UniApp版本
const mobileNote = defineNoteConfig({
dir: 'mobile',
link: '/mobile',
sidebar: [
'',
{
text: '基础开发',
collapsed: false,
items: ['start', 'structure']
}
]
})
export const notes = defineNotesConfig({
dir: 'notes',
link: '/',
notes: [coreNote, proNote, vue2Note],
notes: [coreNote, proNote, vue2Note, mobileNote],
})