2 İşlemeler 39105d4174 ... 8b2eb43543

Yazar SHA1 Mesaj Tarih
  tangchao 8b2eb43543 Merge branch 'develop_PDFReaderProNew_v4.7.0_AppStroe' of git.kdan.cc:Mac_PDF/PDF_Office into develop_PDFReaderProNew_v4.7.0_AppStroe 1 gün önce
  tangchao 13addc594f 【综合】免费试用AI入口补充 1 gün önce

+ 2 - 9
PDF Office/PDF Master/Class/Purchase/DMG/Verification/KMVerificationMessageViewController.m

@@ -668,17 +668,10 @@ NSPopoverDelegate>
         [winC showWindow:nil];
         [winC.window center];
 #else
-        //            self.window?.showWaitingView()
-        // AppStore 免费版本
-        IAPProductsManager *man = [IAPProductsManager defaultManager];
-        [man makeSubProduct:man.aiAllAccessPack12month_lite discount:man.isCancelAutoRenew];
-        
+        [[KMFreeGetAIWC shared] showWindow:nil];
 #endif
 #else
-        // AppStore 付费版
-        //            self.window?.showWaitingView()
-        IAPProductsManager *man = [IAPProductsManager defaultManager];
-        [man makeSubProduct:man.aiAllAccessPack12month_pro discount:man.isCancelAutoRenew];
+        [[KMFreeGetAIWC shared] showWindow:nil];
 #endif
     }
 }