dolphin-weex-ui 2.4.6 → 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,10 @@
1
1
  # 升级日志
2
2
 
3
+ ## 2.4.7
4
+
5
+ - [ ! ] 修复dof-cell暗黑模式变量重复定义
6
+ - [ ! ] date: 2025/10/20
7
+
3
8
  ## 2.4.6
4
9
 
5
10
  - [ ! ] dof-ipx-bar鸿蒙适配
@@ -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
  };