Explorar el Código

【综合】免费试用AI入口补充

tangchao hace 1 día
padre
commit
13addc594f

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

@@ -658,17 +658,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
     }
 }