Skip to content

Commit d113334

Browse files
author
dompling
committed
fix
1 parent 63cb432 commit d113334

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

TestScripts.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
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 开发。

mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ site_name: TrollScript
22
site_url: https://trollscript.qzz.io
33
site_description: TrollScript 官方文档与 API 参考
44
repo_url: https://github.com/dompling/TrollScript-Release
5-
repo_name: GitHub
65

76
theme:
87
name: material
@@ -37,6 +36,7 @@ nav:
3736
- 介绍: README.md # 对应 docs/index.md
3837
- 安装指南: INSTALL.md # 二级菜单示例
3938
- 环境要求: requirements.md
39+
- 测试示例脚本: TestScripts.md
4040
- API 参考:
4141
- App: App.md
4242
- 日历: Calendar.md

0 commit comments

Comments
 (0)