fix: 更新默认API端点地址

This commit is contained in:
XiaoMo 2025-07-03 13:05:41 +08:00
parent 59f7551913
commit 64a9e5d52e
2 changed files with 2 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@ -9,7 +9,7 @@ const sharp = require('sharp');
const CACHE_DIR_NAME = '.cache'; const CACHE_DIR_NAME = '.cache';
const DEFAULT_PORT = 9001; const DEFAULT_PORT = 9001;
const DEFAULT_API_ENDPOINT = 'http://183.6.121.121:9005/get/'; const DEFAULT_API_ENDPOINT = 'http://183.6.121.121:9521/alist';
const cacheDir = pathModule.join(__dirname, CACHE_DIR_NAME); const cacheDir = pathModule.join(__dirname, CACHE_DIR_NAME);
const pathIndex = {}; const pathIndex = {};