@polyvharmony/live-scenes-foundation 1.3.5 → 1.5.0
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/CHANGELOG.md +30 -0
- package/ets/modules.abc +0 -0
- package/oh-package.json5 +1 -1
- package/package.json +1 -1
- package/src/main/module.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,33 @@
|
|
|
1
|
+
## [v1.5.0] - 2026-03-13
|
|
2
|
+
|
|
3
|
+
### 【开播端场景】
|
|
4
|
+
|
|
5
|
+
新增功能:
|
|
6
|
+
|
|
7
|
+
1. 聊天室支持可靠消息机制 [Demo、SDK]
|
|
8
|
+
2. 支持签到功能 [Demo、SDK]
|
|
9
|
+
|
|
10
|
+
### 【SDK】
|
|
11
|
+
|
|
12
|
+
新增功能:
|
|
13
|
+
|
|
14
|
+
1. 增加VRTC频道支持 [Demo、SDK]
|
|
15
|
+
|
|
16
|
+
## [v1.4.0] - 2026-02-06
|
|
17
|
+
|
|
18
|
+
### 【观看端场景】
|
|
19
|
+
|
|
20
|
+
新增功能:
|
|
21
|
+
|
|
22
|
+
1. 商品库推广外链跳转外链携带参数 [Demo、SDK]
|
|
23
|
+
|
|
24
|
+
### 【开播端场景】
|
|
25
|
+
|
|
26
|
+
新增功能:
|
|
27
|
+
|
|
28
|
+
1. 开播端支持开播前修改频道封面图 [Demo、SDK]
|
|
29
|
+
2. 开播端支持小班课场景开播 [SDK]
|
|
30
|
+
|
|
1
31
|
## [v1.3.5] - 2026-01-16
|
|
2
32
|
|
|
3
33
|
### 【观看端场景】
|
package/ets/modules.abc
CHANGED
|
Binary file
|
package/oh-package.json5
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"name":"@polyvharmony/live-scenes-foundation","version":"1.
|
|
1
|
+
{"name":"@polyvharmony/live-scenes-foundation","version":"1.5.0","description":"polyv live-scenes-foundation","author":"POLYV","license":"MIT","dependencies":{"socket":"file:./libs/plvsocket.har","jsbridge":"file:./libs/plvjsbridge.har","@ohos/axios":"2.2.4","class-transformer":"file:./libs/plvclasstransformer.har","@pura/harmony-utils":"1.1.0","@ohos/crypto-js":"2.0.4","@ohos-port/xlog":"1.2.0"},"types":"Index.d.ets","artifactType":"obfuscation","metadata":{"byteCodeHar":true,"sourceRoots":["./src/main"],"debug":false,"dependencyPkgVersion":{"socket":"1.0.3","jsbridge":"1.0.0","@ohos/axios":"2.2.4","class-transformer":"0.5.1","@pura/harmony-utils":"1.1.0","@ohos/crypto-js":"2.0.4","@ohos-port/xlog":"1.2.0"},"declarationEntry":["@normalized:N&&&@polyvharmony/live-scenes-foundation/src/main/ets/modules/log/PLVXLogWorker&1.5.0"],"useNormalizedOHMUrl":true},"compatibleSdkVersionStage":"beta1","compatibleSdkVersion":12,"compatibleSdkType":"HarmonyOS","obfuscated":true}
|
package/package.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"name":"@polyvharmony/live-scenes-foundation","version":"1.
|
|
1
|
+
{"name":"@polyvharmony/live-scenes-foundation","version":"1.5.0","description":"polyv live-scenes-foundation","author":"POLYV","license":"MIT","dependencies":{"socket":"file:./libs/plvsocket.har","jsbridge":"file:./libs/plvjsbridge.har","@ohos/axios":"2.2.4","class-transformer":"file:./libs/plvclasstransformer.har","@pura/harmony-utils":"1.1.0","@ohos/crypto-js":"2.0.4","@ohos-port/xlog":"1.2.0"},"types":"Index.d.ets","artifactType":"obfuscation","metadata":{"byteCodeHar":true,"sourceRoots":["./src/main"],"debug":false,"dependencyPkgVersion":{"socket":"1.0.3","jsbridge":"1.0.0","@ohos/axios":"2.2.4","class-transformer":"0.5.1","@pura/harmony-utils":"1.1.0","@ohos/crypto-js":"2.0.4","@ohos-port/xlog":"1.2.0"},"declarationEntry":["@normalized:N&&&@polyvharmony/live-scenes-foundation/src/main/ets/modules/log/PLVXLogWorker&1.5.0"],"useNormalizedOHMUrl":true},"compatibleSdkVersionStage":"beta1","compatibleSdkVersion":12,"compatibleSdkType":"HarmonyOS","obfuscated":true}
|
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":1050000,"versionName":"1.5.0","minAPIVersion":50000012,"targetAPIVersion":60000020,"apiReleaseType":"Release","targetMinorAPIVersion":0,"targetPatchAPIVersion":0,"compileSdkVersion":"6.0.0.47","compileSdkType":"HarmonyOS","appEnvironments":[],"bundleType":"app","buildMode":"release"},"module":{"name":"foundation","type":"har","deviceTypes":["default","tablet","2in1"],"packageName":"@polyvharmony/live-scenes-foundation","installationFree":false,"virtualMachine":"ark12.0.2.0","compileMode":"esmodule","dependencies":[]}}
|