@@ -376,7 +376,18 @@ class KMProductCompareWC: NSWindowController {
}
} else {
// model.state == .trial
+#if VERSION_FREE
+#if VERSION_DMG
+ // DMG
+
+#else
+ // AppStore 免费版本
+ advancedPlanPurchaseLabel.stringValue = model.getProductPrice(.advancedAddDevicesAllAccessPack12months_pro)
+#endif
+ // AppStore 付费版
advancedPlanPurchaseLabel.stringValue = model.getProductPrice(.fourDevicesAllAccessPackNew12months_lite)