Files
NapCatQQ/napcat.webui/src/const/themes.ts
2025-02-09 12:11:27 +08:00

7 lines
146 B
TypeScript

import heroui from './themes/heroui'
import nc_pink from './themes/nc_pink'
const themes: ThemeInfo[] = [nc_pink, heroui]
export default themes