docs: 删除.net 4.0的文档

This commit is contained in:
wintel
2025-04-09 20:39:06 +08:00
parent 3f8fec9773
commit 6be66273ac
6 changed files with 8 additions and 206 deletions

View File

@@ -1,7 +1,7 @@
/*
* @Author: yubaolee <yubaolee@163.com> | ahfu~ <954478625@qq.com>
* @Date: 2023-08-12 10:48:24
* @LastEditTime: 2025-04-09 16:16:23
* @LastEditTime: 2025-04-09 20:38:14
* @Description:
* @
* @Copyright (c) 2023 by yubaolee | ahfu~ , All Rights Reserved.
@@ -104,7 +104,12 @@ module.exports = {
collapsable: false,
children: ['moduleauth','apiauth', 'logininfo', 'dataprivilege', 'datapropertyrule'],
},
'form',
{
title: '表单设计', // 必要的
sidebarDepth: 1, // 可选的, 默认值是 1
collapsable: false,
children: ['form'],
},
{
title: '工作流', // 必要的
sidebarDepth: 1, // 可选的, 默认值是 1
@@ -181,11 +186,7 @@ module.exports = {
},
'components',
'faq',
],
'/net/': [
['', '项目介绍'], 'start', 'deploy', 'devnew'
],
]
},
},
}