diff --git a/server/routers/system_router.py b/server/routers/system_router.py
index 7509ef43..7142d0b9 100644
--- a/server/routers/system_router.py
+++ b/server/routers/system_router.py
@@ -114,7 +114,7 @@ def get_default_info_config():
"description": "结合知识库与知识图谱,提供更准确、更全面的回答",
},
"features": ["📚 灵活知识库", "🕸️ 知识图谱集成", "🤖 多模型支持"],
- "footer": {"copyright": "© 江南语析 2025 [WIP] v0.2.0"},
+ "footer": {"copyright": "© 江南语析 2025 [WIP] v0.3.0"},
}
diff --git a/src/config/static/info.template.yaml b/src/config/static/info.template.yaml
index aba83b39..602dea1a 100644
--- a/src/config/static/info.template.yaml
+++ b/src/config/static/info.template.yaml
@@ -23,4 +23,4 @@ features:
# 页脚信息
footer:
- copyright: "© 江南语析 2025 v0.2.0"
+ copyright: "© 江南语析 2025 v0.3.0"
diff --git a/web/src/views/LoginView.vue b/web/src/views/LoginView.vue
index 23a5f559..1096ef08 100644
--- a/web/src/views/LoginView.vue
+++ b/web/src/views/LoginView.vue
@@ -26,9 +26,9 @@