Skip to content

Commit

Permalink
Update v1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
libsgh committed Mar 28, 2024
1 parent 990cd32 commit 82a8432
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions FyneApp.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Website = "https://chrome.noki.eu.org"
Website = "https://chrome.noki.icu"

[Details]
Icon = "assets/img/chrome.ico"
Name = "chrome_updater"
ID = "com.github.libs.chrome"
Version = "1.1"
Version = "1.2"
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ English | [中文](https://github.com/libsgh/chrome_updater/blob/main/README_ZH.
4. Both Chrome and Chrome++ can be updated independently without affecting each other.

## Links
- [Web Service](https://chrome.noki.eu.org "https://chrome.noki.eu.org")
- [Web Service](https://chrome.noki.icu "https://chrome.noki.icu")
- [Chrome ++](https://github.com/Bush2021/chrome_plus "https://github.com/Bush2021/chrome_plus")

## Thanks
Expand Down
2 changes: 1 addition & 1 deletion README_ZH.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
4. Chrome及Chrome++均可单独更新,互不影响。

## 链接
- [Chrome离线包](https://chrome.noki.eu.org "https://chrome.noki.eu.org")
- [Chrome离线包](https://chrome.noki.icu "https://chrome.noki.icu")
- [Chrome ++](https://github.com/Bush2021/chrome_plus "https://github.com/Bush2021/chrome_plus")

## 鸣谢
Expand Down
2 changes: 1 addition & 1 deletion base.go
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ func getVk(branch binding.String, sysInfo SysInfo) string {
// 获取Chrome版本信息
func getChromeInfo(key string) ChromeInfo {
// 发送 HTTP 请求获取 JSON 数据
response, err := http.Get("https://chrome.noki.eu.org/api/c/info")
response, err := http.Get("https://chrome.noki.icu/api/c/info")
if err != nil {
log.Fatal(err)
}
Expand Down
2 changes: 1 addition & 1 deletion setting.go
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ func settingsScreen(a fyne.App, win fyne.Window, data *SettingsData) fyne.Canvas
}),
),
container.NewHBox(
widget.NewHyperlink(LoadString("OfflinePkgLabel"), parseURL("https://chrome.noki.eu.org")),
widget.NewHyperlink(LoadString("OfflinePkgLabel"), parseURL("https://chrome.noki.icu")),
widget.NewLabel("-"),
widget.NewHyperlink("GitHub", parseURL("https://github.com/libsgh/chrome_updater")),
widget.NewLabel("-"),
Expand Down

0 comments on commit 82a8432

Please sign in to comment.