修改版权信息
This commit is contained in:
Vendored
+1
-1
@@ -4,7 +4,7 @@
|
|||||||
"prettier.enable": false,
|
"prettier.enable": false,
|
||||||
"editor.formatOnSave": true,
|
"editor.formatOnSave": true,
|
||||||
"editor.codeActionsOnSave": {
|
"editor.codeActionsOnSave": {
|
||||||
"source.fixAll.eslint": true
|
"source.fixAll.eslint": "explicit"
|
||||||
},
|
},
|
||||||
"[python]": {
|
"[python]": {
|
||||||
"editor.formatOnType": true
|
"editor.formatOnType": true
|
||||||
|
|||||||
@@ -47,7 +47,7 @@ const Main: FC = () => {
|
|||||||
|
|
||||||
useEffect(() => {
|
useEffect(() => {
|
||||||
if (APP_INFO?.title)
|
if (APP_INFO?.title)
|
||||||
document.title = `${APP_INFO.title} - Powered by Dify`
|
document.title = `${APP_INFO.title} - Powered by Booway`
|
||||||
}, [APP_INFO?.title])
|
}, [APP_INFO?.title])
|
||||||
|
|
||||||
// onData change thought (the produce obj). https://github.com/immerjs/immer/issues/576
|
// onData change thought (the produce obj). https://github.com/immerjs/immer/issues/576
|
||||||
|
|||||||
+3
-3
@@ -3,11 +3,11 @@ export const APP_ID = `${process.env.NEXT_PUBLIC_APP_ID}`
|
|||||||
export const API_KEY = `${process.env.NEXT_PUBLIC_APP_KEY}`
|
export const API_KEY = `${process.env.NEXT_PUBLIC_APP_KEY}`
|
||||||
export const API_URL = `${process.env.NEXT_PUBLIC_API_URL}`
|
export const API_URL = `${process.env.NEXT_PUBLIC_API_URL}`
|
||||||
export const APP_INFO: AppInfo = {
|
export const APP_INFO: AppInfo = {
|
||||||
title: 'Chat APP',
|
title: '博微造价工程助手',
|
||||||
description: '',
|
description: '',
|
||||||
copyright: '',
|
copyright: '江西博微新技术有限公司',
|
||||||
privacy_policy: '',
|
privacy_policy: '',
|
||||||
default_language: 'en',
|
default_language: 'zh-Hans',
|
||||||
}
|
}
|
||||||
|
|
||||||
export const isShowPrompt = false
|
export const isShowPrompt = false
|
||||||
|
|||||||
Reference in New Issue
Block a user