UNPKG

@rfkit/theme

Version:

A flexible light/dark theme switching library supporting custom theme configuration, dynamic switching, and responsive design

14 lines (11 loc) 216 B
# 独立的主题生成库 ## 使用 ```javascript import initTheme from '@dc/auto-theme'; initTheme(); ``` ## 查看配置 ```javascript import { themeConfig } from '@dc/auto-theme'; console.log(themeConfig); ```