-
- Refactored multiple worker scripts (css.worker.js, editor.worker.js, html.worker.js, json.worker.js, ts.worker.js) to improve code structure and maintainability. - Removed the unused CSS file (app.26c706cb.css) to clean up the project and reduce bundle size. - Ensured all worker scripts are optimized for better performance.
-
- 更新会员画像服务,增强数据展示和分析能力 - 优化统计接口,确保返回完整字段并提升查询性能 - 新增门店数据页面设计方案,梳理数据维度和接口 - 更新多个静态资源文件,确保前端展示一致性
-
build(antis-ncc-admin): 更新构建文件与样式资源 更新了前端构建产物 index.html 和新增的 salary statistics 页面样式, 确保浏览器兼容提示正常显示并加载最新静态资源。 ```
-
build(antis-ncc-admin): 更新构建文件中的 JS 和 CSS 资源引用 更新了 index.html 中的 JavaScript 和 CSS 静态资源链接,包括应用主入口文件 app.js 的哈希值变更、部分 chunk 文件的版本更新以及新增对低版本 IE 浏览器的兼容提示信息。 ```
-
build(antis-ncc-admin): 调整开发环境API配置 将开发环境中的API地址从本地host调整为测试服务器地址,便于开发调试。 feat(antis-ncc-admin): 更新构建产物及资源文件 更新了构建后的静态资源文件,包括CSS和JS的chunk名称变更, 以及新增浏览器版本过低提示信息,优化用户体验。 ```