perf: txt
This commit is contained in:
@@ -143,7 +143,7 @@ const Settings = ({ appId }: { appId: string }) => {
|
||||
</Box>
|
||||
<Box>
|
||||
<Box mb={2} fontSize={['md', 'xl']}>
|
||||
近 7 日消费
|
||||
近 14 日消费
|
||||
</Box>
|
||||
<Box h={'150px'} w={'100%'}>
|
||||
<TotalUsage appId={appId} />
|
||||
|
||||
@@ -61,7 +61,7 @@ const NodeRINode = ({
|
||||
}}
|
||||
/>
|
||||
<Box flex={1}>
|
||||
<Box flex={1}>意图{i + 1}</Box>
|
||||
<Box flex={1}>类型{i + 1}</Box>
|
||||
<Box position={'relative'}>
|
||||
<Input
|
||||
mt={1}
|
||||
@@ -123,7 +123,7 @@ const NodeRINode = ({
|
||||
});
|
||||
}}
|
||||
>
|
||||
添加意图
|
||||
添加问题类型
|
||||
</Button>
|
||||
</Box>
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user