From 0aadefaebbbe7cfaabfbe561a4ff226c3009459a Mon Sep 17 00:00:00 2001 From: danlee Date: Thu, 12 Mar 2026 08:54:13 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0openai=20=E7=9B=B8=E5=AE=B9?= =?UTF-8?q?=20api=20=E6=B8=AC=E8=A9=A6support?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/sidebar.tsx | 3 +++ lib/model-probe.ts | 3 ++- next.config.mjs | 15 ++++++++++++++- 3 files changed, 19 insertions(+), 2 deletions(-) diff --git a/app/sidebar.tsx b/app/sidebar.tsx index 367056b..f65e162 100644 --- a/app/sidebar.tsx +++ b/app/sidebar.tsx @@ -654,6 +654,9 @@ export function Sidebar() {
OPENCLAW
BOT DASHBOARD
+ {process.env.NEXT_PUBLIC_DASHBOARD_VERSION && ( +
v{process.env.NEXT_PUBLIC_DASHBOARD_VERSION}
+ )}