This commit is contained in:
SpikeHD
2022-06-02 16:46:57 -07:00
parent 91581f620a
commit 5aaa85939c
2 changed files with 2 additions and 2 deletions

View File

@@ -35,7 +35,7 @@ interface IState {
bgFile: string;
}
const DEFAULT_BG = 'https://webstatic.hoyoverse.com/upload/event/2020/11/04/7fd661b5184e1734f91f628b6f89a31f_7367318474207189623.png'
const DEFAULT_BG = 'https://api.grasscutters.xyz/content/bgfile'
const downloadHandler = new DownloadHandler()