IP签名档

1
2
<!-- 图片调用-->
<img src="https://api.vvhan.com/api/ipCard" />

摸鱼人日历API

1
2
3
4
5
6
<!-- 图片调用 -->
<img src="https://api.vvhan.com/api/moyu" />
<!-- JSON调用 -->
<script>
const res = await axios.get('https://api.vvhan.com/api/moyu?type=json');
</script>

每天60秒读懂世界

1
2
3
4
<!-- JSON调用 -->
<script>
const res = await axios.get('https://api.vvhan.com/api/60s');
</script>

每日美女心情开朗

1
2
3
4
5
6
7
<!-- 图片调用 -->
<img src="https://api.vvhan.com/api/wallpaper/pcGirl" />
<img src="https://api.vvhan.com/api/wallpaper/mobileGirl" />
<!-- JSON调用 -->
<script>
const res = await axios.get('https://api.vvhan.com/api/wallpaper/pcGirl?type=json');
</script>

图片预览