Skip to content

Commit

Permalink
fix: adapt new picgo plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
terwer committed Mar 30, 2024
1 parent d013385 commit 4ec72a2
Show file tree
Hide file tree
Showing 8 changed files with 1,011 additions and 669 deletions.
1 change: 0 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
<link rel="icon" href="/favicon.ico"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<title>思源笔记发布工具</title>
<%- injectScript %>
</head>
<body>
<div id="app"></div>
Expand Down
38 changes: 19 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,65 +33,65 @@
"@types/iframe-resizer": "^3.5.13",
"@types/katex": "^0.16.7",
"@types/minimist": "^1.2.5",
"@types/node": "^18.19.23",
"@types/node": "^18.19.26",
"@vitejs/plugin-vue": "^5.0.4",
"@vitest/coverage-v8": "^1.3.1",
"@vue/test-utils": "^2.4.4",
"@vitest/coverage-v8": "^1.4.0",
"@vue/test-utils": "^2.4.5",
"esbuild-plugin-copy": "^2.1.1",
"esbuild-style-plugin": "^1.6.3",
"fast-glob": "^3.3.2",
"jsdom": "^24.0.0",
"minimist": "^1.2.8",
"rollup-plugin-livereload": "^2.0.5",
"stylus": "^0.63.0",
"typescript": "^5.4.2",
"typescript": "^5.4.3",
"unplugin-auto-import": "^0.17.5",
"unplugin-vue-components": "^0.26.0",
"vercel": "^33.5.5",
"vite": "^5.1.6",
"vercel": "^33.6.2",
"vite": "^5.2.7",
"vite-plugin-html": "^3.2.2",
"vite-plugin-node-polyfills": "^0.21.0",
"vitest": "^1.3.1",
"vue-tsc": "^2.0.6"
"vitest": "^1.4.0",
"vue-tsc": "^2.0.7"
},
"dependencies": {
"@element-plus/icons-vue": "^2.3.1",
"@iconify/json": "^2.2.191",
"@iconify/json": "^2.2.196",
"@vueuse/components": "^10.9.0",
"@vueuse/core": "^10.9.0",
"chatgpt": "^5.2.5",
"cheerio": "1.0.0-rc.12",
"cookie-parse": "^0.4.0",
"cross-fetch": "^3.1.8",
"crypto-js": "^4.2.0",
"element-plus": "^2.6.1",
"element-plus": "^2.6.3",
"gray-matter": "^4.0.3",
"iframe-resizer": "^4.3.9",
"js-base64": "^3.7.7",
"js-yaml": "^4.1.0",
"katex": "^0.16.9",
"katex": "^0.16.10",
"lodash-es": "^4.17.21",
"pinia": "^2.1.7",
"shorthash2": "^1.0.3",
"simple-xmlrpc": "^1.4.2",
"siyuan": "^0.9.5",
"siyuan-plugin-picgo": "^1.4.4",
"siyuan": "^0.9.6",
"telegraph.md": "^0.0.1",
"unplugin-icons": "^0.18.5",
"uuid": "^9.0.1",
"vue": "^3.4.21",
"vue-i18n": "^9.10.1",
"vue-i18n": "^9.10.2",
"vue-router": "^4.3.0",
"xmlbuilder2": "^3.1.1",
"zhi-blog-api": "^1.56.2",
"zhi-common": "^1.31.0",
"zhi-blog-api": "^1.56.4",
"zhi-common": "^1.33.0",
"zhi-device": "^2.11.0",
"zhi-fetch-middleware": "^0.8.2",
"zhi-github-middleware": "^0.4.15",
"zhi-github-middleware": "^0.4.17",
"zhi-gitlab-middleware": "^0.6.28",
"zhi-lib-base": "^0.8.0",
"zhi-notion-markdown": "^0.1.4",
"zhi-siyuan-api": "^2.18.6",
"zhi-xmlrpc-middleware": "^0.6.19"
"zhi-siyuan-api": "^2.20.0",
"zhi-siyuan-picgo": "1.9.0",
"zhi-xmlrpc-middleware": "^0.6.21"
}
}
Loading

0 comments on commit 4ec72a2

Please sign in to comment.