Skip to content

Commit 636596a

Browse files
committed
✨ Feature: update manage config page reflink
1 parent bfbfef1 commit 636596a

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

src/renderer/manage/utils/constants.ts

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ export const supportedPicBedList: IStringKeyMap = {
9090
},
9191
explain: $T('MANAGE_CONSTANT_SMMS_EXPLAIN'),
9292
options: ['alias', 'token', 'paging'],
93-
refLink: 'https://pichoro.horosama.com/#/PicHoroDocs/configure?id=%e5%8f%82%e6%95%b0%e8%af%b4%e6%98%8e-6',
93+
refLink: 'https://piclist.cn/manage.html#smms',
9494
referenceText: $T('MANAGE_CONSTANT_SMMS_REFER_TEXT')
9595
},
9696
qiniu: {
@@ -160,7 +160,7 @@ export const supportedPicBedList: IStringKeyMap = {
160160
},
161161
explain: $T('MANAGE_CONSTANT_QINIU_EXPLAIN'),
162162
options: ['alias', 'accessKey', 'secretKey', 'bucketName', 'baseDir', 'isAutoCustomUrl', 'paging', 'itemsPerPage'],
163-
refLink: 'https://pichoro.horosama.com/#/PicHoroDocs/configure?id=%e5%8f%82%e6%95%b0%e8%af%b4%e6%98%8e-3',
163+
refLink: 'https://piclist.cn/manage.html#%E4%B8%83%E7%89%9B%E4%BA%91',
164164
referenceText: $T('MANAGE_CONSTANT_QINIU_REFER_TEXT')
165165
},
166166
github: {
@@ -265,7 +265,7 @@ export const supportedPicBedList: IStringKeyMap = {
265265
},
266266
explain: $T('MANAGE_CONSTANT_GITHUB_EXPLAIN'),
267267
options: ['alias', 'token', 'githubUsername', 'proxy', 'customUrl'],
268-
refLink: 'https://pichoro.horosama.com/#/PicHoroDocs/configure?id=%e5%8f%82%e6%95%b0%e8%af%b4%e6%98%8e-9',
268+
refLink: 'https://piclist.cn/manage.html#github',
269269
referenceText: $T('MANAGE_CONSTANT_GITHUB_REFER_TEXT')
270270
},
271271
aliyun: {
@@ -335,7 +335,7 @@ export const supportedPicBedList: IStringKeyMap = {
335335
},
336336
explain: $T('MANAGE_CONSTANT_ALIYUN_EXPLAIN'),
337337
options: ['alias', 'accessKeyId', 'accessKeySecret', 'bucketName', 'baseDir', 'isAutoCustomUrl', 'paging', 'itemsPerPage'],
338-
refLink: 'https://pichoro.horosama.com/#/PicHoroDocs/configure?id=%e5%8f%82%e6%95%b0%e8%af%b4%e6%98%8e-1',
338+
refLink: 'https://piclist.cn/manage.html#%E9%98%BF%E9%87%8C%E4%BA%91oss',
339339
referenceText: $T('MANAGE_CONSTANT_ALIYUN_REFER_TEXT')
340340
},
341341
tcyun: {
@@ -413,7 +413,7 @@ export const supportedPicBedList: IStringKeyMap = {
413413
},
414414
explain: $T('MANAGE_CONSTANT_TENCENT_EXPLAIN'),
415415
options: ['alias', 'secretId', 'secretKey', 'appId', 'bucketName', 'baseDir', 'isAutoCustomUrl', 'paging', 'itemsPerPage'],
416-
refLink: 'https://pichoro.horosama.com/#/PicHoroDocs/configure?id=%e5%8f%82%e6%95%b0%e8%af%b4%e6%98%8e-2',
416+
refLink: 'https://piclist.cn/manage.html#%E8%85%BE%E8%AE%AF%E4%BA%91',
417417
referenceText: $T('MANAGE_CONSTANT_TENCENT_REFER_TEXT')
418418
},
419419
upyun: {
@@ -512,7 +512,7 @@ export const supportedPicBedList: IStringKeyMap = {
512512
},
513513
explain: $T('MANAGE_CONSTANT_UPYUN_EXPLAIN'),
514514
options: ['alias', 'bucketName', 'operator', 'password', 'baseDir', 'customUrl', 'paging', 'itemsPerPage'],
515-
refLink: 'https://pichoro.horosama.com/#/PicHoroDocs/configure?id=%e5%8f%82%e6%95%b0%e8%af%b4%e6%98%8e-4',
515+
refLink: 'https://piclist.cn/manage.html#%E5%8F%88%E6%8B%8D%E4%BA%91',
516516
referenceText: $T('MANAGE_CONSTANT_UPYUN_REFER_TEXT')
517517
},
518518
imgur: {
@@ -552,7 +552,7 @@ export const supportedPicBedList: IStringKeyMap = {
552552
},
553553
explain: $T('MANAGE_CONSTANT_IMGUR_EXPLAIN'),
554554
options: ['alias', 'imgurUserName', 'accessToken', 'proxy'],
555-
refLink: 'https://pichoro.horosama.com/#/PicHoroDocs/configure?id=imgur%e5%9b%be%e5%ba%8a-1',
555+
refLink: 'https://piclist.cn/manage.html#imgur',
556556
referenceText: $T('MANAGE_CONSTANT_IMGUR_REFER_TEXT')
557557
},
558558
s3plist: {
@@ -667,7 +667,7 @@ export const supportedPicBedList: IStringKeyMap = {
667667
},
668668
explain: $T('MANAGE_CONSTANT_S3_EXPLAIN'),
669669
options: ['alias', 'accessKeyId', 'secretAccessKey', 'endpoint', 'sslEnabled', 's3ForcePathStyle', 'proxy', 'aclForUpload', 'bucketName', 'baseDir', 'dogeCloudSupport', 'paging', 'itemsPerPage'],
670-
refLink: 'https://github.com/wayjam/picgo-plugin-s3',
670+
refLink: 'https://piclist.cn/manage.html#s3',
671671
referenceText: $T('MANAGE_CONSTANT_S3_REFER_TEXT')
672672
},
673673
webdavplist: {
@@ -769,7 +769,7 @@ export const supportedPicBedList: IStringKeyMap = {
769769
},
770770
explain: $T('MANAGE_CONSTANT_WEBDAV_EXPLAIN'),
771771
options: ['alias', 'endpoint', 'username', 'password', 'bucketName', 'baseDir', 'customUrl', 'webPath', 'proxy', 'sslEnabled'],
772-
refLink: 'https://pichoro.horosama.com/#/PicHoroDocs/configure?id=webdav',
772+
refLink: 'https://piclist.cn/manage.html#webdav',
773773
referenceText: $T('MANAGE_CONSTANT_WEBDAV_REFER_TEXT')
774774
},
775775
local: {
@@ -846,7 +846,7 @@ export const supportedPicBedList: IStringKeyMap = {
846846
},
847847
explain: $T('MANAGE_CONSTANT_LOCAL_EXPLAIN'),
848848
options: ['alias', 'baseDir', 'customUrl', 'bucketName', 'webPath'],
849-
refLink: 'https://piclist.cn',
849+
refLink: 'https://piclist.cn/manage.html#%E6%9C%AC%E5%9C%B0%E5%AD%98%E5%82%A8',
850850
referenceText: $T('MANAGE_CONSTANT_LOCAL_REFER_TEXT')
851851
},
852852
sftp: {
@@ -980,7 +980,7 @@ export const supportedPicBedList: IStringKeyMap = {
980980
},
981981
explain: $T('MANAGE_CONSTANT_SFTP_EXPLAIN'),
982982
options: ['alias', 'host', 'port', 'username', 'password', 'privateKey', 'passphrase', 'fileMode', 'dirMode', 'baseDir', 'customUrl', 'bucketName', 'webPath'],
983-
refLink: 'https://github.com/imba97/picgo-plugin-sftp-uploader',
983+
refLink: 'https://piclist.cn/manage.html#sftp',
984984
referenceText: $T('MANAGE_CONSTANT_SFTP_REFER_TEXT')
985985
}
986986
}

0 commit comments

Comments
 (0)