Skip to content

Commit

Permalink
chore: 修改 OneBot 描述
Browse files Browse the repository at this point in the history
  • Loading branch information
CaoMeiYouRen committed Nov 19, 2024
1 parent 869b4fd commit 6839864
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/push/one-bot.ts
Original file line number Diff line number Diff line change
Expand Up @@ -99,14 +99,14 @@ export const oneBotOptionSchema: OneBotOptionSchema = {
},
user_id: {
type: 'number',
title: '对方 QQ 号',
description: '对方 QQ 号',
title: ' QQ 号',
description: '对方 QQ 号。仅私聊有效。',
required: false,
},
group_id: {
type: 'number',
title: '群号',
description: '群号',
description: '群号。仅群聊有效。',
required: false,
},
auto_escape: {
Expand Down

0 comments on commit 6839864

Please sign in to comment.