diff --git a/frontend/src/assets/logo.svg b/frontend/src/assets/logo.svg
new file mode 100644
index 00000000..b0e23910
--- /dev/null
+++ b/frontend/src/assets/logo.svg
@@ -0,0 +1,14 @@
+
diff --git a/frontend/src/i18n/zh.js b/frontend/src/i18n/zh.js
index c8573bd4..b1de3b47 100644
--- a/frontend/src/i18n/zh.js
+++ b/frontend/src/i18n/zh.js
@@ -214,6 +214,7 @@ export default {
// 下拉框
User: '用户',
Logout: '退出登录',
+ Documentation: '文档',
// 选择
'Yes': '是',
diff --git a/frontend/src/views/layout/components/Navbar.vue b/frontend/src/views/layout/components/Navbar.vue
index 976d98d9..f60c0051 100644
--- a/frontend/src/views/layout/components/Navbar.vue
+++ b/frontend/src/views/layout/components/Navbar.vue
@@ -30,7 +30,7 @@
- 文档
+ {{$t('Documentation')}}
diff --git a/frontend/src/views/login/index.vue b/frontend/src/views/login/index.vue
index 195ae1de..a21c0f42 100644
--- a/frontend/src/views/login/index.vue
+++ b/frontend/src/views/login/index.vue
@@ -4,7 +4,7 @@
- CRAWLAB
+
RAWLAB
+
+ 中文
+ English
+