From 034a45e22e36630a01fcf9db07fb788e3d7aa7d0 Mon Sep 17 00:00:00 2001 From: kozakura913 <98575220+kozakura913@users.noreply.github.com> Date: Mon, 23 Dec 2024 17:16:31 +0900 Subject: [PATCH] =?UTF-8?q?MFM=E3=83=81=E3=83=BC=E3=83=88=E3=82=B7?= =?UTF-8?q?=E3=83=BC=E3=83=88=E3=81=8C=E8=A1=A8=E7=A4=BA=E3=81=A7=E3=81=8D?= =?UTF-8?q?=E3=81=AA=E3=81=84=E4=B8=8D=E5=85=B7=E5=90=88=E3=82=92=E4=BF=AE?= =?UTF-8?q?=E6=AD=A3=20(#592)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG_YOJO.md | 1 + .../frontend/src/pages/mfc-cheat-sheet.vue | 78 +++++++++---------- 2 files changed, 40 insertions(+), 39 deletions(-) diff --git a/CHANGELOG_YOJO.md b/CHANGELOG_YOJO.md index cc47dc04b9..53597eef90 100644 --- a/CHANGELOG_YOJO.md +++ b/CHANGELOG_YOJO.md @@ -10,6 +10,7 @@ xxxx-xx-xx ### Client - Fix: ノート詳細画面でリアクション出来ない [#584](https://github.com/yojo-art/cherrypick/pull/584) +- Fix: MFMチートシートが表示できない不具合を修正 [#592](https://github.com/yojo-art/cherrypick/pull/592) ### Server - diff --git a/packages/frontend/src/pages/mfc-cheat-sheet.vue b/packages/frontend/src/pages/mfc-cheat-sheet.vue index 23bf1face2..f9edc90619 100644 --- a/packages/frontend/src/pages/mfc-cheat-sheet.vue +++ b/packages/frontend/src/pages/mfc-cheat-sheet.vue @@ -15,7 +15,7 @@ SPDX-License-Identifier: AGPL-3.0-only

{{ i18n.ts._mfc.mentionDescription }}

- +
@@ -25,7 +25,7 @@ SPDX-License-Identifier: AGPL-3.0-only

{{ i18n.ts._mfc.hashtagDescription }}

- +
@@ -35,7 +35,7 @@ SPDX-License-Identifier: AGPL-3.0-only

{{ i18n.ts._mfc.urlDescription }}

- +
@@ -45,7 +45,7 @@ SPDX-License-Identifier: AGPL-3.0-only

{{ i18n.ts._mfc.linkDescription }}

- +
@@ -55,7 +55,7 @@ SPDX-License-Identifier: AGPL-3.0-only

{{ i18n.ts._mfc.emojiDescription }}

- +
@@ -65,7 +65,7 @@ SPDX-License-Identifier: AGPL-3.0-only

{{ i18n.ts._mfc.boldDescription }}

- +
@@ -75,7 +75,7 @@ SPDX-License-Identifier: AGPL-3.0-only

{{ i18n.ts._mfc.smallDescription }}

- +
@@ -85,7 +85,7 @@ SPDX-License-Identifier: AGPL-3.0-only

{{ i18n.ts._mfc.quoteDescription }}

- +
@@ -95,7 +95,7 @@ SPDX-License-Identifier: AGPL-3.0-only

{{ i18n.ts._mfc.centerDescription }}

- +
@@ -105,7 +105,7 @@ SPDX-License-Identifier: AGPL-3.0-only

{{ i18n.ts._mfc.inlineCodeDescription }}

- +
@@ -115,7 +115,7 @@ SPDX-License-Identifier: AGPL-3.0-only

{{ i18n.ts._mfc.blockCodeDescription }}

- +
@@ -125,7 +125,7 @@ SPDX-License-Identifier: AGPL-3.0-only

{{ i18n.ts._mfc.inlineMathDescription }}

- +
@@ -135,7 +135,7 @@ SPDX-License-Identifier: AGPL-3.0-only

{{ i18n.ts._mfc.blockMathDescription }}

- +
@@ -145,7 +145,7 @@ SPDX-License-Identifier: AGPL-3.0-only

{{ i18n.ts._mfc.searchDescription }}

- +
@@ -155,7 +155,7 @@ SPDX-License-Identifier: AGPL-3.0-only

{{ i18n.ts._mfc.flipDescription }}

- +
@@ -165,7 +165,7 @@ SPDX-License-Identifier: AGPL-3.0-only

{{ i18n.ts._mfc.fontDescription }}

- +
@@ -175,7 +175,7 @@ SPDX-License-Identifier: AGPL-3.0-only

{{ i18n.ts._mfc.x2Description }}

- +
@@ -185,7 +185,7 @@ SPDX-License-Identifier: AGPL-3.0-only

{{ i18n.ts._mfc.x3Description }}

- +
@@ -195,7 +195,7 @@ SPDX-License-Identifier: AGPL-3.0-only

{{ i18n.ts._mfc.x4Description }}

- +
@@ -205,7 +205,7 @@ SPDX-License-Identifier: AGPL-3.0-only

{{ i18n.ts._mfc.blurDescription }}

- +
@@ -215,7 +215,7 @@ SPDX-License-Identifier: AGPL-3.0-only

{{ i18n.ts._mfc.jellyDescription }}

- +
@@ -225,7 +225,7 @@ SPDX-License-Identifier: AGPL-3.0-only

{{ i18n.ts._mfc.tadaDescription }}

- +
@@ -235,7 +235,7 @@ SPDX-License-Identifier: AGPL-3.0-only

{{ i18n.ts._mfc.jumpDescription }}

- +
@@ -245,7 +245,7 @@ SPDX-License-Identifier: AGPL-3.0-only

{{ i18n.ts._mfc.bounceDescription }}

- +
@@ -255,7 +255,7 @@ SPDX-License-Identifier: AGPL-3.0-only

{{ i18n.ts._mfc.spinDescription }}

- +
@@ -265,7 +265,7 @@ SPDX-License-Identifier: AGPL-3.0-only

{{ i18n.ts._mfc.shakeDescription }}

- +
@@ -275,7 +275,7 @@ SPDX-License-Identifier: AGPL-3.0-only

{{ i18n.ts._mfc.twitchDescription }}

- +
@@ -285,7 +285,7 @@ SPDX-License-Identifier: AGPL-3.0-only

{{ i18n.ts._mfc.rainbowDescription }}

- +
@@ -295,7 +295,7 @@ SPDX-License-Identifier: AGPL-3.0-only

{{ i18n.ts._mfc.sparkleDescription }}

- MFC {{ i18n.ts.sample }} + MFM {{ i18n.ts.sample }}
@@ -305,7 +305,7 @@ SPDX-License-Identifier: AGPL-3.0-only

{{ i18n.ts._mfc.fadeDescription }}

- +
@@ -315,7 +315,7 @@ SPDX-License-Identifier: AGPL-3.0-only

{{ i18n.ts._mfc.rotateDescription }}

- MFC {{ i18n.ts.sample }} + MFM {{ i18n.ts.sample }}
@@ -325,7 +325,7 @@ SPDX-License-Identifier: AGPL-3.0-only

{{ i18n.ts._mfc.positionDescription }}

- +
@@ -335,7 +335,7 @@ SPDX-License-Identifier: AGPL-3.0-only

{{ i18n.ts._mfc.scaleDescription }}

- +
@@ -345,7 +345,7 @@ SPDX-License-Identifier: AGPL-3.0-only

{{ i18n.ts._mfc.fgDescription }}

- +
@@ -355,7 +355,7 @@ SPDX-License-Identifier: AGPL-3.0-only

{{ i18n.ts._mfc.bgDescription }}

- +
@@ -365,7 +365,7 @@ SPDX-License-Identifier: AGPL-3.0-only

{{ i18n.ts._mfc.plainDescription }}

- MFC {{ i18n.ts.sample }} + MFM {{ i18n.ts.sample }}
@@ -375,15 +375,15 @@ SPDX-License-Identifier: AGPL-3.0-only

{{ i18n.ts._mfc.rubyDescription }}

- MFC {{ i18n.ts.sample }} + MFM {{ i18n.ts.sample }}
-
{{ i18n.ts._mfm.border }}
+
{{ i18n.ts._mfc.border }}
-

{{ i18n.ts._mfm.borderDescription }}

+

{{ i18n.ts._mfc.borderDescription }}

MFM {{ i18n.ts.sample }}