mirror of
https://github.com/linux-do/new-api.git
synced 2025-09-18 16:36:37 +08:00
update App.js
This commit is contained in:
parent
27eb358497
commit
fc5055c766
@ -20,7 +20,7 @@ import Redemption from './pages/Redemption';
|
||||
import TopUp from './pages/TopUp';
|
||||
import Log from './pages/Log';
|
||||
import Chat from './pages/Chat';
|
||||
import Chat2Link from './pages/Chat2Link'; //新增
|
||||
import Chat2Link from './pages/Chat2Link';
|
||||
import { Layout } from '@douyinfe/semi-ui';
|
||||
import Midjourney from './pages/Midjourney';
|
||||
import Pricing from './pages/Pricing/index.js';
|
||||
@ -256,7 +256,7 @@ function App() {
|
||||
</Suspense>
|
||||
}
|
||||
/>
|
||||
{/* 方便使用外链... */}
|
||||
{/* 方便使用chat2link直接跳转聊天... */}
|
||||
<Route
|
||||
path='/chat2link'
|
||||
element={
|
||||
|
Loading…
Reference in New Issue
Block a user