7 Commits
Author SHA1 Message Date
Developer d10dd53884 Refine auth, API proxy, and server routing 2026-05-18 15:16:46 +08:00
DeveloperandClaude Opus 4.6 98aa39cb1c refactor: 代码质量优化与安全修复
- 删除根目录重复的 server.js (830行),统一使用模块化的 server/index.js
- 修复 ESLint 错误: 移除未使用变量、修复 const 声明、处理未使用参数
- 修复 React Hooks 依赖警告: 使用 useCallback 包装函数并添加正确依赖项
- SQL LIKE 查询添加特殊字符转义,防止注入风险
- 移除 CSS 中重复的 @keyframes spin 定义

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-26 10:49:12 +08:00
Developer c1c7eb006b chore: add ESLint, Prettier and Jest configuration 2026-03-18 16:19:03 +08:00
Developer bd99fc8e81 feat: add new server entry point and update package.json 2026-03-18 16:13:01 +08:00
Developer 9165188100 feat: add all route modules (auth, records, stats, recurring, categories, export, search) 2026-03-18 16:10:41 +08:00
Developer 9c3281e6ac feat: add utils, error handler and auth middleware 2026-03-18 16:03:38 +08:00
Developer b0ce7dcbaf feat: add database config and migration system 2026-03-18 16:01:59 +08:00