chore: 恢复拉取源为 main 并移除 Beta 标识,准备发布 v4.0.0 正式版

This commit is contained in:
hotyue
2026-04-24 03:25:32 +00:00
parent 4d091e4dd9
commit b1ecbd4f9a
7 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ INSTALL_DIR="/opt/ip_sentinel"
CONFIG_FILE="${INSTALL_DIR}/config.conf"
UA_FILE="${INSTALL_DIR}/data/user_agents.txt"
# 你的 GitHub 仓库 Raw 数据直链前缀
REPO_RAW_URL="https://raw.githubusercontent.com/hotyue/IP-Sentinel/dev/v4.0.0-sonar"
REPO_RAW_URL="https://raw.githubusercontent.com/hotyue/IP-Sentinel/main"
# 临时改为私库地址用于测试
# REPO_RAW_URL="https://raw.githubusercontent.com/hotyue/IP-Sentinel/v3.6.2-rc"