From ae1304d6458899b023b6e86a0fd00d7d3ee9a784 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9E=9C=E7=89=A9=E3=83=AA=E3=83=B3?= Date: Sat, 28 Feb 2026 15:47:29 +0900 Subject: [PATCH] =?UTF-8?q?perf:=20MFM=20MkA,=20MkLink,=20MkSparkle=20?= =?UTF-8?q?=E3=81=AE=20slot=20=E6=8C=87=E5=AE=9A=E6=96=B9=E6=B3=95?= =?UTF-8?q?=E3=82=92=E4=BF=AE=E6=AD=A3=20(#17156)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/frontend/src/components/global/MkMfm.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/frontend/src/components/global/MkMfm.ts b/packages/frontend/src/components/global/MkMfm.ts index d270571d4a..706ea07417 100644 --- a/packages/frontend/src/components/global/MkMfm.ts +++ b/packages/frontend/src/components/global/MkMfm.ts @@ -233,7 +233,7 @@ export default function (props: MfmProps, { emit }: { emit: SetupContext genEl(token.children, scale) }); } case 'rotate': { const degrees = safeParseFloat(token.props.args.deg) ?? 90; @@ -363,7 +363,7 @@ export default function (props: MfmProps, { emit }: { emit: SetupContext genEl(token.children, scale, true) })]; } case 'mention': { @@ -381,7 +381,7 @@ export default function (props: MfmProps, { emit }: { emit: SetupContext `#${token.props.hashtag}` })]; } case 'blockCode': {