update 2025-10-13 14:20:17

This commit is contained in:
kenzok8
2025-10-13 14:20:17 +08:00
parent 0dab654265
commit 20e78b530e
2 changed files with 4 additions and 3 deletions

View File

@@ -11,13 +11,13 @@ LUCI_DEPENDS:=+curl +opkg +luci-base +tar +libuci-lua +mount-utils +luci-lib-tas
LUCI_EXTRA_DEPENDS:=luci-lib-taskd (>=1.0.19)
LUCI_PKGARCH:=all
PKG_VERSION:=0.1.29-5
PKG_VERSION:=0.1.29-6
# PKG_RELEASE MUST be empty for luci.mk
PKG_RELEASE:=
ISTORE_UI_VERSION:=0.1.28
ISTORE_UI_RELEASE:=2
PKG_HASH:=c83eb15c65ca0d4368beda8977b29ae6f496afa5c3bd1ad898c9e12abeabdd46
ISTORE_UI_RELEASE:=3
PKG_HASH:=5097082a9d0821ff23f468f20c7ba9f635a9cb52eeac8b155a55b3441741d260
PKG_SOURCE_URL_FILE:=v$(ISTORE_UI_VERSION)-$(ISTORE_UI_RELEASE).tar.gz
PKG_SOURCE:=istore-ui-$(PKG_SOURCE_URL_FILE)

View File

@@ -15,6 +15,7 @@
});
window.vue_base = vue_prefix + '/';
// window.istore_api_base = "https://istore.istoreos.com";
// window.istore_icon_base = "https://istore.linkease.com.cdn.koolcenter.com";
window.vue_lang_data = '/luci-static/istore/i18n/<%=lang%>.json?v=<%=id.version%>';
window.vue_lang = '<%=lang%>';
window.token = "<%=token%>";