perf: 调整全部静态资源到static目录

This commit is contained in:
xiaojunnuo
2024-10-03 23:11:50 +08:00
parent a4e2cc54e6
commit a21889080d
58 changed files with 104 additions and 148 deletions

View File

@@ -3,6 +3,7 @@ import { request } from "../service";
export type SysPublicSetting = {
registerEnabled: boolean;
managerOtherUserPipeline: boolean;
icpNo?: string;
};
export type SysInstallInfo = {