fix: webui infinity loading

This commit is contained in:
RainyXeon
2024-07-07 11:58:17 +07:00
committed by ThePedroo
parent f4b7c3bd9b
commit 0538428a00
2 changed files with 2 additions and 0 deletions

View File

@@ -174,6 +174,7 @@ androidComponents.onVariants { variant ->
set.add(Pair(root.file("webroot/js/list/language.js").asFile, null))
set.add(Pair(root.file("webroot/lang/en_US.json").asFile, null))
set.add(Pair(root.file("webroot/lang/ja_JP.json").asFile, null))
set.add(Pair(root.file("webroot/lang/pt_BR.json").asFile, null))
set.add(Pair(root.file("webroot/lang/ro_RO.json").asFile, null))
set.add(Pair(root.file("webroot/lang/ru_RU.json").asFile, null))

View File

@@ -125,6 +125,7 @@ extract "$ZIPFILE" 'webroot/js/list/settings.js' "$MODPATH/webroot/js/list" true
extract "$ZIPFILE" 'webroot/js/list/language.js' "$MODPATH/webroot/js/list" true
extract "$ZIPFILE" 'webroot/lang/en_US.json' "$MODPATH/webroot/lang" true
extract "$ZIPFILE" 'webroot/lang/ja_JP.json' "$MODPATH/webroot/lang" true
extract "$ZIPFILE" 'webroot/lang/pt_BR.json' "$MODPATH/webroot/lang" true
extract "$ZIPFILE" 'webroot/lang/ro_RO.json' "$MODPATH/webroot/lang" true
extract "$ZIPFILE" 'webroot/lang/ru_RU.json' "$MODPATH/webroot/lang" true