Initial commit: 浼佷笟寰俊 AI 鏈哄櫒浜哄姪鐞?MVP

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
bujie9527
2026-02-05 16:36:32 +08:00
commit 59275ed4dc
126 changed files with 9120 additions and 0 deletions

29
.github-config.example Normal file
View File

@@ -0,0 +1,29 @@
# GitHub 配置文件模板
# 复制此文件为 .github-config不提交到 Git
# 用途:本地开发和自动化脚本使用
# GitHub 用户名/组织
GITHUB_USERNAME=bujie9527
# GitHub Personal Access Token
# 获取方式https://github.com/settings/tokens
# 权限repo, write:packages, read:packages
# ⚠️ 警告:此 token 具有仓库访问权限,请妥善保管,不要提交到 Git
GITHUB_TOKEN=your_token_here
# GitHub 仓库名称(如果与项目名不同)
GITHUB_REPO_NAME=wecom-ai-assistant
# GitHub 仓库完整 URL
GITHUB_REPO_URL=https://github.com/bujie9527/wecom-ai-assistant.git
# 默认分支
GITHUB_DEFAULT_BRANCH=main
# Container Registry 配置
GHCR_REGISTRY=ghcr.io
GHCR_IMAGE_PREFIX=bujie9527
# 镜像名称
BACKEND_IMAGE_NAME=wecom-ai-backend
ADMIN_IMAGE_NAME=wecom-ai-admin