From 460b1c09415cc1ed0e6b1c7f8fbc41c8f7ec144d Mon Sep 17 00:00:00 2001 From: yumoqing Date: Tue, 8 Sep 2026 13:51:18 +0800 Subject: [PATCH] =?UTF-8?q?feat(menu):=20=E8=B4=A6=E5=8A=A1=E7=AE=A1?= =?UTF-8?q?=E7=90=86is=5Ffin=E5=9D=97=E5=8A=A0=E4=B8=89=E5=85=A5=E5=8F=A3?= =?UTF-8?q?=E2=80=94=E2=80=94=E4=BB=A3=E5=AE=A2=E5=85=85=E5=80=BC/?= =?UTF-8?q?=E5=85=85=E5=80=BC=E9=94=99=E5=B8=90=E5=A4=84=E7=90=86(accounti?= =?UTF-8?q?ng=E6=96=B0=E4=B8=89=E4=BB=B6=E5=A5=97)/=E4=BE=9B=E5=BA=94?= =?UTF-8?q?=E5=95=86=E5=85=85=E5=80=BC(supplychain=E7=8E=B0=E6=9C=89?= =?UTF-8?q?=E5=8F=B0=E8=B4=A6)(2026-09-08=E7=94=A8=E6=88=B7=E5=AE=9A?= =?UTF-8?q?=E5=A4=BA:reseller=E8=B4=A2=E5=8A=A1=E8=A7=92=E8=89=B2=E8=A6=81?= =?UTF-8?q?=E6=9C=89=E6=9B=BF=E5=AE=A2=E6=88=B7=E5=85=85=E5=80=BC+?= =?UTF-8?q?=E9=94=99=E5=B8=90=E5=A4=84=E7=90=86+=E4=BE=9B=E5=BA=94?= =?UTF-8?q?=E5=95=86=E5=85=85=E5=80=BC=E8=83=BD=E5=8A=9B)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- wwwroot/index.ui | 63 ++++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 61 insertions(+), 2 deletions(-) diff --git a/wwwroot/index.ui b/wwwroot/index.ui index 4ba943b..041035f 100644 --- a/wwwroot/index.ui +++ b/wwwroot/index.ui @@ -29,7 +29,8 @@ "label": "☰", "css": "text", "color": "#fff", - "cfontsize": 1.4 + "cfontsize": 1.4, + "mobile_hidden": true }, "binds": [ { @@ -51,6 +52,16 @@ { "widgettype": "Filler" }, + { + "widgettype": "HBox", + "options": { + "width": "auto", + "height": "100%", + "alignItems": "center", + "gap": "12px", + "mobile_hidden": true + }, + "subwidgets": [ { "widgettype": "Button", "id": "theme_toggle_btn", @@ -124,6 +135,8 @@ "url": "{{entire_url('/rbac/user/user_panel.ui')}}" } } + ] + } ] }, { @@ -140,7 +153,8 @@ "width": "220px", "minWidth": "200px", "height": "100%", - "bgcolor": "#f8fafc" + "bgcolor": "#f8fafc", + "mobile_hidden": true }, "subwidgets": [ { @@ -329,6 +343,21 @@ } {% if is_fin %} , + { + "name": "acc_proxy_recharge", + "label": "代客充值", + "script": "this.open_tab({name:'acc_proxy_recharge',label:'代客充值',url:'/accounting/proxy_recharge.ui',removable:true})" + }, + { + "name": "acc_recharge_reverse", + "label": "充值错帐处理", + "script": "this.open_tab({name:'acc_recharge_reverse',label:'充值错帐处理',url:'/accounting/recharge_reverse.ui',removable:true})" + }, + { + "name": "acc_provider_recharge", + "label": "供应商充值", + "script": "this.open_tab({name:'acc_provider_recharge',label:'供应商充值',url:'/supplychain/provider_recharge.ui',removable:true})" + }, { "name": "acc_balance", "label": "账户余额", @@ -640,6 +669,36 @@ "width": "100%", "height": "100%", "tab_pos": "top", + "mobile_bar": { + "badge_interval": 60, + "items": [ + { + "name": "m_pipelines", + "label": "产线", + "micon": "⚡", + "url": "{{entire_url('/pipeline_core/mobile_agent.ui')}}" + }, + { + "name": "m_generic", + "label": "助手", + "micon": "💬", + "url": "{{entire_url('/pipeline_core/agent_generic')}}" + }, + { + "name": "m_todos", + "label": "待办", + "micon": "📋", + "badge_url": "{{entire_url('/pipeline-sdlc/api/project_human_count.dspy')}}", + "url": "{{entire_url('/pipeline-sdlc/api/my_todos_popup.dspy')}}?embed=1" + }, + { + "name": "m_mine", + "label": "我的", + "micon": "👤", + "url": "{{entire_url('/mine.ui')}}" + } + ] + }, "items": [ { "name": "home",