Wangbo 3 周之前
父节点
当前提交
c3a671ba23

+ 1 - 1
app/(commonLayout)/database/datasets/page.tsx

@@ -5,7 +5,7 @@ const AppList = async () => {
 }
 
 export const metadata = {
-  title: 'Datasets - Dify',
+  title: 'Datasets - 智脑云平台',
 }
 
 export default AppList

+ 1 - 1
app/(commonLayout)/database/page.tsx

@@ -5,7 +5,7 @@ const AppList = async () => {
 }
 
 export const metadata = {
-  title: 'Datasets - Dify',
+  title: 'Datasets - 智脑云平台',
 }
 
 export default AppList

+ 1 - 1
app/(commonLayout)/datasets/page.tsx

@@ -5,7 +5,7 @@ const AppList = async () => {
 }
 
 export const metadata = {
-  title: 'Datasets - Dify',
+  title: 'Datasets - 智脑云平台',
 }
 
 export default AppList

+ 1 - 1
app/layout.tsx

@@ -7,7 +7,7 @@ import './styles/globals.css'
 import './styles/markdown.scss'
 
 export const metadata = {
-  title: 'Dify',
+  title: '智脑云平台',
 }
 
 export const viewport: Viewport = {