refactor: 版本号不再硬编码,动态从 APP_VERSIONS_LIST 拉取;所有链接 master → dev

This commit is contained in:
2026-06-08 12:26:45 +08:00
parent 5dabf26fe3
commit 4e71ad293a
2 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ name = "MineSentinel"
description = "Minecraft 服务器智能守护进程,TCP 端口检测 + 崩溃自动重启 + 防循环冷却期" description = "Minecraft 服务器智能守护进程,TCP 端口检测 + 崩溃自动重启 + 防循环冷却期"
repo_url = "https://gitee.com/snoware/minesentinel" repo_url = "https://gitee.com/snoware/minesentinel"
demo_url = "https://swe-iss.rth1.xyz/softwares/minesentinel" demo_url = "https://swe-iss.rth1.xyz/softwares/minesentinel"
doc_url = "https://gitee.com/snoware/minesentinel/blob/master/docs/DEPLOY.md" doc_url = "https://gitee.com/snoware/minesentinel/blob/dev/docs/DEPLOY.md"
tags = ["Ruby", "Minecraft", "Server", "Monitoring", "Daemon", "SNOWARE"] tags = ["Ruby", "Minecraft", "Server", "Monitoring", "Daemon", "SNOWARE"]
[[projects]] [[projects]]
+10 -10
View File
File diff suppressed because one or more lines are too long