This commit is contained in:
禺狨 2023-03-28 10:24:20 +08:00
commit e9cb2b3d5b

View File

@ -11,6 +11,12 @@ let config: SystemConfigStoreInterface = {
systemH5Url: "", systemH5Url: "",
systemLogo: "", systemLogo: "",
systemName: "", systemName: "",
pcIndexFooterMsg: "",
playerPoster: "",
playerIsEnabledBulletSecret: "",
playerBulletSecretText: "",
playerBulletSecretColor: "",
playerBulletSecretOpacity: "",
}; };
const Init = lazy(async () => { const Init = lazy(async () => {