修改频道配置
parent
d4415a0e34
commit
3038d5d088
@ -1 +1 @@
|
||||
name: "异世界百科"
|
||||
name: "异世界百科"
|
||||
|
@ -1 +1 @@
|
||||
name: "管理信息"
|
||||
name: "管理信息"
|
||||
|
@ -1,11 +1,11 @@
|
||||
name: 自动审核通过
|
||||
provider: pusher
|
||||
source:
|
||||
service: pusher
|
||||
channel: isekaiwiki
|
||||
type: autoReview
|
||||
tpl:
|
||||
default: |-
|
||||
{{data.author}} 更新了新页面: {{data.title}}
|
||||
{{data.summary}}
|
||||
{{data.result}}
|
||||
name: 自动审核通过
|
||||
provider: pusher
|
||||
source:
|
||||
service: pusher
|
||||
channel: isekaiwiki
|
||||
type: autoReview
|
||||
tpl:
|
||||
default: |-
|
||||
{{{author}}} 更新了新页面: {{{title}}}
|
||||
{{{summary}}}
|
||||
{{{result}}}
|
||||
|
@ -1,11 +1,11 @@
|
||||
name: 修改页面
|
||||
provider: pusher
|
||||
source:
|
||||
service: pusher
|
||||
channel: isekaiwiki
|
||||
type: edit
|
||||
tpl:
|
||||
default: |-
|
||||
{{data.author}} 更新了页面: {{data.title}}
|
||||
{{data.summary}}
|
||||
{{data.url}}
|
||||
name: 修改页面
|
||||
provider: pusher
|
||||
source:
|
||||
service: pusher
|
||||
channel: isekaiwiki
|
||||
type: edit
|
||||
tpl:
|
||||
default: |-
|
||||
{{{author}}} 更新了页面《{{{title}}}》:
|
||||
{{{summary}}}
|
||||
{{{url}}}
|
||||
|
@ -1,11 +1,12 @@
|
||||
name: 新页面
|
||||
provider: pusher
|
||||
source:
|
||||
service: pusher
|
||||
channel: isekaiwiki
|
||||
type: new
|
||||
tpl:
|
||||
default: |-
|
||||
{{data.author}} 创建了新页面: {{data.title}}
|
||||
{{data.summary}}
|
||||
{{data.url}}
|
||||
name: 新页面
|
||||
provider: pusher
|
||||
source:
|
||||
service: pusher
|
||||
channel: isekaiwiki
|
||||
type: new
|
||||
tpl:
|
||||
default: |-
|
||||
{{{author}}} 创建了新页面《{{{title}}}》:
|
||||
{{{summary}}}
|
||||
|
||||
{{{url}}}
|
||||
|
Loading…
Reference in New Issue