fix: 更新 git 仓库地址为 https://git.atomdancing.com

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-05-12 14:35:38 +08:00
co-authored by Claude Opus 4.6
parent 29f34fddf3
commit 3919899bd5
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ if [ -d "tlbm-mcp" ]; then
git pull
else
echo "📥 克隆仓库..."
git clone gitea@git.atomdancing.com:AtomDancing/tlbm-mcp.git
git clone https://git.atomdancing.com/AtomDancing/tlbm-mcp.git
cd tlbm-mcp
fi