Browse Source

Merge branch 'develop_2025' of git.kdan.cc:Mac_PDF/PDF_Office into develop_2025

niehaoyu 1 month ago
parent
commit
ced2c7e837

+ 21 - 0
PDF Office/PDF Master/KMClass/KMPDFViewController/PDFImages.xcassets/doc_scan_3.imageset/Contents.json

@@ -0,0 +1,21 @@
+{
+  "images" : [
+    {
+      "filename" : "doc_scan_3.jpg",
+      "idiom" : "universal",
+      "scale" : "1x"
+    },
+    {
+      "idiom" : "universal",
+      "scale" : "2x"
+    },
+    {
+      "idiom" : "universal",
+      "scale" : "3x"
+    }
+  ],
+  "info" : {
+    "author" : "xcode",
+    "version" : 1
+  }
+}

BIN
PDF Office/PDF Master/KMClass/KMPDFViewController/PDFImages.xcassets/doc_scan_3.imageset/doc_scan_3.jpg


+ 5 - 1
PDF Office/PDF Master/KMClass/NewBatch/View/Setting/Compress/KMBatchCompressView.swift

@@ -53,7 +53,11 @@ class KMBatchCompressView: KMBatchSettingItemView {
     }
     
     override func reloadData() {
-        
+        if KMCompressSettingModel.isSaveCustomData() {
+            self.compressView.model = KMCompressSettingModel(modelsType: .custom)
+        } else {
+            self.compressView.model = KMCompressSettingModel(modelsType: .standard)
+        }
     }
     
     override func bacthProcessingNotification() {