fix: brand static application title

This commit is contained in:
wuyang
2026-07-26 13:14:30 +08:00
parent d30603e0bd
commit 2f6f46c2fa
+13
View File
@@ -18,6 +18,19 @@ index 3d85f30..524f623 100644
WEBUI_BUILD_HASH = os.getenv('WEBUI_BUILD_HASH', 'dev-build') WEBUI_BUILD_HASH = os.getenv('WEBUI_BUILD_HASH', 'dev-build')
TRUSTED_SIGNATURE_KEY = os.getenv('TRUSTED_SIGNATURE_KEY', '') 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 @@
})();
</script>
- <title>Open WebUI</title>
+ <title>K1412 Agent</title>
%sveltekit.head%
</head>
diff --git a/src/lib/constants.ts b/src/lib/constants.ts diff --git a/src/lib/constants.ts b/src/lib/constants.ts
index 2926448..d1a4c47 100644 index 2926448..d1a4c47 100644
--- a/src/lib/constants.ts --- a/src/lib/constants.ts