docs: 为工具函数、API和组件添加JSDoc注释以提升代码可读性
- 为 utils、api、stores、composables 等模块的函数和变量添加详细的 @description 注释
- 统一接口返回类型为 Promise<{code,data,msg}> 格式说明
- 为组件方法添加参数和返回值类型标注
- 更新文件头部的 @Description 字段使其更具体
- 增强代码自文档化能力,便于团队维护和IDE智能提示
Showing
32 changed files
with
606 additions
and
151 deletions
-
Please register or login to post a comment