dolphin-weex-ui 2.4.5 → 2.4.7

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 CHANGED
@@ -1,5 +1,15 @@
1
1
  # 升级日志
2
2
 
3
+ ## 2.4.7
4
+
5
+ - [ ! ] 修复dof-cell暗黑模式变量重复定义
6
+ - [ ! ] date: 2025/10/20
7
+
8
+ ## 2.4.6
9
+
10
+ - [ ! ] dof-ipx-bar鸿蒙适配
11
+ - [ ! ] date: 2025/10/20
12
+
3
13
  ## 2.4.5
4
14
 
5
15
  - [ ! ] 修复dof-popover2
@@ -25,6 +35,11 @@
25
35
  - [ ! ] 适配暗黑模式
26
36
  - [ ! ] date: 2025/09/01
27
37
 
38
+ ## 2.3.21
39
+
40
+ - [ ! ] dof-ipx-bar鸿蒙适配
41
+ - [ ! ] date: 2025/10/20
42
+
28
43
  ## 2.3.20
29
44
 
30
45
  - [ ! ] 修复dof-popover2
@@ -20198,7 +20198,6 @@ exports.default = {
20198
20198
  },
20199
20199
  data: function data() {
20200
20200
  return {
20201
- arrowIcon: icon.arrowIconNew,
20202
20201
  offset: 0,
20203
20202
  dragging: false
20204
20203
  };
@@ -26231,6 +26230,7 @@ exports.default = {
26231
26230
  computed: {
26232
26231
  isipx: function isipx() {
26233
26232
  if (this.bottomArc) return true;
26233
+ if (weex.config.env.platform == "harmony" && weex.config.env.safeAreaBottomHeight) return true;
26234
26234
  return weex && (weex.config.env.deviceModel === 'iPhone10,3' || weex.config.env.deviceModel === 'iPhone10,6' || //iphoneX
26235
26235
  weex.config.env.deviceModel === 'iPhone11,8' || //iPhone XR
26236
26236
  weex.config.env.deviceModel === 'iPhone11,2' || //iPhone XS