Merge branch 'main' of https://gitee.com/hyperquantum/isekai-feedbot into main
commit
a7810ce657
@ -1,11 +1,11 @@
|
|||||||
name: 自动审核通过
|
name: 自动审核通过
|
||||||
provider: pusher
|
provider: pusher
|
||||||
source:
|
source:
|
||||||
service: pusher
|
service: pusher
|
||||||
channel: isekaiwiki
|
channel: isekaiwiki
|
||||||
type: autoReview
|
type: autoReview
|
||||||
tpl:
|
tpl:
|
||||||
default: |-
|
default: |-
|
||||||
{{{author}}} 更新了新页面: {{{title}}}
|
{{{author}}} 更新了新页面: {{{title}}}
|
||||||
{{{summary}}}
|
{{{summary}}}
|
||||||
{{{result}}}
|
{{{result}}}
|
||||||
|
@ -1,12 +1,12 @@
|
|||||||
name: 待审页面
|
name: 待审页面
|
||||||
provider: pusher
|
provider: pusher
|
||||||
source:
|
source:
|
||||||
service: pusher
|
service: pusher
|
||||||
channel: isekaiwiki
|
channel: isekaiwiki
|
||||||
type: needReview
|
type: needReview
|
||||||
tpl:
|
tpl:
|
||||||
default: |-
|
default: |-
|
||||||
Review队列中增加了新页面:
|
Review队列中增加了新页面:
|
||||||
编辑者: {{{author}}}
|
编辑者: {{{author}}}
|
||||||
标题: {{{title}}}
|
标题: {{{title}}}
|
||||||
{{{summary}}}
|
{{{summary}}}
|
||||||
|
@ -1,11 +1,11 @@
|
|||||||
name: 修改页面
|
name: 修改页面
|
||||||
provider: pusher
|
provider: pusher
|
||||||
source:
|
source:
|
||||||
service: pusher
|
service: pusher
|
||||||
channel: isekaiwiki
|
channel: isekaiwiki
|
||||||
type: edit
|
type: edit
|
||||||
tpl:
|
tpl:
|
||||||
default: |-
|
default: |-
|
||||||
{{{author}}} 更新了页面《{{{title}}}》:
|
{{{author}}} 更新了页面: {{{title}}}
|
||||||
{{{summary}}}
|
{{{summary}}}
|
||||||
{{{url}}}
|
{{{url}}}
|
@ -1,12 +1,11 @@
|
|||||||
name: 新页面
|
name: 新页面
|
||||||
provider: pusher
|
provider: pusher
|
||||||
source:
|
source:
|
||||||
service: pusher
|
service: pusher
|
||||||
channel: isekaiwiki
|
channel: isekaiwiki
|
||||||
type: new
|
type: new
|
||||||
tpl:
|
tpl:
|
||||||
default: |-
|
default: |-
|
||||||
{{{author}}} 创建了新页面《{{{title}}}》:
|
{{{author}}} 创建了新页面: {{{title}}}
|
||||||
{{{summary}}}
|
{{{summary}}}
|
||||||
|
{{{url}}}
|
||||||
{{{url}}}
|
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
qq:
|
qq:
|
||||||
user:
|
user:
|
||||||
1234567890:
|
1234567890:
|
||||||
- some_channel_group/*
|
- some_channel_group # 订阅频道组会订阅下一级的全部频道,但是不会订阅更深层级的频道
|
||||||
- some_channel_group2/some_channel
|
- some_channel_group2/some_channel
|
||||||
group:
|
group:
|
||||||
1234567890:
|
1234567890:
|
||||||
- some_channel_group/*
|
- some_channel_group
|
||||||
- some_channel_group2/some_channel
|
- some_channel_group2/some_channel
|
||||||
|
Loading…
Reference in New Issue