This repository was archived by the owner on Jul 26, 2023. It is now read-only.
Replies: 1 comment 1 reply
-
Vercel 版本的文件直链是在 Serverless 部分实现的,跟原版有较大的不同,沿用原版链接格式实现极为不方便,估计是不会向前兼容了。(另外原版也不是不能用。如果替换起来实在麻烦其实原版依旧可以留着,换个域名部署新版。) |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
之前onedrive-cf-index的方式是直接在链接后面加
?raw
我注意到vercel的这个版本是
域名
/api?path=文件路径
&raw=true这导致我之前按照
?raw
方式作为的图床链接全部失效,而且也不好直接让之前Cloudflare的域名直接用重定向的方式到vercel域名来使之前的外链图重新生效。Beta Was this translation helpful? Give feedback.
All reactions