docs: update doc

This commit is contained in:
wintel
2025-04-26 11:57:13 +08:00
parent 8c129d6746
commit 107e297e01
14 changed files with 76 additions and 47 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-04-24 10:21:45
* @LastEditTime: 2025-04-26 10:22:46
* @Description: 笔记配置
* Copyright (c) 2025 by yubaolee | ahfu~ , All Rights Reserved.
*/
@@ -14,7 +14,7 @@ const coreNote = defineNoteConfig({
sidebar: [
'',
{
text: '基础功能',
text: '基础开发',
collapsed: false,
items: [
'start', 'specialist', 'deploy', 'deployapi', 'devnew', 'multidbs', 'multitenant', 'unitwork','sqlsugar', 'entity','dynamicapi', 'datavalidation', 'log', 'identity', 'job', 'cache', 'unittest','changesdk'
@@ -76,19 +76,16 @@ const proNote = defineNoteConfig({
]
})
// vue3版本
// vue2版本
const vue2Note = defineNoteConfig({
dir: 'vue2',
link: '/vue2',
sidebar: [
'',
'deploy',
'structure',
'devnew',
{
text: '基础开发',
collapsed: false,
items: [ 'router','openurl','keepalive']
items: [ 'deploy', 'structure', 'devnew','router','openurl','keepalive']
},
'datapropertyrule',
'printerplan',