We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 040c830 commit 47bf836Copy full SHA for 47bf836
public/assets/img/feishu.png
-1.94 KB
public/assets/img/svg/gitea-feishu.svg
templates/shared/webhook/icon.tmpl
@@ -17,7 +17,7 @@
17
{{else if eq .HookType "msteams"}}
18
<img width="{{$size}}" height="{{$size}}" src="{{AssetUrlPrefix}}/img/msteams.png">
19
{{else if eq .HookType "feishu"}}
20
- <img width="{{$size}}" height="{{$size}}" src="{{AssetUrlPrefix}}/img/feishu.png">
+ {{svg "gitea-feishu" $size "img"}}
21
{{else if eq .HookType "matrix"}}
22
{{svg "gitea-matrix" $size "img"}}
23
{{else if eq .HookType "wechatwork"}}
web_src/svg/gitea-feishu.svg
0 commit comments