feat: Add deployment script and browser compatibility testing documentation
- Created a deployment script (更新部署.bat) for updating the performance scoring system in production, including Docker image rebuild and health checks. - Added a comprehensive browser compatibility and data synchronization fix report (浏览器兼容性修复报告.md) detailing issues, solutions, and testing procedures. - Developed a browser compatibility testing guide (浏览器兼容性测试指南.html) to ensure consistent functionality across different browsers. - Documented production environment update procedures (生产环境更新指南.md) to address image upload issues due to outdated code. - Introduced a detailed image duplicate detection testing guide (重复检测测试指南.html) to validate the new image upload features and error handling.
Showing
server/package-lock.json
0 → 100644
This diff is collapsed.
Click to expand it.
server/package.json
0 → 100644
server/server.js
0 → 100644
This diff is collapsed.
Click to expand it.
server/start-server.bat
0 → 100644
server/test-server.js
0 → 100644
server/test.js
0 → 100644
src/components/DataSync.vue
0 → 100644
src/components/ModeToggle.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/components/OnlineUsers.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/components/RealtimeActivityLog.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/components/RealtimeStatus.vue
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
src/store/realtime.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/utils/browserCompatibility.js
0 → 100644
src/utils/cacheManager.js
0 → 100644
src/utils/conflictResolver.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/utils/realtimeClient.js
0 → 100644
start-websocket.bat
0 → 100644
test-fixes.html
0 → 100644
一键更新修复.bat
0 → 100644
图片上传问题最终解决方案.md
0 → 100644
图片重复检测修复报告.md
0 → 100644
实时同步功能实现报告.md
0 → 100644
实时同步功能测试指南.html
0 → 100644
This diff is collapsed.
Click to expand it.
实时同步架构设计.md
0 → 100644
数据持久化修复报告.md
0 → 100644
更新部署.bat
0 → 100644
浏览器兼容性修复报告.md
0 → 100644
浏览器兼容性测试指南.html
0 → 100644
This diff is collapsed.
Click to expand it.
生产环境更新指南.md
0 → 100644
重复检测测试指南.html
0 → 100644
This diff is collapsed.
Click to expand it.
Please
register
or
sign in
to comment