-
- 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.
-
… for local testing. Adjusted CSS worker files and added new app styles for improved layout and user experience.
-
更新了 `index.html` 中引用的静态资源路径及文件哈希值,包括 CSS 和 JavaScript 文件。同时重命名了应用主样式文件以反映新的内容哈希。这通常发生在项目重新构建后,确保生产环境加载的是最新编译后的资源。 - 修改了多个预加载(preload)链接中的文件版本号 - 更新了脚本和样式的实际引用地址 - 重命名 `app.9b487d9d.css` 为 `app.ed86c652.css` 以匹配新构建结果