chore: add comments
This commit is contained in:
parent
d71043b92b
commit
88de1e82a9
1 changed files with 7 additions and 0 deletions
|
|
@ -16,6 +16,13 @@ export function processUnsounds(input: string): string {
|
|||
);
|
||||
}
|
||||
|
||||
// 여러가지 이상한 소리를 내도록 만드는 프롬프트나
|
||||
// 소리를 지르도록 하는 프롬프트를 필터링 합니다.
|
||||
// 예를들어...
|
||||
// 흐아..하아아..
|
||||
// 아!아!아!아!아!
|
||||
// 흐으..흐아아..헤...하아..
|
||||
// 이런 것들을 단일 단어로 치환합니다. 하지만
|
||||
export function processCensor(input: string): string {
|
||||
return input
|
||||
.replace(
|
||||
|
|
|
|||
Loading…
Reference in a new issue