Commit a02a55a2 authored by Edwin's avatar Edwin

feat: 删除dify相关信息

parent 631a4f1f
registry=https://registry.npmmirror.com/
disturl=https://registry.npmmirror.com/dist
electron_mirror=https://npmmirror.com/mirrors/electron/
phantomjs_cdnurl=https://npmmirror.com/mirrors/phantomjs/
fsevents_binary_host_mirror=http://npm.taobao.org/mirrors/fsevents/
node_inspector_cdnurl=https://npmmirror.com/mirrors/node-inspector
sqlite3_cdnurl=https://npmmirror.com/mirrors/sqlite3/
sqlite3_binary_host_mirror=https://npmmirror.com/mirrors/sqlite3/
\ No newline at end of file
...@@ -47,7 +47,7 @@ const Main: FC = () => { ...@@ -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
}, [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
......
...@@ -331,10 +331,6 @@ const Welcome: FC<IWelcomeProps> = ({ ...@@ -331,10 +331,6 @@ const Welcome: FC<IWelcomeProps> = ({
</div> </div>
: <div> : <div>
</div>} </div>}
<a className='flex items-center pr-3 space-x-3' href="https://dify.ai/" target="_blank">
<span className='uppercase'>{t('app.chat.powerBy')}</span>
<FootLogo />
</a>
</div> </div>
)} )}
</div> </div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment