mirror of
https://github.com/kenzok8/small-package.git
synced 2026-02-05 22:36:13 +08:00
update 2025-10-13 14:20:17
This commit is contained in:
@@ -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_EXTRA_DEPENDS:=luci-lib-taskd (>=1.0.19)
|
||||||
LUCI_PKGARCH:=all
|
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 MUST be empty for luci.mk
|
||||||
PKG_RELEASE:=
|
PKG_RELEASE:=
|
||||||
|
|
||||||
ISTORE_UI_VERSION:=0.1.28
|
ISTORE_UI_VERSION:=0.1.28
|
||||||
ISTORE_UI_RELEASE:=2
|
ISTORE_UI_RELEASE:=3
|
||||||
PKG_HASH:=c83eb15c65ca0d4368beda8977b29ae6f496afa5c3bd1ad898c9e12abeabdd46
|
PKG_HASH:=5097082a9d0821ff23f468f20c7ba9f635a9cb52eeac8b155a55b3441741d260
|
||||||
|
|
||||||
PKG_SOURCE_URL_FILE:=v$(ISTORE_UI_VERSION)-$(ISTORE_UI_RELEASE).tar.gz
|
PKG_SOURCE_URL_FILE:=v$(ISTORE_UI_VERSION)-$(ISTORE_UI_RELEASE).tar.gz
|
||||||
PKG_SOURCE:=istore-ui-$(PKG_SOURCE_URL_FILE)
|
PKG_SOURCE:=istore-ui-$(PKG_SOURCE_URL_FILE)
|
||||||
|
|||||||
@@ -15,6 +15,7 @@
|
|||||||
});
|
});
|
||||||
window.vue_base = vue_prefix + '/';
|
window.vue_base = vue_prefix + '/';
|
||||||
// window.istore_api_base = "https://istore.istoreos.com";
|
// 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_data = '/luci-static/istore/i18n/<%=lang%>.json?v=<%=id.version%>';
|
||||||
window.vue_lang = '<%=lang%>';
|
window.vue_lang = '<%=lang%>';
|
||||||
window.token = "<%=token%>";
|
window.token = "<%=token%>";
|
||||||
|
|||||||
Reference in New Issue
Block a user