refactor: 修改样式文件为异步加载,因为图片会比较大

pull/13/head
moonrailgun 4 years ago
parent f1a74df021
commit 987f2c9f8f

@ -1,7 +1,11 @@
import { regPluginColorScheme } from '@capital/common'; import { regPluginColorScheme } from '@capital/common';
import './theme.less';
regPluginColorScheme({ regPluginColorScheme({
label: 'Miku 葱', label: 'Miku 葱',
name: 'light+miku', name: 'light+miku',
}); });
/**
* ()
*/
import('./theme.less');

@ -0,0 +1 @@
declare module '*.less';
Loading…
Cancel
Save