fix nettest

This commit is contained in:
jxxghp
2023-07-19 08:13:34 +08:00
parent d07acc3847
commit 67b39eea3f
+2 -2
View File
@@ -30,7 +30,7 @@ const targets = ref<Address[]>([
{ {
image: tmdb, image: tmdb,
name: "api.themoviedb.org", name: "api.themoviedb.org",
url: "https://api.themoviedb.org", url: "https://api.themoviedb.org/docs",
proxy: true, proxy: true,
status: "Normal", status: "Normal",
time: "", time: "",
@@ -74,7 +74,7 @@ const targets = ref<Address[]>([
{ {
image: wechat, image: wechat,
name: "qyapi.weixin.qq.com", name: "qyapi.weixin.qq.com",
url: "https://qyapi.weixin.qq.com", url: "https://qyapi.weixin.qq.com/cgi-bin/gettoken",
proxy: false, proxy: false,
status: "Normal", status: "Normal",
time: "", time: "",