update hitokoto keyword class

This commit is contained in:
hehh
2024-08-23 11:52:48 +08:00
parent 15142fab26
commit c2c47298f8

View File

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