feat: chatgpt prompts

This commit is contained in:
lencx
2022-12-16 20:16:34 +08:00
parent 20105d54be
commit 3318bfb23f
3 changed files with 17 additions and 1 deletions

View File

@@ -1,6 +1,14 @@
import { Tag, Switch, Tooltip, Space } from 'antd';
export const modelColumns = () => [
{
title: '/{cmd}',
dataIndex: 'cmd',
fixed: 'left',
width: 40,
key: 'cmd',
render: (v: string) => <Tag color="#2a2a2a">/{v}</Tag>
},
{
title: 'Act',
dataIndex: 'act',