|
@@ -18,7 +18,11 @@ export const SceneTypeDomain: { [key in SceneType]: string } = {
|
|
|
};
|
|
|
|
|
|
export const SceneTypePaths: { [key in SceneType]: string[] } = {
|
|
|
- [SceneType.SWKK]: ["/swkk/spg.html", "/swkk/epg.html", "/swkk/livestream"],
|
|
|
+ [SceneType.SWKK]: [
|
|
|
+ "/swkk/spg.html",
|
|
|
+ "/swkk/epg.html",
|
|
|
+ "/swkk/livestream/fd/",
|
|
|
+ ],
|
|
|
[SceneType.SWKJ]: ["/swkk/spg.html", "/swkk/epg.html"],
|
|
|
[SceneType.SWSS]: ["/swss/index.html", "/swss/index.html"],
|
|
|
[SceneType.SWMX]: import.meta.env.DEV
|