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

View File

@@ -15,7 +15,7 @@ if [ "$EUID" -ne 0 ]; then
fi
# 你的 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"