Skip to content

Commit

Permalink
Update common.go
Browse files Browse the repository at this point in the history
Signed-off-by: Eason <291028775@qq.com>
  • Loading branch information
ZhouYixun authored Jun 20, 2024
1 parent be45dc4 commit ba827da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/util/common.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ var versionMap = map[string]string{
"12.5": "12.4",
}

var urlList = [...]string{"https://tool.appetizer.io/JinjunHan", "https://code.aliyun.com/hanjinjun", "https://github.com/JinjunHan"}
var urlList = [...]string{"https://github.com/JinjunHan"}

func GetDeviceByUdId(udId string) (device giDevice.Device) {
remoteList, err2 := ReadRemote()
Expand Down

0 comments on commit ba827da

Please sign in to comment.