Fix: new upgrade page (#12417)

This commit is contained in:
NFish
2025-03-06 10:27:13 +08:00
committed by GitHub
parent a4b2c10fb8
commit 9962118dbd
50 changed files with 3958 additions and 607 deletions

View File

@@ -1,11 +1,11 @@
import type { FC } from 'react'
import type { FC, ReactNode } from 'react'
import { useEffect, useState } from 'react'
import cn from '@/utils/classnames'
import Badge, { BadgeState } from '@/app/components/base/badge/index'
import { useInstalledPluginList } from '@/service/use-plugins'
type Option = {
value: string
text: string
text: ReactNode
}
type TabSliderProps = {