update 2025-01-02 00:24:10

This commit is contained in:
kenzok8 2025-01-02 00:24:10 +08:00
parent 5665025a5c
commit 94bc83242e
3 changed files with 27 additions and 19 deletions

View File

@ -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 <Downloader> 使用指定的下载器 <wget-ssl | wget | curl | uclient-fetch> *
--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

View File

@ -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;

View File

@ -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)