🐛 Bug fixes

This commit is contained in:
LittleSheep 2025-01-11 15:51:53 +08:00
parent 45c871cb06
commit 7919a854df

View File

@ -4,7 +4,6 @@ import { GetServerSideProps, InferGetServerSidePropsType } from 'next'
import { sni, MaProduct, MaRelease, getAttachmentUrl } from 'solar-js-sdk'
import { useEffect, useState } from 'react'
import NextLink from 'next/link'
import Image from 'next/image'
export const getServerSideProps: GetServerSideProps = (async (context) => {
const id = context.params!.id