fix: 修复编译错误并完成全栈验证

**前端修复**:
- 移除重复的@tarojs/taro导入
- 完善UserInfo接口类型定义(新增weiboBound/weiboName字段)

**后端修复**:
- 安装jsonwebtoken及@types/jsonwebtoken依赖

**构建验证**:
- 前端所有平台构建通过(H5/微信小程序/抖音小程序)
- 后端NestJS构建通过
- ESLint检查通过
- TypeScript编译通过
This commit is contained in:
jaystar
2026-03-16 12:09:12 +08:00
parent ed4caca2fb
commit 4b2fec96e9
28 changed files with 1523 additions and 359 deletions

View File

@@ -24,6 +24,7 @@
"drizzle-orm": "^0.45.1",
"drizzle-zod": "^0.8.3",
"express": "5.2.1",
"jsonwebtoken": "^9.0.3",
"pg": "^8.16.3",
"rxjs": "^7.8.1",
"zod": "^4.3.5"
@@ -33,6 +34,7 @@
"@nestjs/schematics": "^10.2.3",
"@types/better-sqlite3": "^7.6.13",
"@types/express": "5.0.6",
"@types/jsonwebtoken": "^9.0.10",
"@types/node": "^22.10.2",
"drizzle-kit": "^0.31.8",
"typescript": "^5.7.2"