diff --git a/static/css/style.css b/static/css/style.css new file mode 100644 index 0000000..e69de29 diff --git a/view/Install/index.html b/view/Install/index.html index 068fbdc..d116df3 100644 --- a/view/Install/index.html +++ b/view/Install/index.html @@ -6,16 +6,13 @@ 程序安装 @@ -78,23 +96,27 @@
- -
-
@@ -307,6 +329,26 @@ + \ No newline at end of file diff --git a/view/user/index.html b/view/user/index.html index 0cb0b6a..b3d325e 100644 --- a/view/user/index.html +++ b/view/user/index.html @@ -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 || '人无横财不富,马无夜草不肥'; })