This commit is contained in:
Mrx
2026-06-08 12:49:54 +08:00
parent bb31ce2842
commit 0e5ce99594
10 changed files with 232 additions and 12 deletions

3
uni-pages.d.ts vendored
View File

@@ -21,7 +21,8 @@ type _LocationUrl =
"/pages/report/detail" |
"/pages/toolbox/category" |
"/pages/toolbox/index" |
"/pages/toolbox/query";
"/pages/toolbox/query" |
"/pages/webview/index";
interface NavigateToOptions {
url: _LocationUrl;