简单修改

This commit is contained in:
wzy-warehouse
2026-06-03 15:27:51 +08:00
parent d61e1edc20
commit fed824272f
2 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -175,7 +175,7 @@ export const useRainDisasterChain = () => {
*/
const rightButtonInfo = [
{
name: '降雨推演',
name: '自动推演',
callback: (status: unknown) => rightHandle.rainstormSimulation(status),
},
{