Skip to content

Commit 1cb7676

Browse files
committed
优化图片上传下载逻辑,, 增加对宽度设置的兼容
1 parent 50300ea commit 1cb7676

5 files changed

Lines changed: 367 additions & 384 deletions

File tree

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "custom-image-auto-uploader",
33
"name": "Custom Image Auto Uploader",
4-
"version": "2.7.12",
4+
"version": "2.7.13",
55
"minAppVersion": "1.6.5",
66
"description": "You can batch download images from your notes on desktop, iOS, and Android platforms, and batch upload and save them to a remote server, home NAS, or cloud storage (such as Alibaba Cloud OSS, Amazon S3, Cloudflare R2, MinIO). Additionally, you can stretch, crop, and resize the images.",
77
"author": "HaierKeys",

package.json

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Custom Image Auto Uploader",
3-
"version": "2.7.12",
3+
"version": "2.7.13",
44
"description": "You can upload and save images from your notes to your remote server, home NAS, or sync them to your cloud storage (Alibaba Cloud OSS, Amazon S3, Cloudflare R2).",
55
"main": "main.js",
66
"scripts": {
@@ -13,22 +13,24 @@
1313
"author": "",
1414
"license": "MIT",
1515
"devDependencies": {
16-
"@types/node": "^22.13.5",
17-
"@types/react": "^19.0.10",
18-
"@types/react-dom": "^19.0.4",
19-
"@typescript-eslint/eslint-plugin": "^8.24.1",
20-
"@typescript-eslint/parser": "^8.24.1",
16+
"@codemirror/state": "6.5.0",
17+
"@codemirror/view": "6.38.6",
18+
"@types/node": "^22.19.2",
19+
"@types/react": "^19.2.7",
20+
"@types/react-dom": "^19.2.3",
21+
"@typescript-eslint/eslint-plugin": "^8.49.0",
22+
"@typescript-eslint/parser": "^8.49.0",
2123
"builtin-modules": "^4.0.0",
2224
"esbuild": "^0.24.2",
23-
"obsidian": "^1.8.7",
25+
"obsidian": "^1.11.0",
2426
"tslib": "^2.8.1",
25-
"typescript": "^5.7.3"
27+
"typescript": "^5.9.3"
2628
},
2729
"dependencies": {
2830
"file-type": "^19.6.0",
2931
"image-type": "^5.2.0",
30-
"react": "^19.0.0",
31-
"react-dom": "^19.0.0"
32+
"react": "^19.2.3",
33+
"react-dom": "^19.2.3"
3234
},
3335
"packageManager": "pnpm@9.12.3+sha512.cce0f9de9c5a7c95bef944169cc5dfe8741abfb145078c0d508b868056848a87c81e626246cb60967cbd7fd29a6c062ef73ff840d96b3c86c40ac92cf4a813ee"
3436
}

0 commit comments

Comments
 (0)