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

@@ -14,6 +14,7 @@ export class SysPublicSettings extends BaseSettings {
static __access__ = 'public';
registerEnabled = false;
managerOtherUserPipeline = false;
icpNo?: string;
// triggerOnStartup = false;
}
@@ -48,8 +49,7 @@ export class SysSiteInfo extends BaseSettings {
static __title__ = '站点信息';
static __key__ = 'sys.site';
static __access__ = 'public';
TITLE?: string;
SLOGAN?: string;
LOGO?: string;
ICP_NO?: string;
title?: string;
slogan?: string;
logo?: string;
}