@forward-widget/danmu-universe 0.14.3 → 0.15.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.
- package/README.md +4 -3
- package/dist/danmu-universe.js +10915 -2
- package/dist/danmu-universe.lite.js +10774 -0
- package/package.json +7 -4
package/README.md
CHANGED
|
@@ -25,10 +25,11 @@
|
|
|
25
25
|
|
|
26
26
|
在Forward Widget的模块管理中导入以下URL:
|
|
27
27
|
|
|
28
|
-
```
|
|
29
|
-
https://unpkg.com/@forward-widget/danmu-universe
|
|
30
|
-
```
|
|
28
|
+
```bash
|
|
29
|
+
https://unpkg.com/@forward-widget/danmu-universe # 完整版
|
|
31
30
|
|
|
31
|
+
https://unpkg.com/@forward-widget/danmu-universe/lite # 精简版
|
|
32
|
+
```
|
|
32
33
|
|
|
33
34
|
## 开发
|
|
34
35
|
|