This commit is contained in:
sjk
2025-11-28 15:18:10 +08:00
parent ad4a600af9
commit 5683f35942
188 changed files with 53680 additions and 1062 deletions

View File

@@ -4,3 +4,6 @@ fuser -k 8060/tcp || true && \
nohup go run cmd/main.go > ai_dianshang.log 2>&1 &
tail -f /home/work/ai_dianshang/ai_dianshang.log
nohup python3 -m http.server 8090 > web.log 2>&1 &