File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
src/sites/sites-react/doc/docs Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ NutUI 默认提供多套官方`UI`主题,同时允许在一定程度上定制
99| 主题说明 | scss 文件名称 |
1010| --- | --- |
1111| 京东 APP 主题(默认) | ` variables.scss ` |
12- | 京东 JMAPP 主题 ([ 预览] ( https://nutui.jd.com/h5/react/jdesign -3x/#/zh-CN/component/button ) ) | ` variables-jmapp.scss ` |
12+ | 京东 JMAPP 主题 ([ 预览] ( https://nutui.jd.com/h5/react/jmapp -3x/#/zh-CN/component/button ) ) | ` variables-jmapp.scss ` |
1313| 京东 JRKF 主题 | ` variables-jrkf.scss ` |
1414
1515## 使用方式
Original file line number Diff line number Diff line change @@ -150,7 +150,7 @@ export default defineConfig({
150150 // Handling on-demand import of SCSS files, choose one of the two methods
151151 return ` @nutui/nutui-react/dist/es/packages/${ name .toLowerCase ()} /style`
152152
153- // JDesign
153+ // JMAPP
154154 // Handling on-demand import of CSS files, choose one of the two methods
155155 // return `@nutui/nutui-react/dist/es/packages/${name.toLowerCase()}/style-jmapp/css`
156156 // Handling on-demand import of SCSS files, choose one of the two methods
@@ -174,7 +174,7 @@ export default defineConfig({
174174 scss: {
175175 api: ' modern-compiler' , // or "modern","legacy"
176176 additionalData: ` @import '@nutui/nutui-react/dist/styles/variables.scss';` ,
177- // JDesign
177+ // JMAPP
178178 // additionalData: `@import '@nutui/nutui-react/dist/styles/variables-jmapp.scss';`
179179 // JRKF
180180 // additionalData: `@import '@nutui/nutui-react/dist/styles/variables-jrkf.scss';`
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ NutUI 默认提供多套官方`UI`主题,同时允许在一定程度上定制
99| 主题说明 | scss 文件名称 |
1010| --- | --- |
1111| 京东 APP 主题(默认) | ` variables.scss ` |
12- | 京东 JMAPP 主题 ([ 预览] ( https://nutui.jd.com/taro/react/jdesign -3x/demo/index.html#/pages/index/index ) ) | ` variables-jmapp.scss ` |
12+ | 京东 JMAPP 主题 ([ 预览] ( https://nutui.jd.com/taro/react/jmapp -3x/demo/index.html#/pages/index/index ) ) | ` variables-jmapp.scss ` |
1313
1414## 使用方式
1515
You can’t perform that action at this time.
0 commit comments