From e312283ea016630521c972cd42439655759a48a7 Mon Sep 17 00:00:00 2001 From: syuilo <4439005+syuilo@users.noreply.github.com> Date: Fri, 7 Nov 2025 11:03:33 +0900 Subject: enhance(frontend): 投稿フォームのヒントを追加 (#16712) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * wip * wip * Update MkSpot.vue * Update MkPostForm.vue * wip * wip * Update CHANGELOG.md --- packages/frontend/src/tips.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'packages/frontend/src/tips.ts') diff --git a/packages/frontend/src/tips.ts b/packages/frontend/src/tips.ts index 7218f4c19a..8a58e2aa63 100644 --- a/packages/frontend/src/tips.ts +++ b/packages/frontend/src/tips.ts @@ -11,6 +11,7 @@ export const TIPS = [ 'postFormUploader', 'clips', 'userLists', + 'postForm', 'tl.home', 'tl.local', 'tl.social', -- cgit v1.2.3-freya