@ -6,6 +6,6 @@ source:
type: autoReview
tpl:
default: |-
{{data.author}} 更新了新页面: {{data.title}}
{{data.summary}}
{{data.result}}
{{{author}}} 更新了新页面: {{{title}}}
{{{summary}}}
{{{result}}}
@ -7,5 +7,5 @@ source:
Review队列更新:
{{{author}}} 更新了页面: {{{title}}}
type: edit
{{data.author}} 更新了页面: {{data.title}}
{{data.url}}
{{{url}}}
type: new
{{data.author}} 创建了新页面: {{data.title}}
{{{author}}} 创建了新页面: {{{title}}}
@ -45,9 +45,8 @@ export default class QQRobot implements Robot {
}
return await this.doApiRequest('send_private_msg', {
bot_id: this.botQQ,
user_id: user,
message: message,
message: message
});
@ -64,9 +63,8 @@ export default class QQRobot implements Robot {
return await this.doApiRequest('send_group_msg', {
group_id: group,