💄 style: improve styles and fix tools calling condition (#9591)

* clean and refactor

* improve

* update

* update

* fix tools engine
This commit is contained in:
Arvin Xu
2025-10-06 17:36:15 +02:00
committed by GitHub
parent 2ffced0773
commit 1695f2f289
29 changed files with 203 additions and 118 deletions
+5 -6
View File
@@ -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',