Skip to content
This repository was archived by the owner on Jul 17, 2026. It is now read-only.

Commit 4c5d042

Browse files
rootclaude
authored andcommitted
fix: update web_component_open_flag to 1 for CN region
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
1 parent 2c83f3d commit 4c5d042

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/api/controllers/core.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ export async function request(
302302
...(isUS || isHK || isJP || isSG ? {} : { webId: WEB_ID }),
303303
da_version: DA_VERSION,
304304
os: "windows",
305-
web_component_open_flag: 0,
305+
web_component_open_flag: 1,
306306
web_version: WEB_VERSION,
307307
aigc_features: "app_lip_sync",
308308
...(options.params || {}),

0 commit comments

Comments
 (0)