fixed: 修复无法创建新内容的bug

This commit is contained in:
piexlMax(奇淼 2024-12-26 15:16:58 +08:00
parent 8b93ede959
commit d19e446416
1 changed files with 0 additions and 1 deletions

View File

@ -33,5 +33,4 @@ func (c *Writer) Printf(message string, data ...any) {
}
return
}
c.writer.Printf(message, data...)
}