diff --git a/LICENSE b/LICENSE
index 3ba15384..b5064ccb 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,6 +1,6 @@
MIT License
-Copyright (c) 2024 Wenjie Zhang
+Copyright (c) 2025 Wenjie Zhang
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
diff --git a/src/static/config.dev.yaml b/src/static/config.dev.yaml
index 62ed6a52..e69de29b 100644
--- a/src/static/config.dev.yaml
+++ b/src/static/config.dev.yaml
@@ -1,18 +0,0 @@
-embed_model: siliconflow/BAAI/bge-m3
-enable_knowledge_base: true
-enable_knowledge_graph: false
-enable_reranker: true
-enable_search_engine: false
-enable_web_search: false
-filename: src/static/config.yaml
-model_dir: /Users/wenjie/Documents/projects/Yuxi-Know/models
-model_local_paths: {}
-model_name: Qwen/Qwen2.5-7B-Instruct
-model_provider: siliconflow
-reranker: siliconflow/BAAI/bge-reranker-v2-m3
-save_dir: saves
-stream: true
-use_rewrite_query: 'off'
-valuable_model_provider:
-- zhipu
-- siliconflow
diff --git a/web/src/layouts/AppLayout.vue b/web/src/layouts/AppLayout.vue
index a045c1c4..c6f61ca0 100644
--- a/web/src/layouts/AppLayout.vue
+++ b/web/src/layouts/AppLayout.vue
@@ -9,10 +9,12 @@ import {
BookOutlined,
BookFilled,
GithubOutlined,
- DatabaseOutlined,
- DatabaseFilled,
+ FolderOutlined,
+ FolderFilled,
GoldOutlined,
GoldFilled,
+ ToolFilled,
+ ToolOutlined,
BugOutlined,
ProjectFilled,
ProjectOutlined,
@@ -91,7 +93,7 @@ console.log(route)
对话
-
+
知识
@@ -99,7 +101,7 @@ console.log(route)
图谱
-
+
工具
diff --git a/web/src/views/HomeView.vue b/web/src/views/HomeView.vue
index 8d3686b2..66f6c2bf 100644
--- a/web/src/views/HomeView.vue
+++ b/web/src/views/HomeView.vue
@@ -5,7 +5,7 @@
大模型驱动的知识库管理工具
-
+
diff --git a/web/src/views/ToolsView.vue b/web/src/views/ToolsView.vue
index 01961ddf..73e9a1e2 100644
--- a/web/src/views/ToolsView.vue
+++ b/web/src/views/ToolsView.vue
@@ -2,7 +2,7 @@