添加降雨推演步骤条

This commit is contained in:
wzy-warehouse
2026-05-07 10:39:34 +08:00
parent a125872cf5
commit 08e6897d13
4 changed files with 73 additions and 39 deletions
+1 -1
View File
@@ -170,7 +170,7 @@ export const useRainDisasterChain = () => {
*/
const rightButtonInfo = [
{
name: '雨推演',
name: '雨推演',
callback: (status: unknown) =>
useRightHandle().rainstormSimulation(status),
},