mirror of
https://github.com/ReCloudStudio/WebHooker.git
synced 2026-09-23 00:21:28 +00:00
feat: add Discord role mention support to routes
This commit is contained in:
parent
869d84d78c
commit
76ba2c0a89
17 changed files with 201 additions and 14 deletions
|
|
@ -81,6 +81,11 @@ const en: Dict = {
|
|||
"routeEditor.matchPlaceholder": "match value",
|
||||
"routeEditor.not": "NOT",
|
||||
"routeEditor.addFilter": "+ Add filter",
|
||||
"routeEditor.discordRoles": "Discord role mentions",
|
||||
"routeEditor.discordRolesNote": "(optional · comma-separated)",
|
||||
"routeEditor.discordRolesPlaceholder": "123456789012345678, 987654321098765432",
|
||||
"routeEditor.discordRolesHint":
|
||||
"When this route fires, the listed roles are pinged in Discord targets.",
|
||||
"routeEditor.channel": "Channel ID",
|
||||
"routeEditor.channelPlaceholder": "Discord channel ID",
|
||||
"routeEditor.thread": "Thread ID",
|
||||
|
|
@ -243,6 +248,10 @@ const zh: Dict = {
|
|||
"routeEditor.matchPlaceholder": "匹配值",
|
||||
"routeEditor.not": "取反",
|
||||
"routeEditor.addFilter": "+ 添加过滤器",
|
||||
"routeEditor.discordRoles": "Discord 身份组提醒",
|
||||
"routeEditor.discordRolesNote": "(可选 · 逗号分隔)",
|
||||
"routeEditor.discordRolesPlaceholder": "123456789012345678, 987654321098765432",
|
||||
"routeEditor.discordRolesHint": "当该路由触发时,会在 Discord 目标中提醒(@)这些身份组。",
|
||||
"routeEditor.channel": "频道 ID",
|
||||
"routeEditor.channelPlaceholder": "Discord 频道 ID",
|
||||
"routeEditor.thread": "子区 ID",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue