🐞 fix: 更新壁纸接口 #302

This commit is contained in:
imsyy 2024-06-05 13:52:04 +08:00
parent e7a4cf7171
commit 52602e91a5
No known key found for this signature in database
GPG Key ID: 5D959EAB73CA095D
3 changed files with 390 additions and 390 deletions

View File

@ -231,7 +231,7 @@ if (type == 0) {
### API
- [小歪 API](https://api.aixiaowai.cn)
- [韩小韩 WebAPI 接口](https://api.vvhan.com/)
- [搏天 API](https://api.btstu.cn/doc/sjbz.php)
- [教书先生 API](https://api.oioweb.cn/doc/weather/GetWeather)
- [高德开放平台](https://lbs.amap.com/)

View File

@ -136,7 +136,7 @@ make clean all
### API
* [MetingAPI By 武恩赐](https://api.wuenci.com/meting/api/)
* [韩小韩 WebAPI 接口](https://api.vvhan.com/)
* [搏天 API](https://api.btstu.cn/doc/sjbz.php)
* [高德开放平台](https://lbs.amap.com/)
* [Hitokoto 一言](https://hitokoto.cn/)

View File

@ -43,9 +43,9 @@ const changeBg = (type) => {
} else if (type == 1) {
bgUrl.value = "https://api.dujin.org/bing/1920.php";
} 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) {
bgUrl.value = "https://api.aixiaowai.cn/api/api.php";
bgUrl.value = "https://api.vvhan.com/api/wallpaper/acg";
}
};