添加 版本化管理

2025-12-19 15:23:06 +08:00
parent 3bfe62d3ce
commit 56c79e9362

@@ -0,0 +1,7 @@
# 克隆 Wiki 仓库
git clone https://your-gitea.com/username/repo.wiki.git
# 本地编辑后提交
git add .
git commit -m "更新文档"
git push