分别是 视频标题的定义 / 视频对应语言的视频id / 处理成fast.wistia.net的iframe
- https://github.com/LLK/scratch-gui/blob/699671bde59af0e7b023ef0c6ef0c7c2a2ac3808/src/lib/libraries/decks/index.jsx#L63
- https://github.com/LLK/scratch-gui/blob/699671bde59af0e7b023ef0c6ef0c7c2a2ac3808/src/components/cards/cards.jsx#L101
- https://github.com/LLK/scratch-gui/blob/699671bde59af0e7b023ef0c6ef0c7c2a2ac3808/src/lib/libraries/decks/translate-video.js#L8
- add costumes
根据官方的数据结构增加costumes
- add sprite and sprite's costumes in costumes.json
根据官方的数据结构增加sprite,customes数组依赖costumes.json的数据
- addWebStore to add costume 'asset get url' can get the sprite added in costumes.json
增加一个非官方的webstore,保证可以根据costume.json中md5获取到资源
- sprite的缩略图显示需要做一定修改,引导到非官方的url去