• feat(config): 更新生产环境API配置
    
    启用正式环境的API接口配置,禁用202605备份环境配置,
    确保生产环境使用正确的后端服务地址。
    ```
    “wangming” authored
     
    Browse File »

  • feat(env): 添加202605备份环境配置
    
    新增202605备份环境的API和WebSocket连接地址,
    用于支持备份环境的部署和测试需求。
    ```
    “wangming” authored
     
    Browse File »








  • - 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.
    “wangming” authored
     
    Browse File »










  • feat(env): 更新开发环境和生产环境的API基础地址
    
    将开发环境的API基础地址更新为测试环境地址,生产环境API基础地址更新为正式环境地址
    ```
    李宇 authored
     
    Browse Dir »