版博士V2.0程序
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

windi.config.ts 232 B

12345678
  1. import Typography from 'windicss/plugin/typography'
  2. import { defineConfig } from 'windicss/helpers'
  3. export default defineConfig({
  4. darkMode: 'class',
  5. attributify: false, // 属性化css,默认关闭
  6. plugins: [Typography()],
  7. })