perf: 增加备案号设置

This commit is contained in:
xiaojunnuo
2024-07-15 01:29:35 +08:00
parent 390e4853a5
commit bd3d959944
3 changed files with 34 additions and 7 deletions
@@ -16,6 +16,7 @@ export class EnvConfig {
COPYRIGHT_URL: string;
LOGO_PATH: string;
PM_ENABLED: string;
ICP_NO: string;
constructor() {
this.init();
}