From 2e06d111514a7460cb43c2cec0db5bdf4d82d45b Mon Sep 17 00:00:00 2001 From: Youzini-afk <13153778771cx@gmail.com> Date: Wed, 25 Mar 2026 20:56:10 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E4=BB=BB=E5=8A=A1?= =?UTF-8?q?=E9=A2=84=E8=AE=BE=E7=BC=96=E8=BE=91=E5=99=A8=E6=8C=89=E9=92=AE?= =?UTF-8?q?=E7=AB=96=E6=8E=92=E5=B8=83=E5=B1=80=E5=B4=A9=E5=9D=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 替换所有 menu_button (SillyTavern 原生 class,在 BME 面板内无样式) 为 bme-config-secondary-btn (BME 自有按钮样式) - 增强 bme-task-mini-btn 的 compact 尺寸 --- panel.js | 28 ++++++++++++++-------------- style.css | 4 ++++ 2 files changed, 18 insertions(+), 14 deletions(-) diff --git a/panel.js b/panel.js index 0f03ea9..458bfce 100644 --- a/panel.js +++ b/panel.js @@ -1947,12 +1947,12 @@ function _renderTaskProfileWorkspace(state) {
- - - - - - + + + + + +
@@ -1999,7 +1999,7 @@ function _renderTaskPromptTab(state) {
-
@@ -2014,7 +2014,7 @@ function _renderTaskPromptTab(state) { ) .join("")} -
@@ -2167,7 +2167,7 @@ function _renderTaskRegexTab(state) { 本地规则只作用于当前任务预设,不会污染宿主酒馆配置。
- @@ -2214,7 +2214,7 @@ function _renderTaskBlockListItem(block, index, state) {