Skip to content

Commit 1d33edf

Browse files
committed
fix: review
1 parent ff354d5 commit 1d33edf

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

src/sites/sites-react/doc/docs/react/official-theme-react.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
## 使用方式

src/sites/sites-react/doc/docs/react/start-react.en-US.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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';`

src/sites/sites-react/doc/docs/taro/official-theme-react.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)