Update script.js

This commit is contained in:
Levy,Wang 2025-03-11 15:40:53 +08:00 committed by GitHub
parent be0f982f4e
commit 040abb03b7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -49,7 +49,7 @@ function switchTab(tabName) {
// 添加 API 配置
const API_CONFIG = {
BASE_URL: '/api/v1',
BASE_URL: 'https://api.wwlww.org/v1',
ENDPOINTS: {
SEARCH: '/avcode',
COLLECTIONS: '/hacg',
@ -1504,4 +1504,4 @@ function showThemeMenu(button) {
}
};
document.addEventListener('keydown', handleEscape);
}
}