This commit is contained in:
none 2023-03-28 10:18:36 +08:00
parent 6d990f137e
commit 059c831572

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 () => {