fix: increase infographic width to prevent title wrapping

This commit is contained in:
fujie
2026-01-07 07:09:05 +08:00
parent 4f49b111fd
commit a2422262b5
2 changed files with 2 additions and 2 deletions

View File

@@ -978,7 +978,7 @@ class Action:
const uniqueId = "{unique_id}";
const chatId = "{chat_id}";
const messageId = "{message_id}";
const defaultWidth = 900;
const defaultWidth = 1100;
const defaultHeight = 500;
// Auto-detect chat container width for responsive sizing

View File

@@ -1039,7 +1039,7 @@ class Action:
const uniqueId = "{unique_id}";
const chatId = "{chat_id}";
const messageId = "{message_id}";
const defaultWidth = 900;
const defaultWidth = 1100;
const defaultHeight = 500;
// 自动检测聊天容器宽度以实现响应式尺寸