mirror of
https://github.com/imsyy/home.git
synced 2025-05-28 00:50:13 +09:00
Update index.js
This commit is contained in:
parent
28e2f63180
commit
248ea5f3a0
@ -45,7 +45,7 @@ export const getPlayerList = async (server, type, id) => {
|
||||
|
||||
// 获取一言数据
|
||||
export const getHitokoto = async () => {
|
||||
const res = await fetch("https://v1.hitokoto.cn");
|
||||
const res = await fetch("https://v.api.aa1.cn/api/yiyan/index.php");
|
||||
return await res.json();
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user