👽️ 适配新版块

This commit is contained in:
BTMuli
2025-08-29 12:13:20 +08:00
parent da820b638a
commit 08f022f299
3 changed files with 6 additions and 3 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

View File

@@ -61,9 +61,9 @@ const selects: Array<ToGameLoginSelect> = [
icon: "/platforms/mhy/bh2.webp",
},
// {
// title: "星布谷地",
// value: 13,
// icon: "/platforms/mhy/xbgd.webp",
// title: "崩坏:因缘精灵",
// value: 9,
// icon: "/platforms/mhy/hna.webp",
// },
];

View File

@@ -110,6 +110,9 @@ function getGameInfo(biz: string): SignGameInfo {
// 绝区零
case "nap_cn":
return { title: "绝区零", icon: "/platforms/mhy/zzz.webp", gid: 8 };
// 崩坏:因缘精灵
case "hna_cn":
return { title: "崩坏:因缘精灵", icon: "/platform/s/mhy/hna.webp", gid: 9 };
default:
return { title: biz, icon: "/platforms/mhy/mys.webp", gid: 0 };
}