优化系统配置 && 优化路由加载

This commit is contained in:
none
2023-03-28 10:24:59 +08:00
parent e9cb2b3d5b
commit 5417b236b5
2 changed files with 26 additions and 8 deletions

View File

@@ -8,7 +8,7 @@ type SystemConfigStoreInterface = {
systemName: string;
pcIndexFooterMsg: string;
playerPoster: string;
playerIsEnabledBulletSecret: string;
playerIsEnabledBulletSecret: boolean;
playerBulletSecretText: string;
playerBulletSecretColor: string;
playerBulletSecretOpacity: string;
@@ -22,7 +22,7 @@ let defaultValue: SystemConfigStoreInterface = {
systemName: "",
pcIndexFooterMsg: "",
playerPoster: "",
playerIsEnabledBulletSecret: "",
playerIsEnabledBulletSecret: false,
playerBulletSecretText: "",
playerBulletSecretColor: "",
playerBulletSecretOpacity: "",