改漏了 (#402)
This commit is contained in:
parent
7cde312037
commit
b4a99e220c
|
@ -23,7 +23,7 @@ exquisite_chest: 2221
|
|||
common_chest: 2980
|
||||
|
||||
# 传送点
|
||||
way_point: 431
|
||||
way_point: 430
|
||||
|
||||
# 秘境
|
||||
domain: 56
|
||||
|
|
|
@ -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" // 港澳台服
|
||||
|
|
Loading…
Reference in New Issue