docs: record V21 UI validation status
This commit is contained in:
@@ -115,3 +115,11 @@ V21 结构:三张套餐 feature 卡片,免费版/专业版/企业版,推
|
||||
- 已手工执行替代检查: ype-check、uild、Playwright 基础/生产路由用例。
|
||||
- 因 hook 执行器问题,提交需使用 --no-verify;这不是跳过质量检查,而是绕过损坏的本地 hook 执行方式。
|
||||
|
||||
|
||||
## 2026-06-24 CI/CD 状态补充
|
||||
|
||||
- 已推送 develop:7e0047c merge: V21 UI alignment。
|
||||
- Gitea Actions 页面已出现 develop 运行记录(19:20)。
|
||||
- 截至 19:26,staging /var/lib/xiaoxia-saas-staging/repo 尚未同步到该提交,xiaoxia-web-staging 仍为旧容器但健康。
|
||||
- 需要继续排查 Gitea runner/action 是否卡在长任务。
|
||||
|
||||
|
||||
@@ -0,0 +1,9 @@
|
||||
$env:PYTHONPATH = "F:\openclaw-saas"
|
||||
$env:DATABASE_URL = "postgresql://xiaoxia:xiaoxia2026@47.98.113.167:5432/xiaoxia_saas"
|
||||
$env:REDIS_URL = "redis://47.98.113.167:6379/0"
|
||||
$env:CELERY_BROKER_URL = "redis://47.98.113.167:6379/1"
|
||||
$env:CELERY_RESULT_BACKEND = "redis://47.98.113.167:6379/2"
|
||||
$env:JWT_SECRET_KEY = "xiaoxia-dev-secret-key-please-change-in-production-min-32-chars-long"
|
||||
$env:CORS_ORIGINS_RAW = "http://localhost:3000,http://localhost:5173,http://localhost:8000"
|
||||
Set-Location "F:\openclaw-saas\apps\api"
|
||||
python main.py
|
||||
Reference in New Issue
Block a user