From 5f95b88914ff8f8f18a786a03e0e37278e931fff Mon Sep 17 00:00:00 2001 From: yuetsh <517252939@qq.com> Date: Sun, 29 Mar 2026 09:25:45 -0600 Subject: [PATCH] feat: add ExternalAIPanel component for external AI code submission --- src/components/ExternalAIPanel.vue | 135 +++++++++++++++++++++++++++++ 1 file changed, 135 insertions(+) create mode 100644 src/components/ExternalAIPanel.vue diff --git a/src/components/ExternalAIPanel.vue b/src/components/ExternalAIPanel.vue new file mode 100644 index 0000000..316af26 --- /dev/null +++ b/src/components/ExternalAIPanel.vue @@ -0,0 +1,135 @@ + + + + 提示词 + + AI 代码 + + + HTML · {{ splitResult.html.length }} 字符 + CSS · {{ splitResult.css.length }} 字符 + JS · {{ splitResult.js.length }} 字符 + + + + 应用预览 + + 提交 + + + + + + + +