mirror of
https://github.com/MadeBaruna/paimon-moe.git
synced 2025-01-11 12:31:12 +01:00
Update url import
This commit is contained in:
parent
c0d988f55b
commit
f7e60e1e25
2 changed files with 8 additions and 2 deletions
|
@ -240,7 +240,7 @@
|
|||
url.pathname = 'gacha_info/api/getGachaLog';
|
||||
|
||||
if ($server === 'China') {
|
||||
url.host = 'hk4e-api.mihoyo.com';
|
||||
url.host = 'public-operation-hk4e.mihoyo.com';
|
||||
}
|
||||
|
||||
currentBanner = type.name;
|
||||
|
|
|
@ -7,7 +7,13 @@ const IMAGE_CACHE = `cacheimg${IMAGE_CACHE_VER}`;
|
|||
|
||||
const IMAGE_URL = `${self.location.origin}/images/`;
|
||||
|
||||
const changelog = ['Add Arlecchino & Weapon', 'Update banners', 'Update achievements', 'Update timeline'];
|
||||
const changelog = [
|
||||
'Fix url import',
|
||||
'Add Arlecchino & Weapon',
|
||||
'Update banners',
|
||||
'Update achievements',
|
||||
'Update timeline',
|
||||
];
|
||||
|
||||
const channel = new BroadcastChannel('paimonmoe-sw');
|
||||
|
||||
|
|
Loading…
Reference in a new issue