移除openlist token的输入

このコミットが含まれているのは:
mtvpls
2025-12-22 21:38:51 +08:00
コミット 84fa95fc57
14個のファイルの変更111行の追加117行の削除
+1 -1
ファイルの表示
@@ -26,7 +26,7 @@ export async function GET(request: NextRequest) {
const config = await getConfig();
const openListConfig = config.OpenListConfig;
if (!openListConfig || !openListConfig.URL || !openListConfig.Token) {
if (!openListConfig || !openListConfig.URL || !openListConfig.Username || !openListConfig.Password) {
throw new Error('OpenList 未配置');
}