@@ -72,6 +72,9 @@ plugin:
7272 description :
7373 other : Slack signing secret
7474 user_config :
75+ webhook_url :
76+ title :
77+ other : Webhook URL
7578 inbox_notifications :
7679 title :
7780 other : Inbox Notifications
@@ -93,6 +96,34 @@ plugin:
9396 other : Turn on new questions for following tags
9497 description :
9598 other : Get notified of new questions for following tags.
99+ upvoted_answers :
100+ title :
101+ other : UpVoted Answers
102+ label :
103+ other : Turn on notification for upvoted answers
104+ description :
105+ other : Get notified of upvoted answers
106+ downvoted_answers :
107+ title :
108+ other : DownVoted Answers
109+ label :
110+ other : Turn on notification for downvoted answers
111+ description :
112+ other : Get notified of downvoted answers
113+ updated_questions :
114+ title :
115+ other : Updated Questions
116+ label :
117+ other : Turn on notification for updated questions
118+ description :
119+ other : Get notified of updated questions
120+ updated_answers :
121+ title :
122+ other : Updated Answers
123+ label :
124+ other : Turn on notification for updated answers
125+ description :
126+ other : Get notified of updated answers
96127 tpl :
97128 update_question :
98129 other : " <a href=\" {{.TriggerUserUrl}}\" >{{.TriggerUserDisplayName}}</a> updated question <a href=\" {{.QuestionUrl}}\" >{{.QuestionTitle}}</a>"
@@ -114,3 +145,7 @@ plugin:
114145 other : " <a href=\" {{.TriggerUserUrl}}\" >{{.TriggerUserDisplayName}}</a> invited you to answer <a href=\" {{.QuestionUrl}}\" >{{.QuestionTitle}}</a>"
115146 new_question :
116147 other : " New question:\n <a href=\" {{.QuestionUrl}}\" >{{.QuestionTitle}}</a>\n {{.QuestionTags}}"
148+ upvoted_answer :
149+ other : " <a href=\" {{.TriggerUserUrl}}\" >{{.TriggerUserDisplayName}}</a> 点赞了你的回答 <a href=\" {{.AnswerUrl}}\" >{{.QuestionTitle}}</a>"
150+ downvoted_answer :
151+ other : " <a href=\" {{.TriggerUserUrl}}\" >{{.TriggerUserDisplayName}}</a> 反对了你的回答 <a href=\" {{.AnswerUrl}}\" >{{.QuestionTitle}}</a>"
0 commit comments