mirror of
https://github.com/levywang/avhub.git
synced 2026-02-21 16:57:21 +08:00
Update script.js
This commit is contained in:
parent
be0f982f4e
commit
040abb03b7
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user