This commit is contained in:
こけっち 2022-09-19 13:56:59 +09:00
parent 7681647314
commit 2a986d1ee0
No known key found for this signature in database
GPG Key ID: 21460619C5FC4DD1

View File

@ -227,6 +227,14 @@ export default defineComponent({
}, genEl(token.children))];
}
case 'dlsite': {
return [h(MkLink, {
key: Math.random(),
url: token.props.url,
rel: 'nofollow noopener',
}, genEl(token.children))];
}
case 'mention': {
return [h(MkMention, {
key: Math.random(),