forked from FoundKeyGang/FoundKey
Improve nya
This commit is contained in:
parent
f56ec82f6b
commit
1f28a0dfeb
1 changed files with 1 additions and 1 deletions
|
@ -340,7 +340,7 @@ export const pack = async (
|
|||
_note = await rap(_note);
|
||||
|
||||
if (_note.user.isCat && _note.text) {
|
||||
_note.text = _note.text.replace(/な/g, 'にゃ').replace(/ナ/g, 'ニャ');
|
||||
_note.text = _note.text.replace(/な/g, 'にゃ').replace(/ナ/g, 'ニャ').replace(/ナ/g, 'ニャ');
|
||||
}
|
||||
|
||||
if (hide) {
|
||||
|
|
Loading…
Reference in a new issue