You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
337 B
YAML
12 lines
337 B
YAML
2 years ago
|
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}}
|