From f44db04560d9a7cab7318bec85cce594bad04908 Mon Sep 17 00:00:00 2001 From: Catie Date: Thu, 10 Sep 2026 12:18:16 +0800 Subject: [PATCH] fix: make the create-form "get models" action clear and close to the field MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The pull-models button rendered as a faint ghost link stranded on its own row below the textarea, leaving a large gap before the create actions. Move it onto the model field's label row as a clear blue pill ("从上游获取模型") so the action is obvious and the field flows straight into the create-actions row. Co-Authored-By: Claude Opus 4.8 (1M context) --- src/App.tsx | 9 +++------ src/styles.css | 23 +++++++++++++++++++++++ 2 files changed, 26 insertions(+), 6 deletions(-) diff --git a/src/App.tsx b/src/App.tsx index d7aeecc..48bd2ee 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -3368,11 +3368,7 @@ function ChannelsView({
模型 - 可手动填写,或从上游拉取后多选 -
-