mirror of
https://github.com/foxhui/WebAI2API.git
synced 2026-06-16 21:03:59 +08:00
fix: 尝试修复网页进入 Code 模式 (ref #14)
This commit is contained in:
@@ -18,7 +18,7 @@ import {
|
||||
import { logger } from '../../utils/logger.js';
|
||||
|
||||
// --- 配置常量 ---
|
||||
const TARGET_URL = 'https://lmarena.ai/c/new?mode=direct';
|
||||
const TARGET_URL = 'https://lmarena.ai/c/new?mode=direct&chat-modality=chat';
|
||||
const TARGET_URL_SEARCH = 'https://lmarena.ai/zh/c/new?mode=direct&chat-modality=search';
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user