refactor: removed fallback image processing and updated portrait image processing
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
dynchars: dynchars
|
||||
item_to_download:
|
||||
- homebackground/wrapper
|
||||
- ui_camp_logo
|
||||
- charportraits
|
||||
- voice.*/extra
|
||||
- char_128
|
||||
- homebackground/wrapper
|
||||
- ui_camp_logo
|
||||
- voice.*/extra
|
||||
- char_128
|
||||
- spritepack/char_portrait.*
|
||||
additional_regex:
|
||||
- ^(?!(avg|charpack))(.*)$
|
||||
- ^(?!(avg|charpack))(.*)$
|
||||
servers:
|
||||
- name: cn
|
||||
url: https://ak-conf.hypergryph.com/config/prod/official/network_config
|
||||
- name: cn
|
||||
url: https://ak-conf.hypergryph.com/config/prod/official/network_config
|
||||
|
||||
@@ -36,6 +36,7 @@ const download = async (
|
||||
const lpacksRes: Response = await fetch(
|
||||
`${urls.hu}/Android/assets/${version}/hot_update_list.json`
|
||||
)
|
||||
console.log(urls, lpacksRes)
|
||||
const updateList: UpdateList = await lpacksRes.json()
|
||||
const itemToDownload: Set<ItemToDownload> = new Set(config.item_to_download)
|
||||
updateList.abInfos.map((item: AbInfosItem) => {
|
||||
|
||||
Reference in New Issue
Block a user