From 8cc85098a9591a00c2013ab2dea3fefee5fff6f4 Mon Sep 17 00:00:00 2001 From: yumoqing Date: Tue, 8 Sep 2026 15:56:45 +0800 Subject: [PATCH] =?UTF-8?q?docs(README):=20=E8=A1=A5=E8=B4=A6=E5=8A=A1?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2=E4=B8=BB=E9=A2=98=E7=BA=A6=E5=AE=9A=E2=80=94?= =?UTF-8?q?=E2=80=94=E7=A6=81=E7=A1=AC=E7=BC=96=E7=A0=81=E6=9A=97=E8=89=B2?= =?UTF-8?q?,=E7=94=A8css:card/subcard=E8=B7=9F=E9=9A=8F=E5=AE=BF=E4=B8=BBd?= =?UTF-8?q?ata-theme=E5=8F=8C=E4=B8=BB=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 2d31274..c6c57a2 100644 --- a/README.md +++ b/README.md @@ -70,6 +70,10 @@ account_config + accounting_config 记账配置 + currency + exchange_rate 初 `open_reseller_accounts.dspy` / `open_reseller_provider_accounts.dspy` / `open_customer_accounts.dspy` / `open_customer_accounts_with_orgid.dspy` - 代充值:`proxy_recharge.ui` + `proxy_recharge_submit.dspy` +- 主题约定:账务页面(代客充值/我的信用额度/充值错帐处理)**不得硬编码暗色配色** + (#1E293B/#334155/#F1F5F9 等),卡片用 `"css": "card"`、嵌套小盒用 `"css": "subcard"`、 + 文字颜色继承主题,跟随宿主应用(pipeline-app/sage)的 data-theme 暗亮双主题切换; + 语义色(状态徽章/阈值进度条)可保留。2026-09-08 已按此修复。 - 统计 widget:`stat_account_count.ui` / `stat_month_consumption.ui` / `stat_today_consumption.ui` / `stat_total_balance.ui`