[update 88275] 拆分去掉上传gif

This commit is contained in:
danshihao
2024-08-08 10:50:33 +08:00
parent be8f0c4eb1
commit 2a1f53c755
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -518,7 +518,7 @@ module.exports = {
gotIt: 'Got It',
formatRequirement: 'Format requirement',
formatRequirementContentOne: '1.The imported document is in zip format',
formatRequirementContentTwo: '2.The images are in jpg, jpeg, png, gif format',
formatRequirementContentTwo: '2.The images are in jpg, jpeg, png format',
formatRequirementContentThree: '3.The image in the document is displayed in the form of a link in the exported excel, click the link to jump to the specified local file',
formatRequirementContentFour: '4.The table in the document is displayed in the form of a link in the exported excel. Click the link to jump to the specified sheet page',
changePermissions: 'Change permissions',
+1 -1
View File
@@ -518,7 +518,7 @@ module.exports = {
gotIt: '知道了',
formatRequirement: '格式要求',
formatRequirementContentOne: '1.导入的文档是zip格式',
formatRequirementContentTwo: '2.图片为jpg、jpeg、png、gif格式',
formatRequirementContentTwo: '2.图片为jpg、jpeg、png格式',
formatRequirementContentThree: '3.文档中的图片,在导出excel中以链接的形式展示,点击链接跳转到本地指定的文件',
formatRequirementContentFour: '4.文档中的表格,在导出excel中以链接的形式展示,点击链接跳转到指定的sheet页面',
changePermissions: '更改权限',