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