Browse Source

【PDFull】
1、移除启动AI引导
2、移除阅读页用户反馈按钮

niehaoyu 7 months ago
parent
commit
7a9c8e1bd9

+ 8 - 8
PDF Office/PDF Master/Class/Home/ViewController/KMHomeViewController.swift

@@ -996,14 +996,14 @@ extension KMHomeViewController {
     // MARK: - what's New
     
     func loadNewUserGuide() -> Void {
-        if KMFunctionGuideWindowController.availableShow(.functionMultiAIGuide) {
-            guideWindowVC = KMFunctionGuideWindowController.init(windowNibName: "KMFunctionGuideWindowController")
-            guideWindowVC.type = .functionMulti
-            guideWindowVC.showWindow(nil)
-            guideWindowVC.window?.orderFront(nil)
-            
-            KMFunctionGuideWindowController.setDidShowFor(.functionMultiAIGuide)
-        }
+//        if KMFunctionGuideWindowController.availableShow(.functionMultiAIGuide) {
+//            guideWindowVC = KMFunctionGuideWindowController.init(windowNibName: "KMFunctionGuideWindowController")
+//            guideWindowVC.type = .functionMulti
+//            guideWindowVC.showWindow(nil)
+//            guideWindowVC.window?.orderFront(nil)
+//            
+//            KMFunctionGuideWindowController.setDidShowFor(.functionMultiAIGuide)
+//        }
     }
     
     func checkRepeatTrialExpiredController() -> Void {

+ 2 - 0
PDF Office/PDF Master/Class/PDFWindowController/Side/LeftSide/KMLeftSideViewController.swift

@@ -299,6 +299,8 @@ class KMLeftSideViewController: KMSideViewController {
                 self?.displayGroupedFindViewAnimating(false)
             }
         }
+        
+        self.leftView.helpButton.isHidden = true
         self.leftView.helpButton.coverAction = { [weak self] button, action in
             if action == .enter {
                 self?.userFbHanddler.showUserFbPopView(sender: button)