chore: 视频播放下一集自动保持倍速设置;增加2.5倍速
This commit is contained in:
@@ -2,8 +2,8 @@
|
||||
"name" : "太湖云医",
|
||||
"appid" : "__UNI__1B1584A",
|
||||
"description" : "太湖云医",
|
||||
"versionName" : "1.0.11",
|
||||
"versionCode" : 1011,
|
||||
"versionName" : "1.0.12",
|
||||
"versionCode" : 1012,
|
||||
"transformPx" : false,
|
||||
"sassImplementationName" : "node-sass",
|
||||
/* 5+App特有相关 */
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"dependencies": {
|
||||
"edu-core": "git+https://git.nuttyreading.com/chenghuan/edu-core.git#v1.0.11",
|
||||
"edu-core": "git+https://git.nuttyreading.com/chenghuan/edu-core.git#v1.0.12",
|
||||
"jquery": "^3.7.1",
|
||||
"lodash": "^4.17.21",
|
||||
"qs": "^6.14.0",
|
||||
|
||||
@@ -159,8 +159,9 @@
|
||||
if (this.curOneCateIndex == 0) {
|
||||
console.log('点我了');
|
||||
uni.showModal({
|
||||
content:'详细内容请跳转至"疯子读书app"内查看',
|
||||
content:'详细内容请前往"疯子读书app"内查看',
|
||||
cancelText:'知道了',
|
||||
// confirmText: '知道了'
|
||||
confirmText:'打开疯子读书',
|
||||
success: function (res) {
|
||||
if (res.confirm) {
|
||||
|
||||
Reference in New Issue
Block a user