1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-30 16:53:59 +02:00

enhance(frontend): ミュート・ロール付与期間を任意の長さに設定できるように (#16766)

* enhance(frontend): ミュートの長さを自由に設定できるように

* enhance(frontend): ロールアサインの長さを自由に設定できるように

* Update Changelog
This commit is contained in:
かっこかり
2025-11-10 15:45:57 +09:00
committed by GitHub
parent 50bbc71098
commit 855a652439
11 changed files with 318 additions and 120 deletions

4
locales/index.d.ts vendored
View File

@@ -3846,6 +3846,10 @@ export interface Locale extends ILocale {
* ミュートする期限
*/
"mutePeriod": string;
/**
* 期限はあくまで目安です。反映が数分遅れる場合があります。
*/
"mutePeriodDescription": string;
/**
* 期限
*/