hy-app 0.3.9 → 0.3.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,5 +1,5 @@
1
1
  @use "../../libs/css/mixin.scss" as *;
2
- @use "../../public/font/iconfont.css" as *;
2
+ @use "../../static/font/iconfont.css" as *;
3
3
  @use "../../libs/css/theme" as *;
4
4
 
5
5
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "hy-app",
3
- "version": "0.3.9",
4
- "description": "新增icon图标",
3
+ "version": "0.3.10",
4
+ "description": "修复icon图标不显示",
5
5
  "main": "./index.ts",
6
6
  "private": false,
7
7
  "scripts": {},
@@ -1,8 +1,8 @@
1
1
  @font-face {
2
- font-family: "iconfont"; /* Project id 4305932 */
3
- src: url('iconfont.woff2?t=1757404519817') format('woff2'),
4
- url('iconfont.woff?t=1757404519817') format('woff'),
5
- url('iconfont.ttf?t=1757404519817') format('truetype');
2
+ font-family: 'iconfont'; /* Project id 4305932 */
3
+ src: url('https://at.alicdn.com/t/c/font_4305932_vv9jfh6hbj.woff2?t=1757404491336') format('woff2'),
4
+ url('https://at.alicdn.com/t/c/font_4305932_vv9jfh6hbj.woff?t=1757404491336') format('woff'),
5
+ url('https://at.alicdn.com/t/c/font_4305932_vv9jfh6hbj.ttf?t=1757404491336') format('truetype');
6
6
  }
7
7
 
8
8
  .iconfont {
Binary file
Binary file
Binary file