diff --git a/ui/env/.env b/ui/env/.env index 4dcc347bb..87cd57582 100644 --- a/ui/env/.env +++ b/ui/env/.env @@ -1,4 +1,4 @@ VITE_APP_NAME=ui VITE_BASE_PATH=/ui/ VITE_APP_PORT=3000 -VITE_APP_TITLE = '智能知识库' \ No newline at end of file +VITE_APP_TITLE = 'MaxKB' \ No newline at end of file diff --git a/ui/src/assets/user-icon.svg b/ui/src/assets/user-icon.svg new file mode 100644 index 000000000..5dd0f63c0 --- /dev/null +++ b/ui/src/assets/user-icon.svg @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + diff --git a/ui/src/components/back-button/index.vue b/ui/src/components/back-button/index.vue index abaf1651d..4ca5d64e1 100644 --- a/ui/src/components/back-button/index.vue +++ b/ui/src/components/back-button/index.vue @@ -1,5 +1,5 @@ diff --git a/ui/src/components/card-box/index.vue b/ui/src/components/card-box/index.vue index eeb05ab34..dc04f0651 100644 --- a/ui/src/components/card-box/index.vue +++ b/ui/src/components/card-box/index.vue @@ -3,14 +3,14 @@
- +

{{ title }}

-
+
{{ description }} diff --git a/ui/src/components/content-container/LayoutContent.vue b/ui/src/components/content-container/LayoutContent.vue index c99e9064d..9d30a63bf 100644 --- a/ui/src/components/content-container/LayoutContent.vue +++ b/ui/src/components/content-container/LayoutContent.vue @@ -1,9 +1,9 @@