-
feat: 添加系统更新日志功能和沉睡会员提醒功能 - 在导航栏右侧添加更新日志图标,点击可查看系统更新日志 - 实现更新日志弹窗组件,支持分页加载和分类展示 - 新增沉睡会员提醒配置项,可在系统配置中设置沉睡天数 - 实现门店PC端沉睡会员列表查询功能,按最后消费时间排序 - 优化上传记录页面,添加来源模块标签和时间格式化显示 - 修复农历生日计算中的边界问题和异常处理 - 调整文件上传大小限制从10MB提升至20MB - 添加mysql2依赖包以支持数据库相关功能 ```
-
feat(config): 更新生产环境API配置 启用正式环境的API接口配置,禁用202605备份环境配置, 确保生产环境使用正确的后端服务地址。 ```
-
chore(config): 切换数据库连接配置从开发环境到生产环境 切换MCP配置中的数据库连接字符串,将默认连接从lqerp_dev开发库更改为lqerp生产库, 同时注释掉原来的开发环境配置以备后续使用 ```
-
- Updated the .env.production file to set the base API and WebSocket URLs for the testing environment. - Commented out the production URLs for clarity and future reference. - Removed the deprecated CSS file from the dist directory to clean up the project structure.
-
…ll data is exported without pagination. Enhance error handling for total amount validation to support negative values and various formats. Add a new method for parsing decimal values, accommodating accounting formats. Update documentation for clarity on export parameters and import requirements.
-
…. Added address input for store location retrieval, integrated Tencent Maps API for geolocation, and updated form fields to include longitude, latitude, and fence polygons. Adjusted dialog and layout for better usability.
-
…ns for management backend and store PC applications, updated environment variables for local development, and removed unused CSS and JS files to optimize the build.
-
…yout adjustments. Increased font sizes and padding for better readability, and streamlined the member search input for a cleaner look.