diff --git a/src/routes/index.tsx b/src/routes/index.tsx index f74fcf8..f7de126 100644 --- a/src/routes/index.tsx +++ b/src/routes/index.tsx @@ -11,6 +11,12 @@ let config: SystemConfigStoreInterface = { systemH5Url: "", systemLogo: "", systemName: "", + pcIndexFooterMsg: "", + playerPoster: "", + playerIsEnabledBulletSecret: "", + playerBulletSecretText: "", + playerBulletSecretColor: "", + playerBulletSecretOpacity: "", }; const Init = lazy(async () => {