|
125 | 125 | "ToastsPreventIntro": "By setting <code>PreventDuplicates=\"true\"</code> to repeatedly click the button below, only one pop-up window will appear", |
126 | 126 | "ToastsPreventText": "Prevent Duplicates", |
127 | 127 | "ToastsAsyncTitle": "Async notification", |
128 | | - "ToastsAsyncIntro": "By setting <code>IsAsync</code>, the pop-up window is displayed, the thread is blocked, and after clicking the close button, the subsequent code continues to execute", |
| 128 | + "ToastsAsyncIntro": "By setting the button's <code>IsAsync</code> parameter, use the same <code>ToastOption</code> to update the pop-up window information for different steps", |
129 | 129 | "ToastsAsyncDemoTitle": "Async notification", |
130 | 130 | "ToastsAsyncDemoStep1Text": "Packing documents, please wait...", |
131 | 131 | "ToastsAsyncDemoStep2Text": "Packaging completed, downloading...", |
|
465 | 465 | "MessagesNormalTitle": "Basic usage", |
466 | 466 | "MessagesNormalIntro": "Appears from the top and automatically disappears after 4 seconds", |
467 | 467 | "MessagesMessagePrompt": "Open the message prompt", |
| 468 | + "MessagesAsyncTitle": "Async notification", |
| 469 | + "MessagesAsyncIntro": "By setting the button's <code>IsAsync</code> parameter, use the same <code>MessageOption</code> to update the pop-up window information for different steps", |
| 470 | + "MessagesAsyncDemoStep1Text": "Packing documents, please wait...", |
| 471 | + "MessagesAsyncDemoStep2Text": "Packaging completed, downloading...", |
| 472 | + "MessagesAsyncDemoStep3Text": "Download completed, close the window automatically", |
| 473 | + "MessagesAsyncText": "AsyncNotify", |
468 | 474 | "MessagesIconTitle": "message box with icon", |
469 | 475 | "MessagesIconIntro": "Change the small icon on the left side of the message box by setting the <code>Icon</code> property of <code>MessageOption</code>", |
470 | 476 | "MessagesCloseButtonTitle": "message box with close button", |
|
0 commit comments