sophhub 0.4.35 → 0.4.36
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -13,6 +13,7 @@ description: Convert a local file path to a downloadable URL (valid for 24 hours
|
|
|
13
13
|
|
|
14
14
|
- **必须**使用脚本输出的 `DOWNLOAD_URL` **完整字符串**(一字不改)填入下文展示模板中的下载链接,或原样写入下游。
|
|
15
15
|
- **禁止**去掉 `?` 及后续查询参数、禁止截取签名片段、禁止尝试「换成更短的裸 URL」或做任何 URL「美化」。
|
|
16
|
+
- 签名 URL 的参数中,**`x-oss-signature-version` 和 `x-oss-credential` 不可省略**,分别为签名算法的版本标识和访问凭证标识,缺失任一参数均会导致签名校验失败。
|
|
16
17
|
- 若裸域名路径在无签名时可访问,那是偶然行为;本 skill **不以裸链为准**,仅以脚本输出的带签名 URL 为准。
|
|
17
18
|
- 向用户展示时沿用下文「转换成功后」的固定格式即可;**不要改模板结构**,只保证链接内容为完整签名 URL。
|
|
18
19
|
|