asset cache folder path
audio base url by regex
auto cache audio
auto cache image
auto fetch latest assets by cron
Automatically fix the ExcelBin if it has not been downloaded or if there is an error in the json format
Automatically re-download the textMap if it has not been downloaded or if there is an error in the json format
default audio base URL
default image base URL
default language
List of TextMaps to download when new assets are found.
Fetch option
image base URL by regex
{
'https://enka.network/ui': [
/^UI_(AvatarIcon_Side|Costume)_/,
/^UI_AvatarIcon_(.+)_Card$/,
/^UI_AvatarIcon_(.+)_Circle/,
/^UI_NameCardPic_(.+)_Alpha/,
/^UI_EquipIcon_(.+)_Awaken/,
],
'https://res.cloudinary.com/genshin/image/upload/sprites': [
/^Eff_UI_Talent_/,
/^UI_(TowerPic|TowerBlessing|GcgIcon|Gcg_Cardtable|Gcg_CardBack)_/,
],
'https://gi.yatta.top/assets/UI/monster': [
/^UI_(MonsterIcon|AnimalIcon)_/,
],
'https://gi.yatta.top/assets/UI/gcg': [/^UI_Gcg_CardFace_/],
'https://gi.yatta.top/assets/UI/reliquary': [/^UI_RelicIcon_/],
'https://gi.yatta.top/assets/UI/namecard': [/^UI_NameCard/],
},
show fetch cache log
Client option