mirror of
https://github.com/Kuingsmile/PicList.git
synced 2025-01-22 22:28:14 -05:00
✨ Feature(custom): add support for oss-cn-wuhan
This commit is contained in:
parent
9ca0e4b469
commit
01539918a4
@ -3,6 +3,7 @@ const AliyunAreaCodeName : IStringKeyMap = {
|
||||
'oss-cn-shanghai': '华东2(上海)',
|
||||
'oss-cn-nanjing': '华东5(南京)',
|
||||
'oss-cn-fuzhou': '华东6(福州)',
|
||||
'oss-cn-wuhan': '华中1(武汉)',
|
||||
'oss-cn-qingdao': '华北1(青岛)',
|
||||
'oss-cn-beijing': '华北2(北京)',
|
||||
'oss-cn-zhangjiakou': '华北3(张家口)',
|
||||
|
@ -251,7 +251,7 @@ export const customRenameFormatTable = [
|
||||
},
|
||||
{
|
||||
placeholder: '{str-number}',
|
||||
description: '10位随机字符串',
|
||||
description: 'number位随机字符串',
|
||||
placeholderB: '{filename}',
|
||||
descriptionB: '原文件名'
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user