feat(ui): update auto discovery

This commit is contained in:
songlh
2024-07-26 10:40:37 +08:00
parent 1336a24044
commit e4c3a4bee1
28 changed files with 870 additions and 362 deletions

View File

@@ -5322,9 +5322,9 @@
<pre><code class="language-css"
>@font-face {
font-family: 'iconfont';
src: url('iconfont.woff2?t=1721640768584') format('woff2'),
url('iconfont.woff?t=1721640768584') format('woff'),
url('iconfont.ttf?t=1721640768584') format('truetype');
src: url('iconfont.woff2?t=1721959219377') format('woff2'),
url('iconfont.woff?t=1721959219377') format('woff'),
url('iconfont.ttf?t=1721959219377') format('truetype');
}
</code></pre>
<h3 id="-iconfont-">第二步:定义使用 iconfont 的样式</h3>

View File

@@ -1,8 +1,8 @@
@font-face {
font-family: "iconfont"; /* Project id 3857903 */
src: url('iconfont.woff2?t=1721640768584') format('woff2'),
url('iconfont.woff?t=1721640768584') format('woff'),
url('iconfont.ttf?t=1721640768584') format('truetype');
src: url('iconfont.woff2?t=1721959219377') format('woff2'),
url('iconfont.woff?t=1721959219377') format('woff'),
url('iconfont.ttf?t=1721959219377') format('truetype');
}
.iconfont {

Binary file not shown.