mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2025-12-27 03:11:21 +08:00
6 lines
101 B
TypeScript
6 lines
101 B
TypeScript
import nc_pink from './themes/nc_pink'
|
|
|
|
const themes: ThemeInfo[] = [nc_pink]
|
|
|
|
export default themes
|