@94ai/nf-audio 3.2.76 → 3.2.78
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/lib/nf-audio.cjs.js
CHANGED
|
@@ -202,7 +202,6 @@ const _sfc_main = {
|
|
|
202
202
|
this.audio.paused ? this.audio.play() : this.audio.pause();
|
|
203
203
|
this.audio.playbackRate = this.speed;
|
|
204
204
|
this.paused = !this.paused;
|
|
205
|
-
console.log(this.paused);
|
|
206
205
|
} else {
|
|
207
206
|
console.log("Audio is not ready yet.");
|
|
208
207
|
elementUi.Message.warning("音频还未加载完成");
|
|
@@ -200,7 +200,6 @@ const _sfc_main = {
|
|
|
200
200
|
this.audio.paused ? this.audio.play() : this.audio.pause();
|
|
201
201
|
this.audio.playbackRate = this.speed;
|
|
202
202
|
this.paused = !this.paused;
|
|
203
|
-
console.log(this.paused);
|
|
204
203
|
} else {
|
|
205
204
|
console.log("Audio is not ready yet.");
|
|
206
205
|
Message.warning("音频还未加载完成");
|
package/package/nf-audio.vue
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
<div class="nf-fast">
|
|
6
6
|
<i class="iconfont icon-zanting1 nf-fast-icon" @click="jumpToTime" />
|
|
7
7
|
<!-- 以下是 快进/快退 功能 -->
|
|
8
|
-
<!--
|
|
8
|
+
<!--
|
|
9
9
|
<div>
|
|
10
10
|
<span class="pre" @click="handleBack">
|
|
11
11
|
<i class="el-icon-d-arrow-left"></i>
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
<span style="color: #C7C7C9;font-size: 13px;margin-right: 10px">+{{ forwardSecond }}s </span>
|
|
17
17
|
<i class="el-icon-d-arrow-right"></i>
|
|
18
18
|
</span>
|
|
19
|
-
</div>
|
|
19
|
+
</div>
|
|
20
20
|
-->
|
|
21
21
|
</div>
|
|
22
22
|
<div class="nf-audio">
|
|
@@ -120,7 +120,6 @@ export default {
|
|
|
120
120
|
this.audio.paused ? this.audio.play() : this.audio.pause()
|
|
121
121
|
this.audio.playbackRate = this.speed
|
|
122
122
|
this.paused = !this.paused
|
|
123
|
-
console.log(this.paused);
|
|
124
123
|
} else {
|
|
125
124
|
console.log("Audio is not ready yet.");
|
|
126
125
|
Message.warning("音频还未加载完成")
|
|
@@ -284,4 +283,4 @@ export default {
|
|
|
284
283
|
}
|
|
285
284
|
}
|
|
286
285
|
}
|
|
287
|
-
</script>
|
|
286
|
+
</script>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@94ai/nf-audio",
|
|
3
|
-
"version": "3.2.
|
|
3
|
+
"version": "3.2.78",
|
|
4
4
|
"description": "> TODO: description",
|
|
5
5
|
"keywords": [],
|
|
6
6
|
"author": "liuxiangxiang <liuxiangxiang@94ai.com>",
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
"url": "http://94ai.gitlab.com/zoujiahe/common-ui.git"
|
|
15
15
|
},
|
|
16
16
|
"dependencies": {
|
|
17
|
-
"@94ai/nf-theme-chalk": "^3.2.
|
|
17
|
+
"@94ai/nf-theme-chalk": "^3.2.78",
|
|
18
18
|
"vue-demi": "^0.14.5"
|
|
19
19
|
},
|
|
20
20
|
"peerDependenciesMeta": {
|
|
@@ -30,5 +30,5 @@
|
|
|
30
30
|
"types": "lib/index.d.ts",
|
|
31
31
|
"main": "lib/nf-audio.cjs.js",
|
|
32
32
|
"module": "lib/nf-audio.esm-bundler.js",
|
|
33
|
-
"gitHead": "
|
|
33
|
+
"gitHead": "9d94e59c7927e55f42ea0964f349121b0cadfcee"
|
|
34
34
|
}
|