mirror of
https://github.com/AmintaCCCP/GithubStarsManager.git
synced 2025-11-25 02:34:54 +08:00
fix bug
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "github-stars-manager",
|
||||
"private": true,
|
||||
"version": "0.1.4",
|
||||
"version": "0.1.5",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"dev": "vite",
|
||||
|
||||
@@ -17,7 +17,7 @@ export class UpdateService {
|
||||
private static getCurrentVersion(): string {
|
||||
// 在实际应用中,这个版本号应该在构建时注入
|
||||
// 这里暂时硬编码,你可以通过构建脚本或环境变量来动态设置
|
||||
return '0.1.4';
|
||||
return '0.1.5';
|
||||
}
|
||||
|
||||
static async checkForUpdates(): Promise<UpdateCheckResult> {
|
||||
|
||||
@@ -29,4 +29,14 @@
|
||||
</changelog>
|
||||
<downloadUrl>https://github.com/AmintaCCCP/GithubStarsManager/releases/tag/v0.1.4</downloadUrl>
|
||||
</version>
|
||||
<version>
|
||||
<number>0.1.5</number>
|
||||
<releaseDate>2025-09-23</releaseDate>
|
||||
<changelog>
|
||||
<item>fix: Fixed the issue where the analysis progress becomes 0 due to switching headers during AI analysis</item>
|
||||
<item>Add drag and no-drag regions for desktop app</item>
|
||||
<item>switch to infinite scroll with consistent card widths</item>
|
||||
</changelog>
|
||||
<downloadUrl>https://github.com/AmintaCCCP/GithubStarsManager/releases/download/v0.1.5/github-stars-manager-0.1.5.dmg</downloadUrl>
|
||||
</version>
|
||||
</versions>
|
||||
Reference in New Issue
Block a user