docs: 📚 更新文档和配置

This commit is contained in:
bunny 2025-02-22 19:16:53 +08:00
parent 9171464b93
commit 01880addf2
2 changed files with 156 additions and 590 deletions

744
ReadMe.md

File diff suppressed because it is too large Load Diff

View File

@ -32,7 +32,7 @@
}; };
// 整理子级内容信息 // 整理子级内容信息
const powerCode = key.replace('/admin/', '').replace(/\/\{.*?\}/g, ''); const powerCode = key.replace('/api/', '').replace(/\/\{.*?\}/g, '');
const item = { const item = {
parentId: info.id, parentId: info.id,
powerCode: powerCode.replaceAll('/', '::'), powerCode: powerCode.replaceAll('/', '::'),