mirror of
https://github.com/Kvan7/Exiled-Exchange-2.git
synced 2026-08-29 00:46:47 +00:00
+1
-1
@@ -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 },
|
||||
|
||||
+4118
-4118
File diff suppressed because it is too large
Load Diff
@@ -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'
|
||||
}
|
||||
|
||||
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user