Skip to content

Commit

Permalink
✨ Feature(custom): add support for oss-cn-wuhan
Browse files Browse the repository at this point in the history
  • Loading branch information
Kuingsmile committed May 12, 2024
1 parent 9ca0e4b commit 0153991
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/main/manage/utils/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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(张家口)',
Expand Down
2 changes: 1 addition & 1 deletion src/renderer/manage/utils/common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ export const customRenameFormatTable = [
},
{
placeholder: '{str-number}',
description: '10位随机字符串',
description: 'number位随机字符串',
placeholderB: '{filename}',
descriptionB: '原文件名'
}
Expand Down

0 comments on commit 0153991

Please sign in to comment.