fix: improve prompt cache tracking

This commit is contained in:
Quorinex
2026-05-11 16:09:48 +08:00
5 changed files with 255 additions and 22 deletions

View File

@@ -136,8 +136,8 @@ type AccountInfo struct {
TrialExpiresAt int64
}
// Version 当前版本号
const Version = "1.0.4"
// Version current version
const Version = "1.0.5"
var (
cfg *Config