From 94bc83242ee5f5c8ee3d2060f0b3f50ec5543634 Mon Sep 17 00:00:00 2001 From: kenzok8 Date: Thu, 2 Jan 2025 00:24:10 +0800 Subject: [PATCH] update 2025-01-02 00:24:10 --- autoupdate/files/bin/autoupdate | 32 +++++++++---------- .../htdocs/nekobox/assets/theme/Skyblue.css | 8 +++++ vmease/Makefile | 6 ++-- 3 files changed, 27 insertions(+), 19 deletions(-) diff --git a/autoupdate/files/bin/autoupdate b/autoupdate/files/bin/autoupdate index b70a5a75e..2f0c6a286 100755 --- a/autoupdate/files/bin/autoupdate +++ b/autoupdate/files/bin/autoupdate @@ -3,7 +3,7 @@ # AutoUpdate for Openwrt # Dependences: wget-ssl/wget/uclient-fetch curl jq expr sysupgrade -Version=V6.10.3 +Version=V6.10.4 function TITLE() { clear && echo "Openwrt-AutoUpdate Script by Hyy2001 ${Version}" @@ -23,9 +23,9 @@ function SHELL_HELP() { -F, --force-flash 强制刷写固件 ${Red}(危险)${White} * -P, --proxy 优先开启镜像加速下载固件 * ${Next} A 自动选择镜像地址 - ${Next} E hub.gitmirror.com - ${Next} F gh.con.sh - ${Next} G ghp.ci + ${Next} E ghproxy.cn + ${Next} F ghps.cc + ${Next} G ghgo.xyz -D 使用指定的下载器 * --decompress 解压 img.gz 固件后再更新固件 * --skip-verify 跳过固件 SHA256 校验 ${Red}(危险)${White} * @@ -649,17 +649,17 @@ function UPGRADE() { ;; E) Proxy_Type=$2 - Special_Commands="${Special_Commands} [hub.gitmirror.com]" + Special_Commands="${Special_Commands} [ghproxy.cn]" shift ;; F) Proxy_Type=$2 - Special_Commands="${Special_Commands} [gh.con.sh]" + Special_Commands="${Special_Commands} [ghps.cc]" shift ;; G) Proxy_Type=$2 - Special_Commands="${Special_Commands} [ghp.ci]" + Special_Commands="${Special_Commands} [ghgo.xyz]" shift ;; *) @@ -1108,19 +1108,19 @@ function Proxy_X() { case "${Type}" in raw) - E=https://hub.gitmirror.com/${URL} - F=https://gh.con.sh/${URL} - G=https://ghp.ci/${URL} + E=https://ghproxy.cn/${URL} + F=https://ghps.cc/${URL} + G=https://ghgo.xyz/${URL} ;; release) - E=https://hub.gitmirror.com/${URL} - F=https://gh.con.sh/${URL} - G=https://ghp.ci/${URL} + E=https://ghproxy.cn/${URL} + F=https://ghps.cc/${URL} + G=https://ghgo.xyz/${URL} ;; codeload) - E=https://hub.gitmirror.com/${URL} - F=https://gh.con.sh/${URL} - G=https://ghp.ci/${URL} + E=https://ghproxy.cn/${URL} + F=https://ghps.cc/${URL} + G=https://ghgo.xyz/${URL} ;; esac while [[ $1 ]];do diff --git a/luci-app-nekobox/htdocs/nekobox/assets/theme/Skyblue.css b/luci-app-nekobox/htdocs/nekobox/assets/theme/Skyblue.css index 5e7fe4d1b..ccd81c459 100644 --- a/luci-app-nekobox/htdocs/nekobox/assets/theme/Skyblue.css +++ b/luci-app-nekobox/htdocs/nekobox/assets/theme/Skyblue.css @@ -118,6 +118,14 @@ h6 { color: #8B4513; } padding: 15px; } +.container-bg { + border-radius: 12px; + box-shadow: var(--bs-shadow-medium); + padding: 2rem; + margin-top: 2rem; + margin-bottom: 2rem; +} + .form-control { border-radius: 25px; border: 2px solid #0056b3; diff --git a/vmease/Makefile b/vmease/Makefile index f2380db6a..025d2402f 100644 --- a/vmease/Makefile +++ b/vmease/Makefile @@ -10,11 +10,11 @@ include $(TOPDIR)/rules.mk PKG_ARCH_VMEASE:=$(ARCH) PKG_NAME:=vmease -PKG_VERSION:=0.8.5 -PKG_RELEASE:=$(PKG_ARCH_VMEASE)-2 +PKG_VERSION:=0.8.7 +PKG_RELEASE:=$(PKG_ARCH_VMEASE)-1 PKG_SOURCE:=$(PKG_NAME)-binary-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://fw0.koolcenter.com/binary/vmease/ -PKG_HASH:=69a002b955850cd5f3b7c836fa3a706a89c149113271fd52dd9427453014c312 +PKG_HASH:=d2f457c7179324584a7c0dcd1dfe60096eb14a0995544fd91d28a9573db1e73e PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-binary-$(PKG_VERSION)