modify files

This commit is contained in:
2025-07-16 09:09:21 +08:00
parent 5fe5d34888
commit 197dcbfc03
5 changed files with 68 additions and 1 deletions

10
AIGrammar/Info.plist Normal file
View File

@ -0,0 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>UIBackgroundModes</key>
<array>
<string>remote-notification</string>
</array>
</dict>
</plist>

View File

@ -379,7 +379,7 @@ struct TranslateCardView: View {
logger.info("Synthesis succ.")
}, onFailure: { error in
isSynthesizing = false
logger.info("Synthesis error: \(error)")
logger.error("Synthesis error: \(error)")
})
}