Update url import

main
Made Baruna 2024-04-24 20:07:10 +08:00
parent c0d988f55b
commit f7e60e1e25
2 changed files with 8 additions and 2 deletions

View File

@ -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;

View File

@ -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');