apptools-lab / AppWorks

🐻 基于 VS Code 插件的前端研发工具集,站点国内镜像:https://apptools.gitee.io
https://appworks.site/
MIT License
993 stars 180 forks source link

iceworks sync成功,但是url 404 #968

Closed gccdChen closed 2 years ago

gccdChen commented 2 years ago

执行 'iceworks sync' 后

iceworks CLI: 3.4.7
✔ 物料上传完成!

info Sync: 物料上传完成,可以在 iceworks 中添加自定义物料使用啦!
info 物料地址: https://fusion.design/api/v1/sites/18415/materials

但数据协议返回的url有问题 例如,

homepage": "https://mc.fusion.design/unpkg/@gccd/example-block@0.1.0/build/index.html",

访问是404

materials.json 中对应是

https://unpkg.com/@gccd/example-block@0.1.0/build/index.html

sync 会做什么操作呢?