NapCatQQ/napcat.webui/src/const/themes.ts
2025-02-09 00:47:00 +08:00

6 lines
101 B
TypeScript

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