更新频道配置
parent
29713ec7d6
commit
1b4e7d66ec
@ -0,0 +1 @@
|
|||||||
|
name: "测试"
|
@ -0,0 +1,9 @@
|
|||||||
|
name: 发送调试信息
|
||||||
|
provider: pusher
|
||||||
|
source:
|
||||||
|
service: pusher
|
||||||
|
channel: debug
|
||||||
|
type: echo
|
||||||
|
tpl:
|
||||||
|
default: |-
|
||||||
|
{{msg}}
|
@ -0,0 +1 @@
|
|||||||
|
name: "异世界红茶馆"
|
@ -0,0 +1,11 @@
|
|||||||
|
name: 新帖子
|
||||||
|
provider: pusher
|
||||||
|
source:
|
||||||
|
service: pusher
|
||||||
|
channel: isekaibbs
|
||||||
|
type: newPost
|
||||||
|
tpl:
|
||||||
|
default: |-
|
||||||
|
{{{postUser.displayname}}}「{{{postUser.username}}}」发布了帖子《{{{topic.titleRaw}}}》:
|
||||||
|
{{{excerpt post.content 100}}}
|
||||||
|
{{{topic.url}}}
|
@ -0,0 +1,11 @@
|
|||||||
|
name: 新回复
|
||||||
|
provider: pusher
|
||||||
|
source:
|
||||||
|
service: pusher
|
||||||
|
channel: isekaibbs
|
||||||
|
type: newReply
|
||||||
|
tpl:
|
||||||
|
default: |-
|
||||||
|
{{{postUser.displayname}}}「{{{postUser.username}}}」回复了 {{{topicUser.displayname}}}「{{{topicUser.username}}}」的帖子《{{topic.titleRaw}}》:
|
||||||
|
{{{excerpt post.content 100}}}
|
||||||
|
{{{post.url}}}
|
@ -1 +1 @@
|
|||||||
name: "异世界百科"
|
name: "异世界百科"
|
||||||
|
@ -1 +1 @@
|
|||||||
name: "管理信息"
|
name: "管理信息"
|
||||||
|
@ -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,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,11 +1,12 @@
|
|||||||
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}}}
|
||||||
|
@ -0,0 +1 @@
|
|||||||
|
name: "MediaWiki Club"
|
@ -0,0 +1,12 @@
|
|||||||
|
name: 新帖子
|
||||||
|
provider: pusher
|
||||||
|
source:
|
||||||
|
service: pusher
|
||||||
|
channel: mwclub
|
||||||
|
type: newPost
|
||||||
|
tpl:
|
||||||
|
default: |-
|
||||||
|
{{{postUser.displayname}}}「@{{{postUser.username}}}」发布了帖子《{{{topic.titleRaw}}}》:
|
||||||
|
|
||||||
|
{{{excerpt post.content 100}}}
|
||||||
|
{{{topic.url}}}
|
@ -0,0 +1,11 @@
|
|||||||
|
name: 新回复
|
||||||
|
provider: pusher
|
||||||
|
source:
|
||||||
|
service: pusher
|
||||||
|
channel: mwclub
|
||||||
|
type: newReply
|
||||||
|
tpl:
|
||||||
|
default: |-
|
||||||
|
{{postUser.displayname}}「@{{postUser.username}}」回复了 {{topicUser.displayname}}「@{{topicUser.username}}」的帖子《{{topic.titleRaw}}》:
|
||||||
|
{{Utils.excerpt(post.content, 100)}}
|
||||||
|
{{post.url}}
|
Loading…
Reference in New Issue