dolphin-weex-ui 2.4.5 → 2.4.6
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 +10 -0
- package/dist/index.native.js +1 -0
- package/dist/index.native.js.map +1 -1
- package/dist/index.web.js +2 -1
- package/dist/index.web.js.map +1 -1
- package/package.json +1 -1
- package/packages/dof-ipx-bar/index.vue +1 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,10 @@
|
|
|
1
1
|
# 升级日志
|
|
2
2
|
|
|
3
|
+
## 2.4.6
|
|
4
|
+
|
|
5
|
+
- [ ! ] dof-ipx-bar鸿蒙适配
|
|
6
|
+
- [ ! ] date: 2025/10/20
|
|
7
|
+
|
|
3
8
|
## 2.4.5
|
|
4
9
|
|
|
5
10
|
- [ ! ] 修复dof-popover2
|
|
@@ -25,6 +30,11 @@
|
|
|
25
30
|
- [ ! ] 适配暗黑模式
|
|
26
31
|
- [ ! ] date: 2025/09/01
|
|
27
32
|
|
|
33
|
+
## 2.3.21
|
|
34
|
+
|
|
35
|
+
- [ ! ] dof-ipx-bar鸿蒙适配
|
|
36
|
+
- [ ! ] date: 2025/10/20
|
|
37
|
+
|
|
28
38
|
## 2.3.20
|
|
29
39
|
|
|
30
40
|
- [ ! ] 修复dof-popover2
|
package/dist/index.native.js
CHANGED
|
@@ -26231,6 +26231,7 @@ exports.default = {
|
|
|
26231
26231
|
computed: {
|
|
26232
26232
|
isipx: function isipx() {
|
|
26233
26233
|
if (this.bottomArc) return true;
|
|
26234
|
+
if (weex.config.env.platform == "harmony" && weex.config.env.safeAreaBottomHeight) return true;
|
|
26234
26235
|
return weex && (weex.config.env.deviceModel === 'iPhone10,3' || weex.config.env.deviceModel === 'iPhone10,6' || //iphoneX
|
|
26235
26236
|
weex.config.env.deviceModel === 'iPhone11,8' || //iPhone XR
|
|
26236
26237
|
weex.config.env.deviceModel === 'iPhone11,2' || //iPhone XS
|