diff options
| author | syuilo <4439005+syuilo@users.noreply.github.com> | 2025-11-07 11:03:33 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-11-07 11:03:33 +0900 |
| commit | e312283ea016630521c972cd42439655759a48a7 (patch) | |
| tree | e01190eadda5b012532ff47af42a7dd3fc6210bc /packages/frontend/src/tips.ts | |
| parent | Update package.json (diff) | |
| download | misskey-e312283ea016630521c972cd42439655759a48a7.tar.gz misskey-e312283ea016630521c972cd42439655759a48a7.tar.bz2 misskey-e312283ea016630521c972cd42439655759a48a7.zip | |
enhance(frontend): 投稿フォームのヒントを追加 (#16712)
* wip
* wip
* Update MkSpot.vue
* Update MkPostForm.vue
* wip
* wip
* Update CHANGELOG.md
Diffstat (limited to 'packages/frontend/src/tips.ts')
| -rw-r--r-- | packages/frontend/src/tips.ts | 1 |
1 files changed, 1 insertions, 0 deletions
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', |