更新频道配置
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: 自动审核通过
|
||||
provider: pusher
|
||||
source:
|
||||
service: pusher
|
||||
channel: isekaiwiki
|
||||
type: autoReview
|
||||
tpl:
|
||||
default: |-
|
||||
{{{author}}} 更新了新页面: {{{title}}}
|
||||
{{{summary}}}
|
||||
{{{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: |-
|
||||
{{{author}}} 更新了页面: {{{title}}}
|
||||
{{{summary}}}
|
||||
{{{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: |-
|
||||
{{{author}}} 创建了新页面: {{{title}}}
|
||||
{{{summary}}}
|
||||
{{{url}}}
|
||||
name: 新页面
|
||||
provider: pusher
|
||||
source:
|
||||
service: pusher
|
||||
channel: isekaiwiki
|
||||
type: new
|
||||
tpl:
|
||||
default: |-
|
||||
{{{author}}} 创建了新页面《{{{title}}}》:
|
||||
{{{summary}}}
|
||||
|
||||
{{{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