@@ -874,8 +874,14 @@ import Cocoa
if IAPProductsManager.default().aiAllAccessPack1month_pro.isSubscribed {
return true
}
+ if AIInfoManager.default().aiInfo.totalToken - AIInfoManager.default().aiInfo.usedTimes > 0 {
+ return true
+ }
return false
} else {
#endif