mirror of
https://gitee.com/technical-laohu/mpay.git
synced 2025-10-12 13:33:44 +08:00
一些交互体验更新
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user