piclist 0.8.5 → 0.8.7
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 +21 -0
- package/dist/index.cjs.js +2 -2
- package/dist/index.esm.js +2 -2
- package/dist/plugins/uploader/sftp.d.ts +2 -0
- package/dist/types/index.d.ts +15 -0
- package/dist/utils/sshClient.d.ts +16 -0
- package/package.json +3 -3
package/dist/i18n/zh-CN.d.ts
CHANGED
|
@@ -103,6 +103,27 @@ export declare const ZH_CN: {
|
|
|
103
103
|
PICBED_WEBDAVPLIST_MESSAGE_PATH: string;
|
|
104
104
|
PICBED_WEBDAVPLIST_MESSAGE_WEBSITE_PATH: string;
|
|
105
105
|
PICBED_WEBDAVPLIST_MESSAGE_CUSTOMURL: string;
|
|
106
|
+
PICBED_SFTPPLIST: string;
|
|
107
|
+
PICBED_SFTPPLIST_HOST: string;
|
|
108
|
+
PICBED_SFTPPLIST_PORT: string;
|
|
109
|
+
PICBED_SFTPPLIST_USERNAME: string;
|
|
110
|
+
PICBED_SFTPPLIST_PASSWORD: string;
|
|
111
|
+
PICBED_SFTPPLIST_PRIVATEKEY: string;
|
|
112
|
+
PICBED_SFTPPLIST_PRIVATEKEY_PASSPHRASE: string;
|
|
113
|
+
PICBED_SFTPPLIST_UPLOADPATH: string;
|
|
114
|
+
PICBED_SFTPPLIST_CUSTOMURL: string;
|
|
115
|
+
PICBED_SFTPPLIST_WEBSITE_PATH: string;
|
|
116
|
+
PICBED_SFTPPLIST_FILE_USER: string;
|
|
117
|
+
PICBED_SFTPPLIST_FILE_MODE: string;
|
|
118
|
+
PICBED_SFTPPLIST_MESSAGE_HOST: string;
|
|
119
|
+
PICBED_SFTPPLIST_MESSAGE_PORT: string;
|
|
120
|
+
PICBED_SFTPPLIST_MESSAGE_PRIVATEKEY: string;
|
|
121
|
+
PICBED_SFTPPLIST_MESSAGE_PRIVATEKEY_PASSPHRASE: string;
|
|
122
|
+
PICBED_SFTPPLIST_MESSAGE_UPLOADPATH: string;
|
|
123
|
+
PICBED_SFTPPLIST_MESSAGE_CUSTOMURL: string;
|
|
124
|
+
PICBED_SFTPPLIST_MESSAGE_WEBSITE_PATH: string;
|
|
125
|
+
PICBED_SFTPPLIST_MESSAGE_FILE_USER: string;
|
|
126
|
+
PICBED_SFTPPLIST_MESSAGE_FILE_MODE: string;
|
|
106
127
|
BUILDIN_WATERMARK_ISADDWATERMARK: string;
|
|
107
128
|
BUILDIN_WATERMARK_MESSAGE_ISADDWATERMARK: string;
|
|
108
129
|
BUILDIN_WATERMARK_WATERMARKTYPE: string;
|