Skip to content

Commit d3b5a1f

Browse files
authored
Merge pull request #5 from yyyytawa/master
2 parents abe7fcb + 23be3bb commit d3b5a1f

3 files changed

Lines changed: 5 additions & 4 deletions

File tree

.github/workflows/deploy-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ name: 部署文档
44
on:
55
push:
66
branches:
7-
- main
7+
- master
88

99
permissions:
1010
contents: write

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,6 @@
2121
"onlyBuiltDependencies": [
2222
"esbuild"
2323
]
24-
}
24+
},
25+
"packageManager": "pnpm@9.15.5"
2526
}

src/api/v1/conversation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ POST /v1/conversation/dismiss-notification
2020
响应体:
2121
```JSON
2222
{
23-
"code": 1, // (响应码,1为正常,数字)
24-
"msg": "success" // (响应信息)
23+
"code": 1, // 响应码,1为正常,数字
24+
"msg": "success" // 响应信息
2525
}
2626
```

0 commit comments

Comments
 (0)