一些交互体验更新

This commit is contained in:
技术老胡
2024-11-29 16:42:02 +08:00
parent d2d3576332
commit 82fcec2e5f
4 changed files with 92 additions and 53 deletions

View File

@@ -261,7 +261,7 @@
}
});
fetch('https://tenapi.cn/v2/yiyan').then(res => res.text()).then(data => { document.getElementById('yiyan').innerHTML = data || '人无横财不富,马无夜草不肥'; })
fetch('https://v1.hitokoto.cn?c=d&c=i&c=k&encode=text').then(res => res.text()).then(data => { document.getElementById('yiyan').innerHTML = data || '人无横财不富,马无夜草不肥'; })
</script>