piclist 0.8.14 → 0.9.1
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/dist/i18n/zh-CN.d.ts +2 -0
- package/dist/index.cjs.js +2 -2
- package/dist/index.esm.js +2 -2
- package/dist/types/index.d.ts +4 -0
- package/package.json +1 -1
package/dist/types/index.d.ts
CHANGED
|
@@ -287,6 +287,10 @@ export interface IUpyunConfig {
|
|
|
287
287
|
path: string;
|
|
288
288
|
/** 加速域名,注意要加 `http://` 或者 `https://` */
|
|
289
289
|
url: string;
|
|
290
|
+
/** 防盗链密钥 */
|
|
291
|
+
antiLeechToken: string;
|
|
292
|
+
/** 防盗链过期时间,单位为秒 */
|
|
293
|
+
expireTime: number;
|
|
290
294
|
}
|
|
291
295
|
/** 腾讯云图床配置项 */
|
|
292
296
|
export interface ITcyunConfig {
|