简单修改

This commit is contained in:
wzy-warehouse
2026-05-06 18:38:22 +08:00
parent db69828c48
commit ab13567d1d
+1 -1
View File
@@ -170,7 +170,7 @@ export const useRainDisasterChain = () => {
*/
const rightButtonInfo = [
{
name: '暴雨模拟',
name: '暴雨推演',
callback: (status: unknown) =>
useRightHandle().rainstormSimulation(status),
},