diff --git a/channels/isekaiwiki/admin/needReview.yml b/channels/isekaiwiki/admin/needReview.yml index 22f3867..c53d9cc 100644 --- a/channels/isekaiwiki/admin/needReview.yml +++ b/channels/isekaiwiki/admin/needReview.yml @@ -1,12 +1,12 @@ -name: 待审页面 -provider: pusher -source: - service: pusher - channel: isekaiwiki - type: needReview -tpl: - default: |- - Review队列中增加了新页面: - 编辑者: {{{author}}} - 标题: {{{title}}} - {{{summary}}} +name: 待审页面 +provider: pusher +source: + service: pusher + channel: isekaiwiki + type: needReview +tpl: + default: |- + Review队列中增加了新页面: + 编辑者: {{{author}}} + 标题: {{{title}}} + {{{summary}}} diff --git a/channels/isekaiwiki/editPage.yml b/channels/isekaiwiki/editPage.yml index 7bbfd2c..d7a2cae 100644 --- a/channels/isekaiwiki/editPage.yml +++ b/channels/isekaiwiki/editPage.yml @@ -1,11 +1,11 @@ -name: 修改页面 -provider: pusher -source: - service: pusher - channel: isekaiwiki - type: edit -tpl: - default: |- - {{{author}}} 更新了页面《{{{title}}}》: - {{{summary}}} - {{{url}}} +name: 修改页面 +provider: pusher +source: + service: pusher + channel: isekaiwiki + type: edit +tpl: + default: |- + {{{author}}} 更新了页面《{{{title}}}》: + {{{summary}}} + {{{url}}}