@polyvharmony/live-scenes-sdk 1.3.4 → 1.3.5
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/BuildProfile.d.ets +4 -4
- package/CHANGELOG.md +8 -0
- package/ets/modules.abc +0 -0
- package/oh-package.json5 +1 -1
- package/package.json +1 -1
- package/src/main/ets/common/PLVChannelData.d.ets +5 -0
- package/src/main/ets/modules/login/model/PLVLiveDetailVO.d.ets +2 -0
- package/src/main/module.json +1 -1
package/BuildProfile.d.ets
CHANGED
|
@@ -3,18 +3,18 @@
|
|
|
3
3
|
/**
|
|
4
4
|
* Use these variables when you tailor your ArkTS code. They must be of the const type.
|
|
5
5
|
*/
|
|
6
|
-
export declare const HAR_VERSION = "1.3.
|
|
6
|
+
export declare const HAR_VERSION = "1.3.5";
|
|
7
7
|
export declare const BUILD_MODE_NAME = "release";
|
|
8
8
|
export declare const DEBUG = false;
|
|
9
9
|
export declare const TARGET_NAME = "default";
|
|
10
|
-
export declare const BUILD_TIME = "
|
|
10
|
+
export declare const BUILD_TIME = "20260116";
|
|
11
11
|
/**
|
|
12
12
|
* BuildProfile Class is used only for compatibility purposes.
|
|
13
13
|
*/
|
|
14
14
|
export default class BuildProfile {
|
|
15
|
-
static readonly HAR_VERSION = "1.3.
|
|
15
|
+
static readonly HAR_VERSION = "1.3.5";
|
|
16
16
|
static readonly BUILD_MODE_NAME = "release";
|
|
17
17
|
static readonly DEBUG = false;
|
|
18
18
|
static readonly TARGET_NAME = "default";
|
|
19
|
-
static readonly BUILD_TIME = "
|
|
19
|
+
static readonly BUILD_TIME = "20260116";
|
|
20
20
|
}
|
package/CHANGELOG.md
CHANGED
package/ets/modules.abc
CHANGED
|
Binary file
|
package/oh-package.json5
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"name":"@polyvharmony/live-scenes-sdk","version":"1.3.
|
|
1
|
+
{"name":"@polyvharmony/live-scenes-sdk","version":"1.3.5","description":"polyv live-scenes-sdk","author":"POLYV","license":"MIT","dependencies":{"@polyvharmony/live-scenes-foundation":"1.3.5","@ohos/dataorm":"2.2.2","@polyvharmony/media-player-sdk":"2.7.1","@polyvharmony/rtc-sdk":"1.3.0"},"types":"Index.d.ets","artifactType":"obfuscation","metadata":{"byteCodeHar":true,"sourceRoots":["./src/main"],"debug":false,"dependencyPkgVersion":{"@polyvharmony/live-scenes-foundation":"1.3.5","@ohos/dataorm":"2.2.2","@polyvharmony/media-player-sdk":"2.7.1","@polyvharmony/rtc-sdk":"1.3.0"},"declarationEntry":[],"useNormalizedOHMUrl":true},"compatibleSdkVersionStage":"beta1","compatibleSdkVersion":12,"compatibleSdkType":"HarmonyOS","obfuscated":true}
|
package/package.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"name":"@polyvharmony/live-scenes-sdk","version":"1.3.
|
|
1
|
+
{"name":"@polyvharmony/live-scenes-sdk","version":"1.3.5","description":"polyv live-scenes-sdk","author":"POLYV","license":"MIT","dependencies":{"@polyvharmony/live-scenes-foundation":"1.3.5","@ohos/dataorm":"2.2.2","@polyvharmony/media-player-sdk":"2.7.1","@polyvharmony/rtc-sdk":"1.3.0"},"types":"Index.d.ets","artifactType":"obfuscation","metadata":{"byteCodeHar":true,"sourceRoots":["./src/main"],"debug":false,"dependencyPkgVersion":{"@polyvharmony/live-scenes-foundation":"1.3.5","@ohos/dataorm":"2.2.2","@polyvharmony/media-player-sdk":"2.7.1","@polyvharmony/rtc-sdk":"1.3.0"},"declarationEntry":[],"useNormalizedOHMUrl":true},"compatibleSdkVersionStage":"beta1","compatibleSdkVersion":12,"compatibleSdkType":"HarmonyOS","obfuscated":true}
|
|
@@ -82,6 +82,7 @@ export declare class PLVLiveDetailVO {
|
|
|
82
82
|
isLiveStatus(): boolean;
|
|
83
83
|
isPPTWatchLayout(): boolean;
|
|
84
84
|
isVideoWatchLayout(): boolean;
|
|
85
|
+
isNormalWatchLayout(): boolean;
|
|
85
86
|
isFollowTeacherWatchLayout(): boolean;
|
|
86
87
|
isViewerPptTurningEnabled(): boolean;
|
|
87
88
|
}
|
|
@@ -89,6 +90,7 @@ export interface WatchThemeModelBean {
|
|
|
89
90
|
pageSkin?: string;
|
|
90
91
|
defaultTeacherImage?: object;
|
|
91
92
|
watchLayout?: string;
|
|
93
|
+
aloneWatchLayout?: string;
|
|
92
94
|
}
|
|
93
95
|
export interface RecordFileSimpleModelBean {
|
|
94
96
|
fileId?: string;
|
package/src/main/module.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"app":{"bundleName":"net.plv.livescenes.demo","debug":false,"versionCode":
|
|
1
|
+
{"app":{"bundleName":"net.plv.livescenes.demo","debug":false,"versionCode":1030500,"versionName":"1.3.5","minAPIVersion":50000012,"targetAPIVersion":60000020,"apiReleaseType":"Release","targetMinorAPIVersion":0,"targetPatchAPIVersion":0,"compileSdkVersion":"6.0.0.47","compileSdkType":"HarmonyOS","appEnvironments":[],"bundleType":"app","buildMode":"release"},"module":{"name":"sdk","type":"har","deviceTypes":["default","tablet","2in1"],"packageName":"@polyvharmony/live-scenes-sdk","installationFree":false,"virtualMachine":"ark12.0.2.0","compileMode":"esmodule","dependencies":[]}}
|