Moonofweisheng / wot-design-uni

一个基于Vue3+TS开发的uni-app组件库,提供70+高质量组件,支持暗黑模式、国际化和自定义主题。
https://wot-design-uni.pages.dev
MIT License
691 stars 101 forks source link

[Bug 上报] wd-icon 图标在非 http\https 协议中无法显示 #415

Closed mqyun closed 1 week ago

mqyun commented 1 week ago

Wot Design Uni 版本号

1.3.0

平台

h5

复现Demo地址

重现步骤

image 组件依赖的字体库取的是当前环境的协议头,如果运行环境是 file 协议的话,这个资源引用报错。

期望的结果是什么?

能正常展示 icon

实际的结果是什么?

不能正常展示 icon

环境信息

No response

其他补充信息

No response

PdxLook commented 1 week ago

重新跟新一下代码,已经修复为https了

Moonofweisheng commented 1 week ago

重新跟新一下代码,已经修复为https了

今晚发补丁

Moonofweisheng commented 1 week ago

1.3.1支持此功能