feat: 更新视频播放器组件,添加章节视频功能并优化返回逻辑

This commit is contained in:
2026-04-09 16:48:57 +08:00
parent 943cc862fc
commit 17022d498a
19 changed files with 1192 additions and 1599 deletions

View File

@@ -3,15 +3,20 @@
"appid" : "__UNI__1250B39",
"description" : "吴门国际",
"sassImplementationName" : "node-sass",
"versionName" : "1.1.18",
"versionCode" : 1118,
"versionName" : "1.1.19",
"versionCode" : 1119,
"transformPx" : false,
/* 5+App */
"app-plus" : {
"usingComponents" : true,
"nvueStyleCompiler" : "uni-app",
"compilerVersion" : 3,
"screenOrientation" : [ "portrait-primary" ],
"screenOrientation" : [
"portrait-primary",
"portrait-secondary",
"landscape-primary",
"landscape-secondary"
],
"compatible" : {
"ignoreVersion" : true
},