Skip to content

Commit 0850f00

Browse files
committed
🔄 Sync from main repo - 2026-01-30 02:19:12
1 parent 19a3cd3 commit 0850f00

File tree

3 files changed

+19
-15
lines changed

3 files changed

+19
-15
lines changed

README.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@ TrollScript 内置丰富的原生模块,[查看完整中文 API 文档](API.md
6262
6363
### 全局参数
6464

65-
1. **$triggerInput**
66-
- 通知监控参数
65+
**$triggerInput**
66+
- 通知监控参数
6767

6868
```typescript
6969
interface $triggerInput {
@@ -75,8 +75,8 @@ interface $triggerInput {
7575
}
7676
```
7777

78-
2. **$args**
79-
- 快捷指令参数
78+
**$args**
79+
- 快捷指令参数
8080

8181
```typescript
8282
interface $args {
@@ -85,9 +85,11 @@ interface $args {
8585
}
8686
```
8787

88-
3. **脚本返回值**
89-
- 控制台显示返回值
90-
- 返回给快捷指令
88+
**脚本返回值**
89+
90+
- 控制台显示返回值
91+
- 返回给快捷指令
92+
9193
```javascript
9294
const test = "123"
9395
return test;

npm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",

templates/PUBLIC_README.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@ TrollScript 内置丰富的原生模块,[查看完整中文 API 文档](API.md
6262
6363
### 全局参数
6464

65-
1. **$triggerInput**
66-
- 通知监控参数
65+
**$triggerInput**
66+
- 通知监控参数
6767

6868
```typescript
6969
interface $triggerInput {
@@ -75,8 +75,8 @@ interface $triggerInput {
7575
}
7676
```
7777

78-
2. **$args**
79-
- 快捷指令参数
78+
**$args**
79+
- 快捷指令参数
8080

8181
```typescript
8282
interface $args {
@@ -85,9 +85,11 @@ interface $args {
8585
}
8686
```
8787

88-
3. **脚本返回值**
89-
- 控制台显示返回值
90-
- 返回给快捷指令
88+
**脚本返回值**
89+
90+
- 控制台显示返回值
91+
- 返回给快捷指令
92+
9193
```javascript
9294
const test = "123"
9395
return test;

0 commit comments

Comments
 (0)