We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83aa433 commit b1b34d9Copy full SHA for b1b34d9
app.go
@@ -256,7 +256,7 @@ func (a *App) CheckUpdate(flag int) {
256
}
257
go runtime.EventsEmit(a.ctx, "newsPush", map[string]any{
258
"time": "发现新版本:" + releaseVersion.TagName,
259
- "isRed": false,
+ "isRed": true,
260
"source": "go-stock",
261
"content": fmt.Sprintf("%s", commit.Message),
262
})
@@ -299,7 +299,7 @@ func (a *App) CheckUpdate(flag int) {
299
if flag == 1 {
300
301
"time": "当前版本:" + Version,
302
303
304
"content": "当前版本无更新",
305
0 commit comments