mirror of
https://github.com/sim1222/misskey.git
synced 2025-04-29 02:37:22 +09:00
wip
This commit is contained in:
parent
7681647314
commit
2a986d1ee0
@ -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(),
|
||||
|
Loading…
x
Reference in New Issue
Block a user