chore: initial commit of ai site platform

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
whm
2026-07-31 10:19:22 +08:00
commit 6366859bb3
222 changed files with 47313 additions and 0 deletions

21
.gitignore vendored Normal file
View File

@@ -0,0 +1,21 @@
# 运行时物理目录Linux 一键脚本)
.runtime/
platform/data/uploads/
# 编译产物
platform/platform
platform/platform.exe
gateway/gateway
gateway/gateway.exe
# 依赖 / 缓存
web/node_modules/
**/__pycache__/
*.pyc
.venv/
.env
ai-service/.env
*.log
*.exe~