This commit is contained in:
2025-11-21 01:59:11 +08:00
parent 6a156d1444
commit f33c00a650
183 changed files with 527 additions and 38818 deletions
+11 -1
View File
@@ -8,9 +8,18 @@ $baseDir = dirname($vendorDir);
return array(
'Composer\\InstalledVersions' => $vendorDir . '/composer/InstalledVersions.php',
'Datamatrix' => $vendorDir . '/tecnickcom/tcpdf/include/barcodes/datamatrix.php',
'Dompdf\\Cpdf' => $vendorDir . '/dompdf/dompdf/lib/Cpdf.php',
'Odf' => $vendorDir . '/cybermonde/odtphp/library/Odf.php',
'OdfException' => $vendorDir . '/cybermonde/odtphp/library/Odf.php',
'PDF417' => $vendorDir . '/tecnickcom/tcpdf/include/barcodes/pdf417.php',
'PclZip' => $vendorDir . '/cybermonde/odtphp/library/zip/pclzip/pclzip.lib.php',
'PclZipProxy' => $vendorDir . '/cybermonde/odtphp/library/zip/PclZipProxy.php',
'PclZipProxyException' => $vendorDir . '/cybermonde/odtphp/library/zip/PclZipProxy.php',
'PhpZipProxy' => $vendorDir . '/cybermonde/odtphp/library/zip/PhpZipProxy.php',
'PhpZipProxyException' => $vendorDir . '/cybermonde/odtphp/library/zip/PhpZipProxy.php',
'QRcode' => $vendorDir . '/tecnickcom/tcpdf/include/barcodes/qrcode.php',
'Segment' => $vendorDir . '/cybermonde/odtphp/library/Segment.php',
'SegmentException' => $vendorDir . '/cybermonde/odtphp/library/Segment.php',
'SegmentIterator' => $vendorDir . '/cybermonde/odtphp/library/SegmentIterator.php',
'TCPDF' => $vendorDir . '/tecnickcom/tcpdf/tcpdf.php',
'TCPDF2DBarcode' => $vendorDir . '/tecnickcom/tcpdf/tcpdf_barcodes_2d.php',
'TCPDFBarcode' => $vendorDir . '/tecnickcom/tcpdf/tcpdf_barcodes_1d.php',
@@ -20,4 +29,5 @@ return array(
'TCPDF_FONT_DATA' => $vendorDir . '/tecnickcom/tcpdf/include/tcpdf_font_data.php',
'TCPDF_IMAGES' => $vendorDir . '/tecnickcom/tcpdf/include/tcpdf_images.php',
'TCPDF_STATIC' => $vendorDir . '/tecnickcom/tcpdf/include/tcpdf_static.php',
'ZipInterface' => $vendorDir . '/cybermonde/odtphp/library/zip/ZipInterface.php',
);