实现检查更新功能并更新文档链接 #10
Closed
zss823158062 wants to merge 4 commits intolimecloud:mainfrom
zss823158062:main
Closed
Conversation
- 添加 GitHub API 版本检查功能 - 实现版本比较逻辑 - 更新前端显示新版本和下载链接 - 修复字段名匹配问题 (has_update -> hasUpdate) - 更新仓库链接到新地址 - 更新文档链接到 https://aiclientproxy.github.io/proxycast/
- 解决与主分支的合并冲突 - 保留主分支新增的配置导入导出功能 - 添加检查更新功能到 config_cmd.rs - 更新命令注册包含 check_for_updates - 更新项目链接地址到新的 GitHub 仓库 - 版本号保持为 0.8.0
- 修正 AboutSection.tsx 中硬编码的版本号 - 确保前后端版本号一致性
- 将 package-lock.json 中的版本号从 0.7.0 更新到 0.13.0 - 确保与 package.json 版本号一致
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
添加 GitHub API 版本检查功能
实现版本比较逻辑
更新前端显示新版本和下载链接
修复字段名匹配问题 (has_update -> hasUpdate)
更新仓库链接到新地址
更新文档链接到 https://aiclientproxy.github.io/proxycast/