Skip to content

抖音兼容矩阵 · 文件

文件

chooseMessageFile

unsupported

选择会话文件。

抖音目标方法

chooseMessageFile

策略说明

  • 微信:直连 `wx.chooseMessageFile`
  • 抖音:无同等 API,调用时按 unsupported 报错

getFileSystemManager

native

抖音目标方法

getFileSystemManager

策略说明

  • 微信:直连 `wx.getFileSystemManager`
  • 抖音:直连 `tt.getFileSystemManager`

openDocument

unsupported

打开文档。

抖音目标方法

openDocument

策略说明

  • 微信:直连 `wx.openDocument`
  • 抖音:无同等 API,调用时按 unsupported 报错

openVideoEditor

unsupported

打开视频编辑器。

抖音目标方法

openVideoEditor

策略说明

  • 微信:直连 `wx.openVideoEditor`
  • 抖音:无同等 API,调用时按 unsupported 报错

saveFileToDisk

unsupported

保存文件到磁盘。

抖音目标方法

saveFileToDisk

策略说明

  • 微信:直连 `wx.saveFileToDisk`
  • 抖音:无同等 API,调用时按 unsupported 报错

Released under the MIT License.