Merge branch 'dev' into test
This commit is contained in:
@@ -76,7 +76,7 @@ export function SidebarScreen() {
|
|||||||
<div className={styles.shell}>
|
<div className={styles.shell}>
|
||||||
<BackBar />
|
<BackBar />
|
||||||
|
|
||||||
{/* 用户信息区:三种状态 */}
|
{/* 用户信息区:三种状态
|
||||||
<section className={styles.userSlot}>
|
<section className={styles.userSlot}>
|
||||||
<UserHeader
|
<UserHeader
|
||||||
state={sidebarState}
|
state={sidebarState}
|
||||||
@@ -100,18 +100,18 @@ export function SidebarScreen() {
|
|||||||
totalMinutes={0}
|
totalMinutes={0}
|
||||||
onBuyPackage={() => router.push(ROUTES.subscription)}
|
onBuyPackage={() => router.push(ROUTES.subscription)}
|
||||||
/>
|
/>
|
||||||
</section>
|
</section> */}
|
||||||
|
|
||||||
{sidebarState !== "guest" ? (
|
{sidebarState !== "guest" ? (
|
||||||
<section className={styles.settingsSlot}>
|
<section className={styles.settingsSlot}>
|
||||||
<SettingsSection
|
<SettingsSection
|
||||||
title="Other"
|
title="Other"
|
||||||
items={[
|
items={[
|
||||||
{
|
// {
|
||||||
id: "membership",
|
// id: "membership",
|
||||||
title: "Membership",
|
// title: "Membership",
|
||||||
onClick: () => router.push(ROUTES.subscription),
|
// onClick: () => router.push(ROUTES.subscription),
|
||||||
},
|
// },
|
||||||
{
|
{
|
||||||
id: "logout",
|
id: "logout",
|
||||||
title: "Log out",
|
title: "Log out",
|
||||||
|
|||||||
Reference in New Issue
Block a user