From d4ba5d3900ceb1214c86a04851c1fd0a6d3c6bea Mon Sep 17 00:00:00 2001 From: "Levy,Wang" <1261305499@qq.com> Date: Sat, 15 Mar 2025 21:07:44 +0800 Subject: [PATCH 1/4] change base url --- web/script.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/script.js b/web/script.js index c58adfe..d60c2fb 100644 --- a/web/script.js +++ b/web/script.js @@ -35,7 +35,7 @@ function switchTab(tabName) { // 添加 API 配置 const API_CONFIG = { - BASE_URL: 'https://api.wwlww.org/v1', + BASE_URL: '/api/v1', ENDPOINTS: { SEARCH: '/avcode', COLLECTIONS: '/hacg', From fec6dee69b3710d292dca1c95d17a8544343e762 Mon Sep 17 00:00:00 2001 From: "Levy,Wang" <1261305499@qq.com> Date: Sat, 15 Mar 2025 21:55:59 +0800 Subject: [PATCH 2/4] Update index.html --- web/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/index.html b/web/index.html index 79891bc..18b544e 100644 --- a/web/index.html +++ b/web/index.html @@ -193,7 +193,7 @@