🐞 fix: 更新壁纸接口 #302
This commit is contained in:
parent
e7a4cf7171
commit
52602e91a5
@ -231,7 +231,7 @@ if (type == 0) {
|
|||||||
|
|
||||||
### API
|
### API
|
||||||
|
|
||||||
- [小歪 API](https://api.aixiaowai.cn)
|
- [韩小韩 WebAPI 接口](https://api.vvhan.com/)
|
||||||
- [搏天 API](https://api.btstu.cn/doc/sjbz.php)
|
- [搏天 API](https://api.btstu.cn/doc/sjbz.php)
|
||||||
- [教书先生 API](https://api.oioweb.cn/doc/weather/GetWeather)
|
- [教书先生 API](https://api.oioweb.cn/doc/weather/GetWeather)
|
||||||
- [高德开放平台](https://lbs.amap.com/)
|
- [高德开放平台](https://lbs.amap.com/)
|
||||||
|
@ -136,7 +136,7 @@ make clean all
|
|||||||
|
|
||||||
### API
|
### API
|
||||||
|
|
||||||
* [MetingAPI By 武恩赐](https://api.wuenci.com/meting/api/)
|
* [韩小韩 WebAPI 接口](https://api.vvhan.com/)
|
||||||
* [搏天 API](https://api.btstu.cn/doc/sjbz.php)
|
* [搏天 API](https://api.btstu.cn/doc/sjbz.php)
|
||||||
* [高德开放平台](https://lbs.amap.com/)
|
* [高德开放平台](https://lbs.amap.com/)
|
||||||
* [Hitokoto 一言](https://hitokoto.cn/)
|
* [Hitokoto 一言](https://hitokoto.cn/)
|
||||||
|
@ -43,9 +43,9 @@ const changeBg = (type) => {
|
|||||||
} else if (type == 1) {
|
} else if (type == 1) {
|
||||||
bgUrl.value = "https://api.dujin.org/bing/1920.php";
|
bgUrl.value = "https://api.dujin.org/bing/1920.php";
|
||||||
} else if (type == 2) {
|
} else if (type == 2) {
|
||||||
bgUrl.value = "https://api.aixiaowai.cn/gqapi/gqapi.php";
|
bgUrl.value = "https://api.vvhan.com/api/wallpaper/views";
|
||||||
} else if (type == 3) {
|
} else if (type == 3) {
|
||||||
bgUrl.value = "https://api.aixiaowai.cn/api/api.php";
|
bgUrl.value = "https://api.vvhan.com/api/wallpaper/acg";
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user