tools_dj 1.0.0 → 1.0.1

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 +2 -7
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -4,13 +4,8 @@
4
4
  tools工具库
5
5
 
6
6
  ## 安装
7
- npm i set_el_theme
7
+ npm i tools_dj
8
8
 
9
9
  ## 使用
10
- import {setThemeData} from 'set_el_theme'
11
- setThemeData({themeColor:'#38bd14', brightColor:'#0036ea', darkColor:'#9f450a'})
10
+ import {方法} from "tools_dj";
12
11
 
13
- {themeColor:'#38bd14', brightColor:'#0036ea', darkColor:'#9f450a'},
14
- themeColor: 主体颜色
15
- brightColor: 亮处颜色
16
- darkColor: 暗处颜色 不给黑色到亮色前一个色阶
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tools_dj",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "dj tools 工具库",
5
5
  "main": "index.js",
6
6
  "scripts": {