feat: Add 'image' to displayRelatedCBS array in highlight.ts

This commit is contained in:
kwaroran
2024-09-06 00:21:11 +09:00
parent cd83867d21
commit 5779de9d92

View File

@@ -101,7 +101,7 @@ const normalCBSwithParams = [
] ]
const displayRelatedCBS = [ const displayRelatedCBS = [
'raw', 'img', 'video', 'audio', 'bg', 'emotion', 'asset', 'video-img', 'comment' 'raw', 'img', 'video', 'audio', 'bg', 'emotion', 'asset', 'video-img', 'comment', 'image'
]; ];
const specialCBS = [ const specialCBS = [