piclist 1.7.6 → 1.7.8
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 +27 -0
- package/dist/index.cjs.js +2 -2
- package/dist/index.esm.js +2 -2
- package/dist/plugins/uploader/awss3plist.d.ts +2 -0
- package/dist/plugins/uploader/s3/uploader.d.ts +28 -0
- package/dist/plugins/uploader/s3/utils.d.ts +10 -0
- package/dist/types/index.d.ts +17 -0
- package/package.json +9 -1
package/dist/i18n/zh-CN.d.ts
CHANGED
|
@@ -90,6 +90,7 @@ export declare const ZH_CN: {
|
|
|
90
90
|
PICBED_UPYUN_PATH: string;
|
|
91
91
|
PICBED_UPYUN_URL: string;
|
|
92
92
|
PICBED_UPYUN_OPTIONS: string;
|
|
93
|
+
PICBED_UPYUN_ENDPOINT: string;
|
|
93
94
|
PICBED_UPYUN_ANTI_LEECH_TOKEN: string;
|
|
94
95
|
PICBED_UPYUN_EXPIRE_TIME: string;
|
|
95
96
|
PICBED_UPYUN_MESSAGE_OPERATOR: string;
|
|
@@ -97,6 +98,7 @@ export declare const ZH_CN: {
|
|
|
97
98
|
PICBED_UPYUN_MESSAGE_URL: string;
|
|
98
99
|
PICBED_UPYUN_MESSAGE_OPTIONS: string;
|
|
99
100
|
PICBED_UPYUN_MESSAGE_PATH: string;
|
|
101
|
+
PICBED_UPYUN_MESSAGE_ENDPOINT: string;
|
|
100
102
|
PICBED_WEBDAVPLIST: string;
|
|
101
103
|
PICBED_WEBDAVPLIST_HOST: string;
|
|
102
104
|
PICBED_WEBDAVPLIST_SSLENABLED: string;
|
|
@@ -157,6 +159,31 @@ export declare const ZH_CN: {
|
|
|
157
159
|
PICBED_LSKY_MESSAGE_ALBUM_ID: string;
|
|
158
160
|
PICBED_LSKY_PERMISSION: string;
|
|
159
161
|
PICBED_LSKY_MESSAGE_PERMISSION: string;
|
|
162
|
+
PICBED_AWSS3PLIST: string;
|
|
163
|
+
PICBED_AWSS3PLIST_ACCESSKEYID: string;
|
|
164
|
+
PICBED_AWSS3PLIST_SECRET_ACCESSKEY: string;
|
|
165
|
+
PICBED_AWSS3PLIST_BUCKET: string;
|
|
166
|
+
PICBED_AWSS3PLIST_REGION: string;
|
|
167
|
+
PICBED_AWSS3PLIST_UPLOADPATH: string;
|
|
168
|
+
PICBED_AWSS3PLIST_ENDPOINT: string;
|
|
169
|
+
PICBED_AWSS3PLIST_PROXY: string;
|
|
170
|
+
PICBED_AWSS3PLIST_URLPREFIX: string;
|
|
171
|
+
PICBED_AWSS3PLIST_PATHSTYLEACCESS: string;
|
|
172
|
+
PICBED_AWSS3PLIST_REJECTUNAUTHORIZED: string;
|
|
173
|
+
PICBED_AWSS3PLIST_ACL: string;
|
|
174
|
+
PICBED_AWSS3PLIST_DISABLEBUCKETPREFIXTOURL: string;
|
|
175
|
+
PICBED_AWSS3PLIST_MESSAGE_ACCESSKEYID: string;
|
|
176
|
+
PICBED_AWSS3PLIST_MESSAGE_SECRET_ACCESSKEY: string;
|
|
177
|
+
PICBED_AWSS3PLIST_MESSAGE_BUCKET: string;
|
|
178
|
+
PICBED_AWSS3PLIST_MESSAGE_REGION: string;
|
|
179
|
+
PICBED_AWSS3PLIST_MESSAGE_UPLOADPATH: string;
|
|
180
|
+
PICBED_AWSS3PLIST_MESSAGE_ENDPOINT: string;
|
|
181
|
+
PICBED_AWSS3PLIST_MESSAGE_PROXY: string;
|
|
182
|
+
PICBED_AWSS3PLIST_MESSAGE_URLPREFIX: string;
|
|
183
|
+
PICBED_AWSS3PLIST_MESSAGE_PATHSTYLEACCESS: string;
|
|
184
|
+
PICBED_AWSS3PLIST_MESSAGE_REJECTUNAUTHORIZED: string;
|
|
185
|
+
PICBED_AWSS3PLIST_MESSAGE_ACL: string;
|
|
186
|
+
PICBED_AWSS3PLIST_MESSAGE_DISABLEBUCKETPREFIXTOURL: string;
|
|
160
187
|
BUILDIN_WATERMARK_ISADDWATERMARK: string;
|
|
161
188
|
BUILDIN_WATERMARK_MESSAGE_ISADDWATERMARK: string;
|
|
162
189
|
BUILDIN_WATERMARK_WATERMARKTYPE: string;
|