From 4112ec486a10cc01d6d64ca79912cbafb143f172 Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期三, 24 六月 2026 17:57:11 +0800
Subject: [PATCH] 项目初始化

---
 .idea/vcs.xml                                |    1 
 src/packages/@core/preferences/src/config.ts |    4 +-
 src/layouts/basic.vue                        |   69 +++++++++++++---------------------
 .env                                         |    2 
 4 files changed, 29 insertions(+), 47 deletions(-)

diff --git a/.env b/.env
index a0bfde1..625866c 100644
--- a/.env
+++ b/.env
@@ -1,5 +1,5 @@
 # 搴旂敤鏍囬
-VITE_APP_TITLE=鑺嬮亾绠$悊绯荤粺
+VITE_APP_TITLE=宸ュ巶鏁板瓧鍖朚OM绯荤粺
 
 # 搴旂敤鍛藉悕绌洪棿锛岀敤浜庣紦瀛樸�乻tore绛夊姛鑳界殑鍓嶇紑锛岀‘淇濋殧绂�
 VITE_APP_NAMESPACE=yudao-vben-antd
diff --git a/.idea/vcs.xml b/.idea/vcs.xml
index ba4ae87..35eb1dd 100644
--- a/.idea/vcs.xml
+++ b/.idea/vcs.xml
@@ -2,6 +2,5 @@
 <project version="4">
   <component name="VcsDirectoryMappings">
     <mapping directory="" vcs="Git" />
-    <mapping directory="$PROJECT_DIR$/yudao-ui-admin-vben" vcs="Git" />
   </component>
 </project>
\ No newline at end of file
diff --git a/src/layouts/basic.vue b/src/layouts/basic.vue
index d3a495d..212bcc2 100644
--- a/src/layouts/basic.vue
+++ b/src/layouts/basic.vue
@@ -28,7 +28,7 @@
 import { useAccessStore, useUserStore } from '../packages/stores/src';
 import { formatDateTime, openWindow } from '../packages/utils/src';
 
-import { message, Tooltip } from 'ant-design-vue';
+import { message } from 'ant-design-vue';
 
 import {
   getUnreadNotifyMessageCount,
@@ -66,31 +66,31 @@
     icon: AntdProfileOutlined,
     text: $t('ui.widgets.profile'),
   },
-  {
-    handler: () => {
-      openWindow(VBEN_DOC_URL, {
-        target: '_blank',
-      });
-    },
-    icon: BookOpenText,
-    text: $t('ui.widgets.document'),
-  },
-  {
-    handler: () => {
-      openWindow(VBEN_GITHUB_URL, {
-        target: '_blank',
-      });
-    },
-    icon: SvgGithubIcon,
-    text: 'GitHub',
-  },
-  {
-    handler: () => {
-      helpModalApi.open();
-    },
-    icon: CircleHelp,
-    text: $t('ui.widgets.qa'),
-  },
+  // {
+  //   handler: () => {
+  //     openWindow(VBEN_DOC_URL, {
+  //       target: '_blank',
+  //     });
+  //   },
+  //   icon: BookOpenText,
+  //   text: $t('ui.widgets.document'),
+  // },
+  // {
+  //   handler: () => {
+  //     openWindow(VBEN_GITHUB_URL, {
+  //       target: '_blank',
+  //     });
+  //   },
+  //   icon: SvgGithubIcon,
+  //   text: 'GitHub',
+  // },
+  // {
+  //   handler: () => {
+  //     helpModalApi.open();
+  //   },
+  //   icon: CircleHelp,
+  //   text: $t('ui.widgets.qa'),
+  // },
 ]);
 
 const avatar = computed(() => {
@@ -155,12 +155,6 @@
   }
   handleNotificationGetList();
   handleNotificationGetUnreadCount();
-}
-
-/** 鎵撳紑 IM 鑱婂ぉ */
-function handleOpenImHome() {
-  const { href } = router.resolve({ name: 'ImHome' });
-  window.open(href, '_blank');
 }
 
 // 绉熸埛鍒楄〃
@@ -308,17 +302,6 @@
           @success="handleTenantChange"
         />
       </div>
-    </template>
-    <template #header-right-900>
-      <Tooltip title="IM 鑱婂ぉ">
-        <button
-          class="hover:bg-accent hover:text-accent-foreground mr-1 inline-flex size-8 items-center justify-center rounded-md transition-colors"
-          type="button"
-          @click="handleOpenImHome"
-        >
-          <IconifyIcon class="size-4" icon="lucide:message-circle" />
-        </button>
-      </Tooltip>
     </template>
     <template #extra>
       <AuthenticationLoginExpiredModal
diff --git a/src/packages/@core/preferences/src/config.ts b/src/packages/@core/preferences/src/config.ts
index d776282..b891f7c 100644
--- a/src/packages/@core/preferences/src/config.ts
+++ b/src/packages/@core/preferences/src/config.ts
@@ -120,8 +120,8 @@
     colorPrimary: 'hsl(212 100% 45%)',
     colorSuccess: 'hsl(144 57% 58%)',
     colorWarning: 'hsl(42 84% 61%)',
-    mode: 'dark',
-    radius: '0.5',
+    mode: 'light',
+    radius: '0.75',
     fontSize: 16,
     semiDarkHeader: false,
     semiDarkSidebar: false,

--
Gitblit v1.9.3