mirror of
https://github.com/PlayEdu/frontend.git
synced 2025-12-24 04:41:06 +08:00
优化系统配置 && 优化路由加载
This commit is contained in:
@@ -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: "",
|
||||
|
||||
Reference in New Issue
Block a user