Skip to content

Commit

Permalink
更新新的项目
Browse files Browse the repository at this point in the history
  • Loading branch information
duolabmeng6 committed Aug 3, 2024
1 parent 7ad6955 commit aecbdf9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,9 @@ import {appAction} from "@/action/app";
const options = [
{ label: '示例项目', value: "https://github.com/duolabmeng6/wails-template-vue-go-easy" },
{ label: 'electron示例项目', value: "https://github.com/duolabmeng6/electron-template-easy-desinger" },
{ label: '投屏软件示例项目', value: "https://github.com/duolabmeng6/projection_screen_tv" },
{ label: 'ollama管理面板示例项目', value: "https://github.com/duolabmeng6/ollama_ui" },
{ label: '自定义远程Github项目', value: "" },
];
Expand Down
4 changes: 2 additions & 2 deletions GoEasyDesigner/mymodel/自动更新模块.go
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,8 @@ func E获取Github仓库Releases版本和更新内容() *ReleaseInfo {
var urls []string
_url := fmt.Sprintf("https://api.github.com/repos/%s/%s/releases", owner, repo)
urls = append(urls, _url)
_url = fmt.Sprintf("https://go.kenhong.com/releases_latest.json")
urls = append(urls, _url)
//_url = fmt.Sprintf("https://go.kenhong.com/releases_latest.json")
//urls = append(urls, _url)
// 访问urls中的内容 如果第一个访问失败了 就继续下一个
var resp *http.Response
var err error
Expand Down

0 comments on commit aecbdf9

Please sign in to comment.