feat: integrate invitation access, world NPCs, and deployment

This commit is contained in:
2026-09-08 22:22:38 +08:00
parent 2a3125075f
commit 513a3eba31
75 changed files with 9566 additions and 1070 deletions

10
.gitignore vendored
View File

@@ -11,6 +11,15 @@ coverage/
test/
jest.config.js
test-setup.js
!jest.config.js
!test-setup.js
!src/business/auth/register.service.spec.ts
!src/business/chat/chat.service.spec.ts
!src/business/chat/services/chat_session.service.spec.ts
!src/business/mall/mall.service.spec.ts
!src/business/world_npc/world_npc.service.spec.ts
!src/gateway/auth/register.controller.spec.ts
!src/gateway/chat/chat.gateway.spec.ts
# Runtime configuration and credentials
.env
@@ -30,6 +39,7 @@ client/.env*
logs/
generated/
redis-data/
data/world-npc-state.json
uploads/
*.log
*.log.gz