1
wangjuncheng
2025-06-24 ab5be19d6c19a8eb83d4876ddf6a6617013bf25d
1
已修改2个文件
2 ■■■■■ 文件已修改
src/components/menu/TimeLine.vue 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/utils/water.js 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/components/menu/TimeLine.vue
@@ -373,6 +373,7 @@
    }
  }
  // 默认无雨状态
  return { name: "无雨", size: 0.3, speed: 10, density: 10, color: "#F0F8FF" };
}
// 根据播放进度更新天气效果(已优化)
src/utils/water.js
@@ -80,6 +80,7 @@
  waterLegendData.value = waterHeightLevels;
  console.log(waterLegendData.value, "图例数据");
  water = await earthCtrl.simulate.createWaterSimulateLayer({
    baseUrl,
    interval,