mirror of
https://github.com/lobehub/lobe-chat.git
synced 2026-06-14 03:30:19 +00:00
💄 style: improve styles and fix tools calling condition (#9591)
* clean and refactor * improve * update * update * fix tools engine
This commit is contained in:
+5
-6
@@ -250,17 +250,16 @@ const nextConfig: NextConfig = {
|
||||
// permanent: true,
|
||||
// source: '/settings',
|
||||
// },
|
||||
{
|
||||
destination: '/chat',
|
||||
permanent: false,
|
||||
source: '/',
|
||||
},
|
||||
{
|
||||
destination: '/chat',
|
||||
permanent: true,
|
||||
source: '/welcome',
|
||||
},
|
||||
// TODO: 等 V2 做强制跳转吧
|
||||
// {
|
||||
// destination: '/settings/provider/volcengine',
|
||||
// permanent: true,
|
||||
// source: '/settings/provider/doubao',
|
||||
// },
|
||||
// we need back /repos url in the further
|
||||
{
|
||||
destination: '/files',
|
||||
|
||||
Reference in New Issue
Block a user