From 7278b7329083b8e577edcaa507e14fe36886ae35 Mon Sep 17 00:00:00 2001 From: Simon <10131203+gaomeng1900@users.noreply.github.com> Date: Tue, 21 Oct 2025 21:32:49 +0800 Subject: [PATCH] chore: docs --- src/config/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config/index.ts b/src/config/index.ts index 04d54a4..06e39f1 100644 --- a/src/config/index.ts +++ b/src/config/index.ts @@ -66,7 +66,7 @@ export interface UIConfig { /** * @note this hook can block the disposal process - * @note when dispose caused by page unload, `reason` will be 'PAGE_UNLOADING'. this method CANNOT block the unload process. async operations may be cut. + * @note when dispose caused by page unload, `reason` will be 'PAGE_UNLOADING'. this method CANNOT block unloading. async operations may be cut. */ onDispose?: (this: PageAgent, reason?: string) => void