@adomtheme/dict
Advanced tools
Comparing version 0.0.1 to 0.0.2
{ | ||
"name": "@adomtheme/dict", | ||
"version": "0.0.1", | ||
"description": "政企DICT变量主题包", | ||
"version": "0.0.2", | ||
"description": "", | ||
"files": [ | ||
@@ -6,0 +6,0 @@ "bin" |
@@ -17,3 +17,3 @@ # 简介 | ||
``` | ||
+ import theme from '@adomTheme/dict/bin/dict/js/theme'; | ||
+ import theme from '@adomtheme/dict/bin/dict/js/theme'; | ||
@@ -45,3 +45,3 @@ module.exports = { | ||
``` | ||
+ import theme from '@adomTheme/dict/bin/dict/js/theme'; | ||
+ import theme from '@adomtheme/dict/bin/dict/js/theme'; | ||
@@ -59,3 +59,3 @@ // .umirc.js 或 config/config.js | ||
``` | ||
+ import themeScss from '@adomTheme/dict/bin/dict/scss/theme.scss'; | ||
+ import themeScss from '@adomtheme/dict/bin/dict/scss/theme.scss'; | ||
@@ -262,3 +262,3 @@ module: { | ||
import { Modal } from 'antd'; | ||
+ import modalWidth from '@adomTheme/dict/bin/dict/js/modalWidth'; | ||
+ import modalWidth from '@adomtheme/dict/bin/dict/js/modalWidth'; | ||
@@ -265,0 +265,0 @@ const Demo = () => { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
6132