mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-17 23:20:13 +01:00
🎨 Support flac audio asset playback https://github.com/siyuan-note/siyuan/issues/13386
This commit is contained in:
parent
04806ea4b9
commit
e4933d0841
3 changed files with 3 additions and 3 deletions
|
|
@ -266,7 +266,7 @@ func IsAssetLinkDest(dest []byte) bool {
|
|||
|
||||
var (
|
||||
SiYuanAssetsImage = []string{".apng", ".ico", ".cur", ".jpg", ".jpe", ".jpeg", ".jfif", ".pjp", ".pjpeg", ".png", ".gif", ".webp", ".bmp", ".svg", ".avif"}
|
||||
SiYuanAssetsAudio = []string{".mp3", ".wav", ".ogg", ".m4a"}
|
||||
SiYuanAssetsAudio = []string{".mp3", ".wav", ".ogg", ".m4a", ".flac"}
|
||||
SiYuanAssetsVideo = []string{".mov", ".weba", ".mkv", ".mp4", ".webm"}
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue