This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <html lang="zh-CN"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
| <title>批量拼图工具</title> | |
| <script src="https://cdn.jsdelivr.net/npm/jszip@3.10.1/dist/jszip.min.js"></script> | |
| <script src="https://cdn.jsdelivr.net/npm/file-saver@2.0.5/dist/FileSaver.min.js"></script> | |
| <style> | |
| body{margin:20px;font-family:Arial;background:#f5f5f5} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <html lang="zh-CN"> | |
| <head> | |
| <meta charset="utf-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1"/> | |
| <title>批量图片拼图工具 - 零间距带序号水印</title> | |
| <style> | |
| *{box-sizing:border-box;font-family:system-ui, sans-serif;} | |
| body{margin:0;padding:20px;background:#f6f7f9;color:#222;} | |
| .container{max-width:1200px;margin:0 auto;} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <html lang="zh-CN"> | |
| <head> | |
| <meta charset="utf-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1"/> | |
| <title>批量图片拼图工具 - 零间距带序号水印</title> | |
| <style> | |
| *{box-sizing:border-box;font-family:system-ui, sans-serif;} | |
| body{margin:0;padding:20px;background:#f6f7f9;color:#222;} | |
| .container{max-width:1200px;margin:0 auto;} |