update 2024-11-13 04:21:00

This commit is contained in:
kenzok8 2024-11-13 04:21:00 +08:00
parent e5cb6126a9
commit 088194b3b5
4 changed files with 5 additions and 5 deletions

View File

@ -11,7 +11,7 @@ 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.26-0
PKG_VERSION:=0.1.26-2
# PKG_RELEASE MUST be empty for luci.mk
PKG_RELEASE:=

View File

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

View File

@ -15,7 +15,7 @@ LISTS_DIR_O=/tmp/opkg-lists
LISTS_DIR=${IS_ROOT}${LISTS_DIR_O}
OPKG_CONF_DIR=${IS_ROOT}/etc/opkg
OPKG_CONF_DIR_M=${IS_ROOT}/etc/opkg_m
FEEDS_SERVER=https://istore.linkease.com/repo
FEEDS_SERVER=https://istore.istoreos.com/repo
FEEDS_SERVER_MIRRORS="https://repo.istoreos.com/repo"
DISABLE_MIRROR=false
ARCH=`sed -n -e 's/^Architecture: *\([^ ]\+\) *$/\1/p' /rom/usr/lib/opkg/info/libc.control /usr/lib/opkg/info/libc.control 2>/dev/null | head -1`
@ -23,7 +23,7 @@ ARCH=`sed -n -e 's/^Architecture: *\([^ ]\+\) *$/\1/p' /rom/usr/lib/opkg/info/li
# for istore self upgrade
ISTORE_PKG=luci-app-store
ISTORE_DEP_PKGS="luci-lib-taskd luci-lib-xterm taskd"
ISTORE_INDEX=https://istore.linkease.com/repo/all/store/Packages.gz
ISTORE_INDEX=https://istore.istoreos.com/repo/all/store/Packages.gz
is_init() {
mkdir -p ${DL_DIR} ${LISTS_DIR} ${IS_ROOT}/etc ${IS_ROOT}/var

View File

@ -1 +1 @@
src/gz istore_compat https://istore.linkease.com/repo/all/compat
src/gz istore_compat https://istore.istoreos.com/repo/all/compat