chore: migrate repository to standard knowledge base layout

This commit is contained in:
tukuaiai
2026-05-02 03:29:06 +08:00
parent fb3bd75473
commit a23de97460
565 changed files with 687 additions and 711 deletions
+7
View File
@@ -0,0 +1,7 @@
#!/bin/bash
# 部署脚本
set -e
echo "Deploying..."
# docker-compose up -d
echo "Done!"