docs: 更新协议文档,删除废弃计划文档

- 更新 http-error-codes, user-points-chat-data-protocol
- 更新 divination-run-protocol, profile-protocol
- 删除废弃的后端和前端设计计划文档
This commit is contained in:
qzl
2026-04-08 17:23:02 +08:00
parent 49fc9a116f
commit e80a82bef4
57 changed files with 4117 additions and 2269 deletions
+4 -1
View File
@@ -165,10 +165,12 @@ services:
SUPABASE_ANON_KEY: ${ERYAO_SUPABASE__ANON_KEY}
SUPABASE_SERVICE_KEY: ${ERYAO_SUPABASE__SERVICE_ROLE_KEY}
AUTH_JWT_SECRET: ${ERYAO_SUPABASE__JWT_SECRET}
EDGE_FUNCTIONS_MANAGEMENT_FOLDER: /tmp/functions
EDGE_FUNCTIONS_MANAGEMENT_FOLDER: /var/lib/functions
LOGFLARE_API_KEY: local-logflare-public-token
LOGFLARE_URL: http://localhost:4000
NEXT_PUBLIC_ENABLE_LOGS: "false"
volumes:
- studio-functions:/var/lib/functions
kong:
container_name: supabase-kong
@@ -215,3 +217,4 @@ services:
volumes:
db-config:
storage-data:
studio-functions: