浏览代码

【ComPDFKit Conversion】更新至V1.10.2

tangchao 5 月之前
父节点
当前提交
89c37a1d03

二进制
PDF Office/PDF Master/Class/PDFTools/Convert/Library/ComPDFKit_Conversion.framework/Versions/A/ComPDFKit_Conversion


+ 7 - 7
PDF Office/PDF Master/Class/PDFTools/Convert/Library/ComPDFKit_Conversion.framework/Versions/A/Resources/Info.plist

@@ -3,7 +3,7 @@
 <plist version="1.0">
 <dict>
 	<key>BuildMachineOSBuild</key>
-	<string>21G72</string>
+	<string>21E230</string>
 	<key>CFBundleDevelopmentRegion</key>
 	<string>en</string>
 	<key>CFBundleExecutable</key>
@@ -27,19 +27,19 @@
 	<key>DTCompiler</key>
 	<string>com.apple.compilers.llvm.clang.1_0</string>
 	<key>DTPlatformBuild</key>
-	<string>14B47b</string>
+	<string>13A233</string>
 	<key>DTPlatformName</key>
 	<string>macosx</string>
 	<key>DTPlatformVersion</key>
-	<string>13.0</string>
+	<string>11.3</string>
 	<key>DTSDKBuild</key>
-	<string>22A372</string>
+	<string>20E214</string>
 	<key>DTSDKName</key>
-	<string>macosx13.0</string>
+	<string>macosx11.3</string>
 	<key>DTXcode</key>
-	<string>1410</string>
+	<string>1300</string>
 	<key>DTXcodeBuild</key>
-	<string>14B47b</string>
+	<string>13A233</string>
 	<key>LSMinimumSystemVersion</key>
 	<string>10.10</string>
 </dict>

+ 3 - 3
PDF Office/PDF Master/Class/PDFTools/Convert/Library/ComPDFKit_Conversion.framework/Versions/A/_CodeSignature/CodeResources

@@ -214,7 +214,7 @@
 		</data>
 		<key>Resources/Info.plist</key>
 		<data>
-		jPgVBo1563hdISWaPP56WJ8kC5I=
+		VLLlvCi7sU9QLbuLW04gu6vppac=
 		</data>
 		<key>Resources/PDF2Excel.bundle/FPPDFInfo.plist</key>
 		<data>
@@ -2054,11 +2054,11 @@
 		<dict>
 			<key>hash</key>
 			<data>
-			jPgVBo1563hdISWaPP56WJ8kC5I=
+			VLLlvCi7sU9QLbuLW04gu6vppac=
 			</data>
 			<key>hash2</key>
 			<data>
-			rg+2y9CwHPCmL2PVQOSz96R/uGOsdk67X1n2kOjCsuA=
+			icrg5UewLe82axA/wnnnnGN0ZZ3KKXIh03fP4ozxEPg=
 			</data>
 		</dict>
 		<key>Resources/PDF2Excel.bundle/FPPDFInfo.plist</key>

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

@@ -2064,15 +2064,15 @@ extension KMLeftSideViewController: NSOutlineViewDelegate, NSOutlineViewDataSour
     
     func outlineView(_ outlineView: NSOutlineView, heightOfRowByItem item: Any) -> CGFloat {
         if outlineView.isEqual(self.noteOutlineView) {
-//            if let model = item as? KMBotaAnnotationModel {
-//                if model.foldType == .fold {
-//                    return model.foldH
-//                }
-//                if let anno = model.anno {
-//                    return KMBOTAAnnotationTool.fetchCellHeight(annotation: anno, maxSize: CGSize(width: 260+40 - 16, height: 1000))
-//                }
-//            }
-            return 30 + 30
+            if let model = item as? KMBotaAnnotationModel {
+                if model.foldType == .fold {
+                    return model.foldH
+                }
+                if let anno = model.anno {
+                    return KMBOTAAnnotationTool.fetchCellHeight(annotation: anno, maxSize: CGSize(width: 260+40 - 16, height: 1000))
+                }
+            }
+            return 30
         } else if outlineView.isEqual(self.tocOutlineView) {
             if let ol = item as? CPDFOutline {
                 let string: NSString = ol.label as NSString