From eab8002955483e1ad9b2d734a429dd55b852c113 Mon Sep 17 00:00:00 2001 From: mlogclub Date: Sun, 19 Apr 2026 21:07:15 +0800 Subject: [PATCH] fix(page): update widget width to 880px and adjust placeholder text --- widget/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/widget/app/page.tsx b/widget/app/page.tsx index e2282e8..8dd1f0d 100644 --- a/widget/app/page.tsx +++ b/widget/app/page.tsx @@ -34,7 +34,7 @@ function buildDefaultConfig(baseUrl: string): TestConfig { subtitle: "贝壳AI客服为您服务", position: "right", themeColor: "#0f6cbd", - width: "680px", + width: "880px", subject: generateRandomSubject(), }; } @@ -327,7 +327,7 @@ function WidgetTestPageInner() { onChange={(event) => updateField("width", event.target.value) } - placeholder="例如 680px、50vw" + placeholder="例如 880px、50vw" className="w-full rounded-lg border border-slate-200 bg-white px-3 py-2.5 text-sm text-slate-900 outline-none transition focus:border-sky-400" />