添加测试示例

This commit is contained in:
zhugy781
2026-02-10 15:33:49 +08:00
parent 63b38704dc
commit b57f043875
4 changed files with 707 additions and 0 deletions

View File

@@ -51,6 +51,17 @@ bridge.share(
);
```
## 示例页面
包中包含了一个完整的示例页面 `WebToolsExamplePage`,展示了所有交互方法的使用示例,按功能模块分类组织。
### 使用示例页面
```agsl
在自己的web项目中 添加测试跳转连接
Get.to(WebToolsExamplePage());
```
![img.png](img.png)
## API 文档