From afcecbdc9ebb61f8eb3d44ecd84d6d017b65c436 Mon Sep 17 00:00:00 2001 From: zhao Date: Wed, 26 Mar 2025 10:29:37 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20toolchain/build.sh?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: zhao --- toolchain/build.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/toolchain/build.sh b/toolchain/build.sh index 053c142..e5a4dee 100644 --- a/toolchain/build.sh +++ b/toolchain/build.sh @@ -145,8 +145,9 @@ mkdir -p package/system/opkg/patches curl -s $mirror/patch/opkg/0001-opkg-download-disable-hsts.patch > package/system/opkg/patches/0001-opkg-download-disable-hsts.patch curl -s $mirror/patch/opkg/0002-libopkg-opkg_install-copy-conffiles-to-the-system-co.patch > package/system/opkg/patches/0002-libopkg-opkg_install-copy-conffiles-to-the-system-co.patch +# 主题设置 sed -i 's/bing/none/' package/openwrt-package/luci-app-argon-config/root/etc/config/argon -curl -L $gitea/files/raw/branch/main/images/bg1.jpg -o package/openwrt-package/luci-theme-argon/htdocs/luci-static/argon/img/bg1.jpg +curl -L https://git.kejizero.online/zhao/files/raw/branch/main/images/bg1.jpg -o package/openwrt-package/luci-theme-argon/htdocs/luci-static/argon/img/bg1.jpg sed -i 's#Powered by <%= ver.luciname %> (<%= ver.luciversion %>) /#探索无限 /#' package/openwrt-package/luci-theme-argon/luasrc/view/themes/argon/footer.htm sed -i 's|ArgonTheme <%# vPKG_VERSION %>|ZeroWrt-Action |g' package/openwrt-package/luci-theme-argon/luasrc/view/themes/argon/footer.htm sed -i 's#Powered by <%= ver.luciname %> (<%= ver.luciversion %>) /#探索无限 /#' package/openwrt-package/luci-theme-argon/luasrc/view/themes/argon/footer_login.htm