mirror of
				https://codeberg.org/yeentown/barkey.git
				synced 2025-11-04 07:24:13 +00:00 
			
		
		
		
	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);
 | 
						_note = await rap(_note);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	if (_note.user.isCat && _note.text) {
 | 
						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) {
 | 
						if (hide) {
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue