File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed
Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change 1+ # 测试示例脚本
2+
3+ 查看完整的测试示例脚本集合,请访问 GitHub 仓库:
4+
5+ ** [ 📂 TestScripts 目录] ( https://github.com/dompling/TrollScript-Release/tree/main/templates/TestScripts ) **
6+
7+ 这个目录包含了各种测试脚本示例,涵盖:
8+
9+ - 基础 API 使用示例
10+ - 常见功能实现案例
11+ - 最佳实践演示
12+ - 调试和测试工具
13+
14+ 这些示例可以帮助你快速上手 TrollScript 开发。
Original file line number Diff line number Diff line change @@ -2,7 +2,6 @@ site_name: TrollScript
22site_url : https://trollscript.qzz.io
33site_description : TrollScript 官方文档与 API 参考
44repo_url : https://github.com/dompling/TrollScript-Release
5- repo_name : GitHub
65
76theme :
87 name : material
3736 - 介绍 : README.md # 对应 docs/index.md
3837 - 安装指南 : INSTALL.md # 二级菜单示例
3938 - 环境要求 : requirements.md
39+ - 测试示例脚本 : TestScripts.md
4040 - API 参考 :
4141 - App : App.md
4242 - 日历 : Calendar.md
You can’t perform that action at this time.
0 commit comments