feat: rebuild as multi-user web agent

This commit is contained in:
wuyang
2026-07-26 06:52:12 +08:00
parent 45792c8fd5
commit 37f83eaac7
634 changed files with 5060 additions and 139619 deletions
+15
View File
@@ -0,0 +1,15 @@
diff --git a/src/routes/(app)/+layout.svelte b/src/routes/(app)/+layout.svelte
index 95bf320e..461618ed 100644
--- a/src/routes/(app)/+layout.svelte
+++ b/src/routes/(app)/+layout.svelte
@@ -316,9 +316,7 @@
};
setupKeyboardShortcuts();
- if ($user?.role === 'admin' && ($settings?.showChangelog ?? true)) {
- showChangelog.set($settings?.version !== $config.version);
- }
+ showChangelog.set(false);
if ($user?.role === 'admin' || ($user?.permissions?.chat?.temporary ?? true)) {
if ($page.url.searchParams.get('temporary-chat') === 'true') {