改漏了 (#402)

This commit is contained in:
Ca(HCO₃)₂ 2024-04-01 20:42:12 +08:00 committed by GitHub
parent 7cde312037
commit b4a99e220c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View File

@ -23,7 +23,7 @@ exquisite_chest: 2221
common_chest: 2980
# 传送点
way_point: 431
way_point: 430
# 秘境
domain: 56

View File

@ -864,8 +864,7 @@ export default class GachaLog extends base {
}
getServer() {
let uid = this.uid
switch (String(uid)[0]) {
switch (String(this.uid).slice(0, -8)) {
case "1":
case "2":
return this.e.isSr ? "prod_gf_cn" : "cn_gf01" // 官服
@ -876,6 +875,7 @@ export default class GachaLog extends base {
case "7":
return this.e.isSr ? "prod_official_euro" : "os_euro" // 欧服
case "8":
case "18":
return this.e.isSr ? "prod_official_asia" : "os_asia" // 亚服
case "9":
return this.e.isSr ? "prod_official_cht" : "os_cht" // 港澳台服