feat-wip(components): 相关页面及路由代码提交"

This commit is contained in:
2025-12-01 14:31:42 +08:00
parent 65640c8b71
commit 12f3ad79fb
9 changed files with 152 additions and 4 deletions

12
src/typings/app.d.ts vendored
View File

@ -546,6 +546,18 @@ declare namespace App {
};
creativity: string;
};
system: {
conf: {
dictionary: {
title: string;
};
};
rbac: {
region: {
title: string;
};
};
};
};
form: {
required: string;