pagetype config 接口的默认files.svg字段将删除 #21

Open
opened 2024-12-05 16:14:08 +08:00 by liangyuanpeng · 1 comment

需要迭代到 files.default 字段,

例如

{
  "files":{
    "svg": "https://s3.yunhorn.com/test2/TC_GF_01_mark.svg",
    "default": {
      "type": "url",
      "url": "https://s3.yunhorn.com/test2/TC_GF_01_mark.svg",
      "base64": null,
      "compress": null
    }
  }
}

应使用 files.default 对象的内容 而不是 files.svg.

应该涉及的项目有

  • simplepage
  • fbpage
  • tab

都需要迭代更新

需要迭代到 files.default 字段, 例如 ```json { "files":{ "svg": "https://s3.yunhorn.com/test2/TC_GF_01_mark.svg", "default": { "type": "url", "url": "https://s3.yunhorn.com/test2/TC_GF_01_mark.svg", "base64": null, "compress": null } } } ``` 应使用 files.default 对象的内容 而不是 files.svg. 应该涉及的项目有 - simplepage - fbpage - tab 都需要迭代更新
jeff was assigned by liangyuanpeng 2024-12-05 16:14:13 +08:00
Author
Owner

完成时连接一下对应的PR或commit, 方便记录

完成时连接一下对应的PR或commit, 方便记录
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: smartoilets-front/projects#21
No description provided.