Skip to content

Commit

Permalink
fix: #1109 support telegra.ph both login user and anonymous
Browse files Browse the repository at this point in the history
  • Loading branch information
terwer committed Apr 8, 2024
1 parent 99c9b28 commit 224d7fc
Show file tree
Hide file tree
Showing 14 changed files with 553 additions and 411 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -59,7 +59,7 @@ configuration.
| Blog | Typecho || Compatible || Compatible || Supported | Bundled Proxy | No | [Official Website](https://typecho.org/) |
| Blog | Jvue || Compatible || Compatible || Supported | Bundled Proxy | No | [Official Website](https://github.com/terwer/jvue) |
| Blog | WordPress || Compatible || Compatible || Supported | Bundled Proxy | No | [Official Website](https://wordpress.org/) |
| Blog | WordPress.com || Compatible || Compatible || Supported | Bundled Proxy | No | [Official Website](https://wordpress.com) |
| Blog | WordPress.com || Compatible || Compatible || Supported | Custom Proxy | Custom Proxy | [Official Website](https://wordpress.com) |
| Social Media | Zhihu || Fully Compatible || Requires PC Auth || Supported | Bundled Proxy | No | [Official Website](https://www.zhihu.com/) |
| Social Media | CSDN || Fully Compatible || Requires PC Auth || Supported | Bundled Proxy | No | [Official Website](https://www.csdn.net/) |
| Social Media | WeChat Official Account || Fully Compatible || Requires PC Auth || Supported | Bundled Proxy | No | [Official Website](https://mp.weixin.qq.com/) |
Expand Down
2 changes: 1 addition & 1 deletion README_zh_CN.md
Expand Up @@ -56,7 +56,7 @@
| 博客 | Typecho || 完全兼容 || 完全兼容 || 支持 | 内置代理 | 不需要 | [官网](https://typecho.org/) |
| 博客 | Jvue || 完全兼容 || 完全兼容 || 支持 | 内置代理 | 不需要 | [官网](https://github.com/terwer/jvue) |
| 博客 | WordPress || 完全兼容 || 完全兼容 || 支持 | 内置代理 | 不需要 | [官网](https://wordpress.org/) |
| 博客 | WordPress.com || 完全兼容 || 完全兼容 || 支持 | 内置代理 | 不需要 | [官网](https://wordpress.com) |
| 博客 | WordPress.com || 完全兼容 || 完全兼容 || 支持 | 自建代理 | 自建代理 | [官网](https://wordpress.com) |
| 社交媒体 | 知乎 || 完全兼容 || PC 验证 || 支持 | 内置代理 | 不需要 | [官网](https://www.zhihu.com/) |
| 社交媒体 | CSDN || 完全兼容 || PC 验证 || 支持 | 内置代理 | 不需要 | [官网](https://www.csdn.net/) |
| 社交媒体 | 微信公众号 || 完全兼容 || PC 验证 || 支持 | 内置代理 | 不需要 | [官网](https://mp.weixin.qq.com/) |
Expand Down
22 changes: 11 additions & 11 deletions package.json
Expand Up @@ -26,14 +26,14 @@
"syncWidgetRepo": "python scripts/sync_widget_repo.py"
},
"devDependencies": {
"@halo-dev/api-client": "^2.13.0",
"@halo-dev/api-client": "^2.14.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/minimist": "^1.2.5",
"@types/node": "^18.19.28",
"@types/node": "^18.19.30",
"@vitejs/plugin-vue": "^5.0.4",
"@vitest/coverage-v8": "^1.4.0",
"@vue/test-utils": "^2.4.5",
Expand All @@ -44,19 +44,19 @@
"minimist": "^1.2.8",
"rollup-plugin-livereload": "^2.0.5",
"stylus": "^0.63.0",
"typescript": "^5.4.3",
"typescript": "^5.4.4",
"unplugin-auto-import": "^0.17.5",
"unplugin-vue-components": "^0.26.0",
"vercel": "^33.6.2",
"vite": "^5.2.7",
"vercel": "^33.7.0",
"vite": "^5.2.8",
"vite-plugin-html": "^3.2.2",
"vite-plugin-node-polyfills": "^0.21.0",
"vitest": "^1.4.0",
"vue-tsc": "^2.0.7"
"vue-tsc": "^2.0.11"
},
"dependencies": {
"@element-plus/icons-vue": "^2.3.1",
"@iconify/json": "^2.2.196",
"@iconify/json": "^2.2.198",
"@vueuse/components": "^10.9.0",
"@vueuse/core": "^10.9.0",
"chatgpt": "^5.2.5",
Expand All @@ -74,23 +74,23 @@
"pinia": "^2.1.7",
"shorthash2": "^1.0.3",
"simple-xmlrpc": "^1.4.2",
"siyuan": "^0.9.6",
"siyuan": "^0.9.7",
"telegraph.md": "^0.0.1",
"unplugin-icons": "^0.18.5",
"uuid": "^9.0.1",
"vue": "^3.4.21",
"vue-i18n": "^9.10.2",
"vue-i18n": "^9.11.0",
"vue-router": "^4.3.0",
"xmlbuilder2": "^3.1.1",
"zhi-blog-api": "^1.63.0",
"zhi-blog-api": "^1.65.0",
"zhi-common": "^1.33.0",
"zhi-device": "^2.11.0",
"zhi-fetch-middleware": "^0.12.0",
"zhi-github-middleware": "^0.5.0",
"zhi-gitlab-middleware": "^0.10.0",
"zhi-lib-base": "^0.8.0",
"zhi-notion-markdown": "^0.1.4",
"zhi-siyuan-api": "^2.20.7",
"zhi-siyuan-api": "^2.20.9",
"zhi-siyuan-picgo": "1.9.0",
"zhi-xmlrpc-middleware": "^0.6.21"
}
Expand Down

0 comments on commit 224d7fc

Please sign in to comment.