Skip to content

Commit

Permalink
fix(qq): fix typings for markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
shigma committed Dec 14, 2023
1 parent fb02dda commit 8d39dff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion adapters/qq/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@satorijs/adapter-qq",
"description": "QQ Adapter for Satorijs",
"version": "4.2.0",
"version": "4.2.1",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion adapters/qq/src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,7 @@ export namespace Message {
}
export interface Markdown {
/** markdown 模板 id */
template_id?: number
custom_template_id?: number
/** markdown 模板模板参数 */
params?: MarkdownParams
/** 原生 markdown 内容,与 template_id 和 params 参数互斥,参数都传值将报错。 */
Expand Down

0 comments on commit 8d39dff

Please sign in to comment.