chore:更新项目配置

- 更新pnpm工作区配置
- 完善后端开发规范文档
This commit is contained in:
moyin
2025-12-17 14:40:00 +08:00
parent c86ef31757
commit c14a49a88e
2 changed files with 3 additions and 2 deletions

View File

@@ -38,7 +38,7 @@
*
* @author 开发者姓名
* @version 1.0.0
* @since 2024-12-13
* @since 2025-12-13
*/
```
@@ -595,7 +595,7 @@ async createPlayer(email: string, nickname: string): Promise<Player> {
*
* @author 开发团队
* @version 1.0.0
* @since 2024-12-13
* @since 2025-12-13
*/
@Injectable()
export class PlazaService {