File tree Expand file tree Collapse file tree 3 files changed +19
-15
lines changed
Expand file tree Collapse file tree 3 files changed +19
-15
lines changed Original file line number Diff line number Diff line change @@ -62,8 +62,8 @@ TrollScript 内置丰富的原生模块,[查看完整中文 API 文档](API.md
6262
6363### 全局参数
6464
65- 1 . ** $triggerInput**
66- - 通知监控参数
65+ ** $triggerInput**
66+ - 通知监控参数
6767
6868``` typescript
6969interface $triggerInput {
@@ -75,8 +75,8 @@ interface $triggerInput {
7575}
7676```
7777
78- 2 . ** $args**
79- - 快捷指令参数
78+ ** $args**
79+ - 快捷指令参数
8080
8181``` typescript
8282interface $args {
@@ -85,9 +85,11 @@ interface $args {
8585}
8686```
8787
88- 3 . ** 脚本返回值**
89- - 控制台显示返回值
90- - 返回给快捷指令
88+ ** 脚本返回值**
89+
90+ - 控制台显示返回值
91+ - 返回给快捷指令
92+
9193``` javascript
9294const test = " 123"
9395return test;
Original file line number Diff line number Diff line change 11{
22 "name" : " @dompling/trollscript-types" ,
3- "version" : " 1.0.55 " ,
3+ "version" : " 1.0.56 " ,
44 "description" : " TypeScript definitions for TrollScript" ,
55 "main" : " " ,
66 "types" : " index.d.ts" ,
Original file line number Diff line number Diff line change @@ -62,8 +62,8 @@ TrollScript 内置丰富的原生模块,[查看完整中文 API 文档](API.md
6262
6363### 全局参数
6464
65- 1 . ** $triggerInput**
66- - 通知监控参数
65+ ** $triggerInput**
66+ - 通知监控参数
6767
6868``` typescript
6969interface $triggerInput {
@@ -75,8 +75,8 @@ interface $triggerInput {
7575}
7676```
7777
78- 2 . ** $args**
79- - 快捷指令参数
78+ ** $args**
79+ - 快捷指令参数
8080
8181``` typescript
8282interface $args {
@@ -85,9 +85,11 @@ interface $args {
8585}
8686```
8787
88- 3 . ** 脚本返回值**
89- - 控制台显示返回值
90- - 返回给快捷指令
88+ ** 脚本返回值**
89+
90+ - 控制台显示返回值
91+ - 返回给快捷指令
92+
9193``` javascript
9294const test = " 123"
9395return test;
You can’t perform that action at this time.
0 commit comments