Go to file
LingandRX e6adea5f52 refactor(user): 重构用户模块代码
- 将 userController、userModel、userRepository 和 userService 文件中的代码进行重新组织和优化
- 使用 import 语句替代 require 引入模块
- 将函数定义从 es5 改为 es6 语法
- 优化了部分函数的实现,提高了代码可读性和维护性
2025-01-05 00:13:10 +08:00
bin refactor: 优化项目结构和代码 2025-01-01 12:21:43 +08:00
common refactor: 将项目从 CommonJS 迁移到 ES6 模块 2025-01-04 23:54:03 +08:00
config refactor: 将项目从 CommonJS 迁移到 ES6 模块 2025-01-04 23:54:03 +08:00
controllers refactor(user): 重构用户模块代码 2025-01-05 00:13:10 +08:00
models refactor(user): 重构用户模块代码 2025-01-05 00:13:10 +08:00
repositories refactor(user): 重构用户模块代码 2025-01-05 00:13:10 +08:00
routes refactor(user): 重构用户模块代码 2025-01-05 00:13:10 +08:00
services refactor(user): 重构用户模块代码 2025-01-05 00:13:10 +08:00
utils refactor: 将项目从 CommonJS 迁移到 ES6 模块 2025-01-04 23:54:03 +08:00
.env refactor(env and controllers): 优化环境变量配置和用户控制器逻辑 2024-12-30 22:21:29 +08:00
.gitignore refactor: 优化项目结构和代码 2025-01-01 12:21:43 +08:00
.prettierrc refactor(config): 优化错误消息和日志记录 2025-01-04 23:25:29 +08:00
app.js refactor: 将项目从 CommonJS 迁移到 ES6 模块 2025-01-04 23:54:03 +08:00
package-lock.json refactor: 优化项目结构和代码 2025-01-01 12:21:43 +08:00
package.json refactor: 将项目从 CommonJS 迁移到 ES6 模块 2025-01-04 23:54:03 +08:00