From 80e96d0b9e1d6e3095896a7e625d35a11f609781 Mon Sep 17 00:00:00 2001 From: Simon <10131203+gaomeng1900@users.noreply.github.com> Date: Sat, 21 Mar 2026 02:53:00 +0800 Subject: [PATCH] docs: limitations doc; homepage details --- .../src/pages/docs/introduction/limitations/page.tsx | 2 ++ packages/website/src/pages/home/HeroSection.tsx | 9 +++------ 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/packages/website/src/pages/docs/introduction/limitations/page.tsx b/packages/website/src/pages/docs/introduction/limitations/page.tsx index b13b3b0..6120a43 100644 --- a/packages/website/src/pages/docs/introduction/limitations/page.tsx +++ b/packages/website/src/pages/docs/introduction/limitations/page.tsx @@ -97,6 +97,7 @@ export default function LimitationsPage() { isZh ? '点击、文本输入、选择' : 'Click, text input, select', isZh ? '页面滚动(垂直 / 水平)' : 'Scroll (vertical / horizontal)', isZh ? '表单提交、焦点切换' : 'Form submit, focus', + isZh ? '同源 iframe(仅单层)' : 'Same-origin iframe (single level only)', isZh ? '执行 JavaScript(可选)' : 'Execute JavaScript (opt-in)', ].map((text) => (