feat: overview setting

This commit is contained in:
archer
2023-07-21 17:35:15 +08:00
parent b7b20a353f
commit fdcf53ea38
22 changed files with 1920 additions and 419 deletions

View File

@@ -79,7 +79,7 @@ const ChatHistorySlider = ({
cursor={appId ? 'pointer' : 'default'}
onClick={() =>
appId &&
router.push({
router.replace({
pathname: '/app/detail',
query: { appId }
})

View File

@@ -21,7 +21,7 @@ const SliderApps = ({ appId }: { appId: string }) => {
px={3}
borderRadius={'md'}
_hover={{ bg: 'myGray.200' }}
onClick={() => router.push('/app/list')}
onClick={() => router.back()}
>
<IconButton
mr={3}