2 Commits

Author SHA1 Message Date
ly 5f0f9f872c 更新组件 2024-08-30 17:54:59 +08:00
ly 57c37b372b 修改版权信息 2024-08-30 17:54:40 +08:00
4 changed files with 9 additions and 8 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
"prettier.enable": false,
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
"source.fixAll.eslint": "explicit"
},
"[python]": {
"editor.formatOnType": true
+1 -1
View File
@@ -47,7 +47,7 @@ const Main: FC = () => {
useEffect(() => {
if (APP_INFO?.title)
document.title = `${APP_INFO.title} - Powered by Dify`
document.title = `${APP_INFO.title} - Powered by Booway`
}, [APP_INFO?.title])
// onData change thought (the produce obj). https://github.com/immerjs/immer/issues/576
+3 -3
View File
@@ -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_URL = `${process.env.NEXT_PUBLIC_API_URL}`
export const APP_INFO: AppInfo = {
title: 'Chat APP',
title: '博微造价工程助手',
description: '',
copyright: '',
copyright: '江西博微新技术有限公司',
privacy_policy: '',
default_language: 'en',
default_language: 'zh-Hans',
}
export const isShowPrompt = false
+4 -3
View File
@@ -19,10 +19,11 @@
"@mdx-js/loader": "^2.3.0",
"@mdx-js/react": "^2.3.0",
"@monaco-editor/react": "^4.6.0",
"@remixicon/react": "^4.2.0",
"@tailwindcss/line-clamp": "^0.4.2",
"@types/node": "18.15.0",
"@types/react": "18.0.28",
"@types/react-dom": "18.0.11",
"@types/react": "^18.3.4",
"@types/react-dom": "^18.3.0",
"@types/react-syntax-highlighter": "^15.5.6",
"ahooks": "^3.7.5",
"axios": "^1.3.5",
@@ -81,4 +82,4 @@
"eslint --fix"
]
}
}
}