From 248ea5f3a00086224789b383fcb66dca99fd0aa7 Mon Sep 17 00:00:00 2001 From: SunXa <130429781+sooyaa2000@users.noreply.github.com> Date: Fri, 3 May 2024 14:40:39 +0800 Subject: [PATCH] Update index.js --- src/api/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/api/index.js b/src/api/index.js index 5a5a014..07ffe95 100644 --- a/src/api/index.js +++ b/src/api/index.js @@ -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(); };