修改版权信息
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user