2 Commits

Author SHA1 Message Date
ikmkj
3044ad47b3 feat: Refine AI rules and add SQL injection utility
Refactor the `.clinerules` file to provide clearer and more structured instructions for the AI agent. The rules are now more specific and better organized.

Add a new `SqlInjectionUtil.java` class to sanitize inputs and prevent potential SQL injection vulnerabilities.
2025-07-29 23:10:42 +08:00
ikmkj
6ed9f73732 docs(README): 更新前后端部署说明
- 优化数据库配置步骤,增加创建数据库和导入SQL文件的详细说明
- 更新配置文件修改说明,提供更具体的配置示例
- 补充API文档访问说明
- 完善前端部署步骤,包括运行开发服务器和生产构建
- 增加SnowflakeIdUtil和TimeUtil工具类
2025-07-29 23:00:58 +08:00