dolphin-weex-bc 0.0.43 → 0.0.44

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
+ ## 0.0.44
4
+
5
+ - [ ! ] 耗材组件暗黑模式下修改水波纹光晕
6
+ - [ ! ] date: 2026/06/22
7
+
3
8
  ## 0.0.43
4
9
 
5
10
  - [ ! ] 耗材套件一键加购修改水波纹颜色
@@ -4076,7 +4076,7 @@ var MaterialEvent = {
4076
4076
  var frontColorList = isDiablo ? ['#D35926', '#D35926', '#ADE0F6'] : ['#F56428', '#F56428', '#9fdaf5'];
4077
4077
  var backColorList = isDiablo ? ['#FCA6A1', '#FCA6A1', '#CFEBF8'] : ['#fc9791', '#fc9791', '#c7e8f7'];
4078
4078
  var waveCoverType = 0;
4079
- var showWaveCoverTypeArr = [3, 1, 2];
4079
+ var showWaveCoverTypeArr = [3, 3, 2];
4080
4080
  if (isDiablo) {
4081
4081
  waveCoverType = showWaveCoverTypeArr[type];
4082
4082
  }