> ## Documentation Index
> Fetch the complete documentation index at: https://docs.cheart.getvapu.today/llms.txt
> Use this file to discover all available pages before exploring further.

# notify

> 弹出通知

```java theme={null}
notify.push(String title, String content)                  // INFO, 3s
notify.push(String title, String content, long durationMs)
notify.push(String title, String content, String type, long durationMs)

notify.info(String title, String content)
notify.warn(String title, String content)
notify.alert(String title, String content)
```

`type`：`"INFO"` / `"WARNING"` / `"ALERT"`（大小写不敏感）。
