fix: 价格表

This commit is contained in:
archer 2023-04-05 10:59:53 +08:00
parent 8c7efcbd1a
commit ec22cd8320
No known key found for this signature in database
GPG Key ID: 166CA6BF2383B2BB
2 changed files with 6 additions and 6 deletions

View File

@ -41,10 +41,10 @@ wx号: YNyiqi
使 Api Key使 chatGPT 使********
| | 价格: / 1K tokens|
| --- | --- |
| chatgpt - | 0.003 |
| - | 0.003 |
| - | 0.001 |
| | 0.003 |
| chatgpt - | 0.03 |
| - | 0.03 |
| - | 0.01 |
| | 0.03 |
`;
export const chatProblem = `

View File

@ -95,7 +95,7 @@ const PayModal = ({ onClose }: { onClose: () => void }) => {
{!payId && (
<>
{/* 价格表 */}
<TableContainer mb={4}>
{/* <TableContainer mb={4}>
<Table>
<Thead>
<Tr>
@ -112,7 +112,7 @@ const PayModal = ({ onClose }: { onClose: () => void }) => {
))}
</Tbody>
</Table>
</TableContainer>
</TableContainer> */}
<Grid gridTemplateColumns={'repeat(4,1fr)'} gridGap={5} mb={4}>
{[5, 10, 20, 50].map((item) => (
<Button