feat: 修改bug

This commit is contained in:
speakeloudest 2025-08-21 18:23:28 -07:00
parent fb2afa7eda
commit 01362bea25
4 changed files with 4139 additions and 2 deletions

View File

@ -52,6 +52,7 @@ export default function Page() {
}
return data?.data;
},
refetchOnWindowFocus: false,
});
useEffect(() => {

View File

@ -32,7 +32,7 @@ export function SidebarLeft({ ...props }: React.ComponentProps<typeof Sidebar>)
'relative ml-2.5 flex h-[calc(100dvh-10px-env(safe-area-inset-top))] flex-col rounded-[30px] bg-[#D9D9D9] px-4 md:ml-0 md:h-full md:rounded-none md:bg-white md:px-8'
}
>
<div className={'absolute -right-3 top-6 md:hidden'} onClick={toggleSidebar}>
<div className={'absolute -right-3 top-[36px] md:hidden'} onClick={toggleSidebar}>
<Image src={'shrink.png'} height={30} width={30} alt='close' unoptimized></Image>
</div>
<div

View File

@ -70,7 +70,7 @@ export default function Renewal({ id, subscribe, className }: Readonly<RenewalPr
if (subscribe.id && id) {
setParams((prev) => ({
...prev,
quantity: 1,
quantity: 12,
subscribe_id: subscribe.id,
user_subscribe_id: id,
}));

4136
bun.lock Normal file

File diff suppressed because it is too large Load Diff