From 2f6f46c2fadb278f6701a1899779013b1a9474ec Mon Sep 17 00:00:00 2001 From: wuyang <5700876+banisherwy@user.noreply.gitee.com> Date: Sun, 26 Jul 2026 13:14:30 +0800 Subject: [PATCH] fix: brand static application title --- docker/web/openwebui-brand.patch | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/docker/web/openwebui-brand.patch b/docker/web/openwebui-brand.patch index d011d1c..177152f 100644 --- a/docker/web/openwebui-brand.patch +++ b/docker/web/openwebui-brand.patch @@ -18,6 +18,19 @@ index 3d85f30..524f623 100644 WEBUI_BUILD_HASH = os.getenv('WEBUI_BUILD_HASH', 'dev-build') TRUSTED_SIGNATURE_KEY = os.getenv('TRUSTED_SIGNATURE_KEY', '') +diff --git a/src/app.html b/src/app.html +index bc3fc37..c2a42a1 100644 +--- a/src/app.html ++++ b/src/app.html +@@ -115,7 +115,7 @@ + })(); + + +-