fix: 删除赞助商模块,删除新版本模块

This commit is contained in:
2025-07-24 17:18:32 -07:00
parent 4a4c3aa88a
commit 6e62353096
5 changed files with 2 additions and 121 deletions
@@ -121,7 +121,7 @@ export default function Content() {
</div>
</div>
<div className='flex flex-wrap justify-between gap-4'>
<Tabs
{/*<Tabs
value={platform}
onValueChange={(value) => setPlatform(value as keyof API.ApplicationPlatform)}
className='w-full max-w-full md:w-auto'
@@ -145,7 +145,7 @@ export default function Content() {
</TabsTrigger>
))}
</TabsList>
</Tabs>
</Tabs>*/}
{data?.protocol && data?.protocol.length > 1 && (
<Tabs
value={protocol}