您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

theme-config.ts 125B

123456
  1. import type { ThemeConfig } from 'antd';
  2. export const theme: ThemeConfig = {
  3. token: {
  4. colorPrimary: '#602FD0',
  5. },
  6. };