feat: playground

This commit is contained in:
1808837298@qq.com
2024-09-26 00:59:09 +08:00
parent 9fe1f35fd1
commit 9a4ca1e210
22 changed files with 3829 additions and 1850 deletions

View File

@@ -15,7 +15,7 @@ import '../index.css';
import {
IconCalendarClock, IconChecklistStroked,
IconComment,
IconComment, IconCommentStroked,
IconCreditCard,
IconGift, IconHelpCircle,
IconHistogram,
@@ -63,6 +63,7 @@ const SiderBar = () => {
detail: '/detail',
pricing: '/pricing',
task: '/task',
playground: '/playground',
};
const headerButtons = useMemo(
@@ -73,6 +74,12 @@ const SiderBar = () => {
// to: '/',
// icon: <IconHome />,
// },
{
text: 'Playground',
itemKey: 'playground',
to: '/playground',
icon: <IconCommentStroked />,
},
{
text: '模型价格',
itemKey: 'pricing',