Skip to content

Commit

Permalink
feat: #1053 新增发布平台 telegra.ph - cookie 验证
Browse files Browse the repository at this point in the history
  • Loading branch information
terwer committed Mar 1, 2024
1 parent 8c528d9 commit da6e5c7
Show file tree
Hide file tree
Showing 40 changed files with 952 additions and 321 deletions.
3 changes: 2 additions & 1 deletion custom.d.ts
Expand Up @@ -24,4 +24,5 @@
*/

declare module "zhi-notion-markdown"
declare module "uuid"
declare module "uuid"
declare module "cookie-parse"
27 changes: 14 additions & 13 deletions package.json
Expand Up @@ -26,15 +26,15 @@
"syncWidgetRepo": "python scripts/sync_widget_repo.py"
},
"devDependencies": {
"@halo-dev/api-client": "^2.12.0",
"@terwer/esbuild-config-custom": "^2.2.0",
"@halo-dev/api-client": "^2.13.0",
"@terwer/esbuild-config-custom": "2.0.0",
"@terwer/eslint-config-custom": "^1.3.6",
"@types/crypto-js": "^4.2.2",
"@types/iframe-resizer": "^3.5.13",
"@types/katex": "^0.16.7",
"@types/lodash": "^4.14.202",
"@types/minimist": "^1.2.5",
"@types/node": "^18.19.19",
"@types/node": "^18.19.21",
"@vitejs/plugin-vue": "^5.0.4",
"@vitest/coverage-v8": "^1.3.1",
"@vue/test-utils": "^2.4.4",
Expand All @@ -48,7 +48,7 @@
"typescript": "^5.3.3",
"unplugin-auto-import": "^0.17.5",
"unplugin-vue-components": "^0.26.0",
"vercel": "^33.5.2",
"vercel": "^33.5.3",
"vite": "^5.1.4",
"vite-plugin-html": "^3.2.2",
"vite-plugin-node-polyfills": "^0.21.0",
Expand All @@ -57,14 +57,15 @@
},
"dependencies": {
"@element-plus/icons-vue": "^2.3.1",
"@iconify/json": "^2.2.187",
"@iconify/json": "^2.2.188",
"@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.5.6",
"element-plus": "^2.6.0",
"gray-matter": "^4.0.3",
"iframe-resizer": "^4.3.9",
"js-base64": "^3.7.7",
Expand All @@ -79,18 +80,18 @@
"unplugin-icons": "^0.18.5",
"uuid": "^9.0.1",
"vue": "^3.4.21",
"vue-i18n": "^9.9.1",
"vue-i18n": "^9.10.1",
"vue-router": "^4.3.0",
"xmlbuilder2": "^3.1.1",
"zhi-blog-api": "^1.55.0",
"zhi-blog-api": "^1.56.1",
"zhi-common": "^1.31.0",
"zhi-device": "^2.10.0",
"zhi-fetch-middleware": "^0.7.18",
"zhi-device": "^2.11.0",
"zhi-fetch-middleware": "^0.8.0",
"zhi-github-middleware": "^0.4.15",
"zhi-gitlab-middleware": "^0.6.25",
"zhi-gitlab-middleware": "^0.6.26",
"zhi-lib-base": "^0.8.0",
"zhi-notion-markdown": "^0.1.4",
"zhi-siyuan-api": "^2.18.2",
"zhi-xmlrpc-middleware": "^0.6.18"
"zhi-siyuan-api": "^2.18.4",
"zhi-xmlrpc-middleware": "^0.6.19"
}
}

0 comments on commit da6e5c7

Please sign in to comment.