1
0
mirror of https://github.com/fumiama/emozi.git synced 2026-06-18 09:40:45 +08:00

feat(coder): finish decode

This commit is contained in:
源文雨
2024-02-15 15:28:57 +09:00
parent f7cc2d15d0
commit 96223b1b74
10 changed files with 883 additions and 509 deletions

View File

@@ -29,7 +29,7 @@ func main() {
panic(fmt.Sprintf("ERROR: creating gocc: %v", err))
}
_ = os.RemoveAll(emozi.EmoziDatabasePath)
c, err := emozi.NewCoder(false, time.Minute)
c, err := emozi.NewCoder(time.Minute)
if err != nil {
panic(fmt.Sprintf("ERROR: creating emozi coder: %v", err))
}