feat: 增加日志打印和异常处理

This commit is contained in:
mazxd
2025-05-11 17:55:59 +08:00
parent e43ffe011f
commit fd8b4ec01b
21 changed files with 939 additions and 119 deletions
+10
View File
@@ -0,0 +1,10 @@
---
description:
globs:
alwaysApply: true
---
# 通用规则
1. 如果需要使用npm安装任何包,请使用pnpm来代替
2. Windows环境下请注意Powershell 不支持 && 连续命令,请自行分开命令
3. 写业务类的时候自动使用logger打印日志,并且日志用中文显示。