@famibee/skynovel 1.48.0 → 1.48.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/dist/app.js +3 -2
- package/dist/app.js.map +1 -1
- package/dist/web.js +3938 -2830
- package/dist/web.js.map +1 -1
- package/package.json +2 -2
package/dist/app.js
CHANGED
|
@@ -19382,9 +19382,10 @@ class Cg {
|
|
|
19382
19382
|
stopfadese = () => Yr(this.tw);
|
|
19383
19383
|
}
|
|
19384
19384
|
class zi {
|
|
19385
|
-
constructor(t, e = !0) {
|
|
19386
|
-
e && t.
|
|
19385
|
+
constructor({ snd: t }, e = !0) {
|
|
19386
|
+
e && (t.stop(), t.destroy());
|
|
19387
19387
|
}
|
|
19388
|
+
// destroy がないと再生が残るケースが
|
|
19388
19389
|
onLoad() {
|
|
19389
19390
|
}
|
|
19390
19391
|
// ok
|