update hitokoto param

This commit is contained in:
hehh
2024-08-20 10:05:04 +08:00
parent f0a38948d2
commit ef807dad3b

View File

@@ -30,7 +30,7 @@ var iUp = (function () {
$(document).ready(function () {
// 获取一言数据
fetch('https://v1.hitokoto.cn?c=c&c=d&c=h&c=i&c=k&c=h').then(function (res) {
fetch('https://v1.hitokoto.cn?c=a%c=b&c=c&c=d&c=h&c=i&c=k').then(function (res) {
return res.json();
}).then(function (e) {
$('#description').html(e.hitokoto + "<br/> -「<strong>" + e.from + "</strong>」")