Browse Source

修改页面title

master
mk 5 months ago
parent
commit
4ab6785b42
  1. 2
      src/routes/+layout.svelte

2
src/routes/+layout.svelte

@ -561,7 +561,7 @@
</script>
<svelte:head>
<title>{$WEBUI_NAME}</title>
<title>Deepseek</title>
<link crossorigin="anonymous" rel="icon" href="{WEBUI_BASE_URL}/static/favicon.png" />
<!-- rosepine themes have been disabled as it's not up to date with our latest version. -->

Loading…
Cancel
Save