mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-10-12 13:03:43 +08:00
fix bugs
This commit is contained in:
@@ -421,7 +421,7 @@ export function Settings() {
|
|||||||
/>
|
/>
|
||||||
</ListItem>
|
</ListItem>
|
||||||
|
|
||||||
<ListItem
|
{/* <ListItem
|
||||||
title={Locale.Settings.HistoryCount.Title}
|
title={Locale.Settings.HistoryCount.Title}
|
||||||
subTitle={Locale.Settings.HistoryCount.SubTitle}
|
subTitle={Locale.Settings.HistoryCount.SubTitle}
|
||||||
>
|
>
|
||||||
@@ -438,9 +438,9 @@ export function Settings() {
|
|||||||
)
|
)
|
||||||
}
|
}
|
||||||
></InputRange>
|
></InputRange>
|
||||||
</ListItem>
|
</ListItem> */}
|
||||||
|
|
||||||
<ListItem
|
{/* <ListItem
|
||||||
title={Locale.Settings.CompressThreshold.Title}
|
title={Locale.Settings.CompressThreshold.Title}
|
||||||
subTitle={Locale.Settings.CompressThreshold.SubTitle}
|
subTitle={Locale.Settings.CompressThreshold.SubTitle}
|
||||||
>
|
>
|
||||||
@@ -457,7 +457,7 @@ export function Settings() {
|
|||||||
)
|
)
|
||||||
}
|
}
|
||||||
></input>
|
></input>
|
||||||
</ListItem>
|
</ListItem> */}
|
||||||
</List>
|
</List>
|
||||||
|
|
||||||
<List>
|
<List>
|
||||||
|
Reference in New Issue
Block a user