garena to hotcool migration, fixes #1295 #1293

This commit is contained in:
Alexander Drozdov
2024-03-07 15:15:38 +02:00
parent 5061ef8c28
commit e9f2b6548e
4 changed files with 4121 additions and 4121 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ import type { Logger } from './RemoteLogger'
export const PROXY_HOSTS = [
{ host: 'www.pathofexile.com', official: true },
{ host: 'ru.pathofexile.com', official: true },
{ host: 'web.poe.garena.tw', official: true },
{ host: 'pathofexile.tw', official: true },
{ host: 'poe.game.daum.net', official: true },
{ host: 'poe.ninja', official: false },
{ host: 'www.poeprices.info', official: false },
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -85,7 +85,7 @@ export function poeWebApi () {
case 'en': return 'www.pathofexile.com'
case 'ru': return 'ru.pathofexile.com'
case 'cmn-Hant': return (realm === 'pc-garena')
? 'web.poe.garena.tw'
? 'pathofexile.tw'
: 'www.pathofexile.com'
case 'ko': return 'poe.game.daum.net'
}
+1 -1
View File
@@ -13,7 +13,7 @@
<div class="flex-1 mb-1">{{ t('realm') }}</div>
<div class="flex gap-x-4">
<ui-radio v-model="realm" value="pc-ggg">{{ t('realm_intl') }}</ui-radio>
<ui-radio v-model="realm" value="pc-garena">{{ t('Garena') }}</ui-radio>
<ui-radio v-model="realm" value="pc-garena">{{ t('Hotcool') }}</ui-radio>
</div>
</div>
<div class="mb-4">