chore: add comments

This commit is contained in:
kimpure 2026-06-06 14:53:30 +00:00
parent d71043b92b
commit 88de1e82a9
No known key found for this signature in database

View file

@ -16,6 +16,13 @@ export function processUnsounds(input: string): string {
);
}
// 여러가지 이상한 소리를 내도록 만드는 프롬프트나
// 소리를 지르도록 하는 프롬프트를 필터링 합니다.
// 예를들어...
// 흐아..하아아..
// 아!아!아!아!아!
// 흐으..흐아아..헤...하아..
// 이런 것들을 단일 단어로 치환합니다. 하지만
export function processCensor(input: string): string {
return input
.replace(