You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Developing a UI component library is time-consuming work, especially when it needs to be adapted for multiple platforms. The Wot Design Uni team often works late into the night...
101
+
Developing a UI component library is time-consuming work, especially when it needs to be adapted for multiple platforms. The Wot UI team often works late into the night...
102
102
103
-
If you find Wot Design Uni helpful in your development work, you can donate to support our development work. Any amount is welcome, even if it's just a cola.
103
+
If you find Wot UI helpful in your development work, you can donate to support our development work. Any amount is welcome, even if it's just a cola.
104
104
105
105
After donating, your nickname and message will be displayed on the [donor list](https://wot-design-uni.cn/reward/donor.html).
106
106
@@ -119,7 +119,7 @@ After donating, your nickname and message will be displayed on the [donor list](
119
119
120
120
-[wot-design](https://github.com/jd-ftf/wot-design-mini) - Thanks to the wot-design team for their years of maintenance.
121
121
-[uni-helper](https://github.com/uni-helper) - Thanks to the uni-helper team for providing uni-app tool libraries.
122
-
-[Donors](https://wot-design-uni.cn/reward/donor.html) - Thanks to all donors who help Wot Design Uni grow better.
122
+
-[Donors](https://wot-design-uni.cn/reward/donor.html) - Thanks to all donors who help Wot UI grow better.
Copy file name to clipboardExpand all lines: docs/en-US/guide/common-problems.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ Currently, no. First, the plugin market lacks CI/CD tools, making automated publ
12
12
13
13
## How to enable dark mode?
14
14
15
-
`Wot Design Uni` supports dark mode, theme customization, and other capabilities. See the [ConfigProvider](/en-US/component/config-provider.html) component for details.
15
+
`Wot UI` supports dark mode, theme customization, and other capabilities. See the [ConfigProvider](/en-US/component/config-provider.html) component for details.
16
16
17
17
## Is there a technical communication group?
18
18
@@ -37,7 +37,7 @@ pnpm add sass@1.78.0 -D
37
37
38
38
## Mini Program Style Isolation
39
39
40
-
### When using Wot Design Uni components in pages, you can directly override styles in the page's style file
40
+
### When using Wot UI components in pages, you can directly override styles in the page's style file
Wot Design Uni provides many custom style classes for developers to use. The specific style class names can be found in the "External Style Classes" section of the corresponding component. Note that the priority of regular style classes and custom style classes is undefined, so please add `!important` when using to ensure the priority of external style classes.
94
+
Wot UI provides many custom style classes for developers to use. The specific style class names can be found in the "External Style Classes" section of the corresponding component. Note that the priority of regular style classes and custom style classes is undefined, so please add `!important` when using to ensure the priority of external style classes.
95
95
96
96
::: tip Please Note
97
-
`Wot Design Uni` components are all set with `scoped`, so its CSS will only affect the elements of the current component, similar to style encapsulation in Shadow DOM. If selectors in `scoped` styles want to make "deeper" selections, that is, affect child components, you can use the `:deep()` pseudo-class:
97
+
`Wot UI` components are all set with `scoped`, so its CSS will only affect the elements of the current component, similar to style encapsulation in Shadow DOM. If selectors in `scoped` styles want to make "deeper" selections, that is, affect child components, you can use the `:deep()` pseudo-class:
Copy file name to clipboardExpand all lines: docs/en-US/guide/custom-theme.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Custom Theme
2
2
3
-
Every component in Wot Design Uni basically has a custom class name custom-class, which can be added to your page's class name at the component's root node for style modification.
3
+
Every component in Wot UI basically has a custom class name custom-class, which can be added to your page's class name at the component's root node for style modification.
0 commit comments