mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-10-11 04:26:37 +08:00
delete recharge section
This commit is contained in:
parent
8b8e817679
commit
39b1f30141
@ -511,21 +511,21 @@ export function Settings() {
|
|||||||
)}
|
)}
|
||||||
</SettingItem>
|
</SettingItem>
|
||||||
|
|
||||||
<SettingItem
|
{/* <SettingItem
|
||||||
title={Locale.Settings.ReCharge.Title}
|
title={Locale.Settings.ReCharge.Title}
|
||||||
// subTitle={
|
subTitle={
|
||||||
// showUsage
|
showUsage
|
||||||
// ? loadingUsage
|
? loadingUsage
|
||||||
// ? Locale.Settings.Usage.IsChecking
|
? Locale.Settings.Usage.IsChecking
|
||||||
// : Locale.Settings.Usage.SubTitle(
|
: Locale.Settings.Usage.SubTitle(
|
||||||
// usage?.used ?? "[?]",
|
usage?.used ?? "[?]",
|
||||||
// usage?.subscription ?? "[?]",
|
usage?.subscription ?? "[?]",
|
||||||
// )
|
)
|
||||||
// : Locale.Settings.Usage.NoAccess
|
: Locale.Settings.Usage.NoAccess
|
||||||
// }
|
}
|
||||||
subTitle={Locale.Settings.ReCharge.SubTitle}
|
subTitle={Locale.Settings.ReCharge.SubTitle}
|
||||||
>
|
>
|
||||||
{/* {!showUsage || loadingUsage ? (
|
{!showUsage || loadingUsage ? (
|
||||||
<div />
|
<div />
|
||||||
) : (
|
) : (
|
||||||
<IconButton
|
<IconButton
|
||||||
@ -533,13 +533,13 @@ export function Settings() {
|
|||||||
text={Locale.Settings.Usage.Check}
|
text={Locale.Settings.Usage.Check}
|
||||||
onClick={checkUsage}
|
onClick={checkUsage}
|
||||||
/>
|
/>
|
||||||
)} */}
|
)}
|
||||||
<IconButton
|
<IconButton
|
||||||
icon={<AddIcon></AddIcon>}
|
icon={<AddIcon></AddIcon>}
|
||||||
text={Locale.Settings.ReCharge.Text}
|
text={Locale.Settings.ReCharge.Text}
|
||||||
onClick={reCharge}
|
onClick={reCharge}
|
||||||
/>
|
/>
|
||||||
</SettingItem>
|
</SettingItem> */}
|
||||||
|
|
||||||
<SettingItem
|
<SettingItem
|
||||||
title={Locale.Settings.HistoryCount.Title}
|
title={Locale.Settings.HistoryCount.Title}
|
||||||
|
Loading…
Reference in New Issue
Block a user