lucky-scratch 1.1.3 → 1.1.4
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.
- package/README.md +6 -2
- package/package.json +3 -2
package/README.md
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
|
|
2
2
|
|
|
3
3
|
<div align="center">
|
|
4
|
-
<img src="https://unpkg.com/
|
|
4
|
+
<img src="https://unpkg.com/cosmium@0.0.1/images/other/lucky-scratch-logo.png" width="128" alt="logo" />
|
|
5
5
|
<h1>lucky-scratch 刮刮卡插件</h1>
|
|
6
6
|
<p>一个基于 JavaScript 的跨平台刮刮卡抽奖插件</p>
|
|
7
7
|
<p>
|
|
@@ -20,6 +20,10 @@
|
|
|
20
20
|
</p>
|
|
21
21
|
</div>
|
|
22
22
|
|
|
23
|
+
<div align="center">
|
|
24
|
+
<img src="https://unpkg.com/cosmium@0.0.1/images/other/lucky-scratch.gif" alt="lucky-scratch demo" />
|
|
25
|
+
</div>
|
|
26
|
+
|
|
23
27
|
<br />
|
|
24
28
|
|
|
25
29
|
## 安装
|
|
@@ -42,7 +46,7 @@ yarn add lucky-scratch
|
|
|
42
46
|
<script src="https://unpkg.com/lucky-scratch@latest/dist/index.umd.js"></script>
|
|
43
47
|
|
|
44
48
|
<!-- 指定版本 -->
|
|
45
|
-
<script src="https://cdn.jsdelivr.net/npm/lucky-scratch@1.1.
|
|
49
|
+
<script src="https://cdn.jsdelivr.net/npm/lucky-scratch@1.1.4/dist/index.umd.js"></script>
|
|
46
50
|
```
|
|
47
51
|
|
|
48
52
|
<br />
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "lucky-scratch",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.4",
|
|
4
4
|
"description": "一个基于原生 js 的刮刮卡抽奖插件",
|
|
5
5
|
"main": "dist/index.cjs.js",
|
|
6
6
|
"module": "dist/index.esm.js",
|
|
@@ -60,5 +60,6 @@
|
|
|
60
60
|
"rollup-plugin-typescript2": "^0.30.0",
|
|
61
61
|
"tslib": "^2.8.1",
|
|
62
62
|
"typescript": "^4.0.5"
|
|
63
|
-
}
|
|
63
|
+
},
|
|
64
|
+
"gitHead": "97ee4fde0557a926f2f7f25c07c25cc255135ce8"
|
|
64
65
|
}
|