Feature(custom): add support for oss-cn-wuhan

This commit is contained in:
Kuingsmile 2024-05-12 20:12:28 +08:00
parent 9ca0e4b469
commit 01539918a4
2 changed files with 2 additions and 1 deletions

View File

@ -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(张家口)',

View File

@ -251,7 +251,7 @@ export const customRenameFormatTable = [
},
{
placeholder: '{str-number}',
description: '10位随机字符串',
description: 'number位随机字符串',
placeholderB: '{filename}',
descriptionB: '原文件名'
}