yxuse 1.0.12 → 1.0.13

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +12 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -3,7 +3,10 @@
3
3
  - 起步
4
4
 
5
5
  ```javascript
6
- npm install yxuse@latest
6
+ //npm
7
+ npm install yxuse@latest
8
+ //pnpm
9
+ pnpm install yxuse@latest
7
10
  ```
8
11
 
9
12
  ## 主题
@@ -130,6 +133,14 @@ green: {
130
133
  "dropdown-item-selected-background": "rgba(178, 220, 198, 1)",
131
134
  "dropdown-item-selected-color": "rgba(29, 75, 52, 1)"
132
135
  },
136
+ //文字颜色
137
+ text: {
138
+ main: "#50A57A",
139
+ deep: "#1D4B34",
140
+ light: "rgba(80, 165, 122, 0.50)",
141
+ paler: "#637B6B",
142
+ warning: "#F8B85A"
143
+ }
133
144
  //布局类
134
145
  layout: {},
135
146
  //表格类
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "yxuse",
3
- "version": "1.0.12",
3
+ "version": "1.0.13",
4
4
  "private": false,
5
5
  "keywords": [
6
6
  "yx"