变更日志 / Changelog
中文版本
最近更新
README 增加中英文切换 (e3d2732)
- 在 README.md 和 README_CN.md 文件中添加了语言切换链接
- 添加了
**[English](README.md) | [中文简体](README_CN.md)**
格式的导航栏 - 提升了多语言用户体验,便于在不同语言版本间切换
合并上游变更 (5808dd9, 307d2be, a6138cb)
- 将最新的上游更改合并到当前分支
- 保持与主仓库同步
更新文档 (70218f6)
- 对项目文档进行了更新和改进
添加 Web 相关功能
- 添加了版本检查功能的 Web Worker 实现
- 实现了前端版本更新检测和通知系统
- 支持自动检测新版本并提示用户刷新页面
- 添加测试用例确保功能正常运行
初始化仓库 (306b2f66)
- 创建初始项目结构
- 添加基础 README 文件
English Version
Recent Updates
Added Language Switching to README (e3d2732)
- Added language switching links in both README.md and README_CN.md files
- Added navigation in the format of
**[English](README.md) | [中文简体](README_CN.md)**
- Improved multilingual user experience, making it easier to switch between different language versions
Merged Upstream Changes (5808dd9, 307d2be, a6138cb)
- Merged latest upstream changes into the current branch
- Maintained synchronization with the main repository
Updated Documentation (70218f6)
- Updated and improved project documentation
Added Web-related Features
- Added Web Worker implementation for version checking
- Implemented frontend version update detection and notification system
- Added support for automatically detecting new versions and prompting users to refresh the page
- Added test cases to ensure functionality works properly
Repository Initialization (306b2f66)
- Created initial project structure
- Added basic README file