mirror of
https://github.com/team-ide/teamide.git
synced 2026-04-27 03:25:49 +03:00
[PR #78] [MERGED] 添加新版本检测 #190
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/teamide-team-ide#190
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/team-ide/teamide/pull/78
Author: @team-ide
Created: 5/19/2022
Status: ✅ Merged
Merged: 5/19/2022
Merged by: @team-ide
Base:
main← Head:77-添加功能检测新版本可以点击按钮或自动在页面提示是否有新版本📝 Commits (1)
03aab5e添加新版本检测📊 Changes
54 files changed (+13476 additions, -24 deletions)
View changed files
📝
.github/workflows/release.yml(+28 -4)📝
README.md(+1 -1)📝
RELEASE.md(+3 -3)📝
RELEASE_HISTORY.md(+7 -0)📝
go.mod(+3 -1)📝
go.sum(+7 -2)📝
html/src/App.vue(+3 -1)📝
html/src/server/index.js(+3 -0)📝
html/src/source/index.js(+1 -0)📝
html/src/views/Index.vue(+0 -4)➕
html/src/views/UpdateCheck.vue(+119 -0)📝
html/src/views/frame/Header.vue(+4 -0)📝
internal/context/context.go(+1 -0)📝
internal/context/create.go(+2 -0)📝
internal/module/api.go(+9 -7)➕
internal/module/update.go(+89 -0)➕
internal/module/update_test.go(+15 -0)📝
main.go(+2 -0)➕
vendor/github.com/PuerkitoBio/goquery/.gitattributes(+1 -0)➕
vendor/github.com/PuerkitoBio/goquery/.gitignore(+16 -0)...and 34 more files
📄 Description
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.