yymelo

Results 1 comments of yymelo

import { defineConfig } from '@ice/app'; import antd from '@ice/plugin-antd'; export default defineConfig(() => ({ plugins: [ antd({ theme: { // primary-color 为 antd 的 theme token 'primary-color': '#1DA57A', },...