mirror of
https://github.com/Grasscutters/Cultivation.git
synced 2025-12-13 07:34:36 +01:00
Use the Grasscutter API to get the background file
This commit is contained in:
@@ -45,7 +45,7 @@ class App extends React.Component<IProps, IState> {
|
||||
miniDownloadsOpen: false,
|
||||
downloadsOpen: false,
|
||||
gameDownloadsOpen: false,
|
||||
bgFile: 'https://webstatic.hoyoverse.com/upload/event/2020/11/04/7fd661b5184e1734f91f628b6f89a31f_7367318474207189623.png',
|
||||
bgFile: 'https://api.grasscutters.xyz/content/bgfile',
|
||||
}
|
||||
|
||||
listen('lang_error', (payload) => {
|
||||
|
||||
Reference in New Issue
Block a user