1
0

enhance(frontend): ワードミュートで引っかかったワードを表示可能にする (#15195)

* feat(frontend): ソフトミュートで引っかかったものを表示できるように

* ソフトワードミュートのミュート文字列表示を切り替え可能に

* Chore(docs): Update CHANGELOG

* Fix: language file

* Fixed by review

* Fix by review

* Fix: reloadAskなおしきれていなかった

* perf: filter -> findに変更して最初の一個のみを表示するように変更

* Revert "perf: filter -> findに変更して最初の一個のみを表示するように変更"

This reverts commit 72ef92f0d62828754702cd00e26ad873adb4652f.
This commit is contained in:
taichan
2025-01-14 22:49:59 +09:00
committed by GitHub
parent 87cdbaea4f
commit 9760f3d7c9
7 changed files with 56 additions and 13 deletions
+8
View File
@@ -2762,6 +2762,10 @@ export interface Locale extends ILocale {
*
*/
"hardWordMute": string;
/**
*
*/
"showMutedWord": string;
/**
*
*/
@@ -2782,6 +2786,10 @@ export interface Locale extends ILocale {
* {name}
*/
"userSaysSomething": ParameterizedString<"name">;
/**
* {name}{word}
*/
"userSaysSomethingAbout": ParameterizedString<"name" | "word">;
/**
*
*/