mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2026-03-16 04:03:17 +08:00
👽️ 适配新版块
This commit is contained in:
BIN
public/platforms/mhy/hna.webp
Normal file
BIN
public/platforms/mhy/hna.webp
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 17 KiB |
@@ -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",
|
||||
// },
|
||||
];
|
||||
|
||||
|
||||
@@ -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 };
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user