瀏覽代碼

1. 调整系统名称及脚注。

weisijie 2 周之前
父節點
當前提交
412bfb746f
共有 1 個文件被更改,包括 3 次插入3 次删除
  1. 3 3
      frontend/src/components/layout/AppSidebar.vue

+ 3 - 3
frontend/src/components/layout/AppSidebar.vue

@@ -93,8 +93,8 @@ function navigateTo(path) {
         </svg>
         </svg>
       </div>
       </div>
       <div class="logo-text">
       <div class="logo-text">
-        <span class="logo-title">Agent Hub</span>
-        <span class="logo-subtitle">智能体管理平台</span>
+        <span class="logo-title">智能体融合管理</span>
+        <span class="logo-subtitle"></span>
       </div>
       </div>
     </div>
     </div>
 
 
@@ -141,7 +141,7 @@ function navigateTo(path) {
     <!-- 底部装饰 -->
     <!-- 底部装饰 -->
     <div class="sidebar-footer">
     <div class="sidebar-footer">
       <div class="footer-line"></div>
       <div class="footer-line"></div>
-      <div class="footer-text">Powered by AI</div>
+      <div class="footer-text"></div>
     </div>
     </div>
   </aside>
   </aside>
 </template>
 </template>