mirror of
https://github.com/veops/oneterm.git
synced 2026-09-02 22:56:21 +08:00
feat(ui): update iconfont
This commit is contained in:
@@ -54,6 +54,18 @@
|
||||
<div class="content unicode" style="display: block;">
|
||||
<ul class="icon_lists dib-box">
|
||||
|
||||
<li class="dib">
|
||||
<span class="icon iconfont"></span>
|
||||
<div class="name">oneterm-http</div>
|
||||
<div class="code-name">&#xea26;</div>
|
||||
</li>
|
||||
|
||||
<li class="dib">
|
||||
<span class="icon iconfont"></span>
|
||||
<div class="name">oneterm-https</div>
|
||||
<div class="code-name">&#xea27;</div>
|
||||
</li>
|
||||
|
||||
<li class="dib">
|
||||
<span class="icon iconfont"></span>
|
||||
<div class="name">access_period</div>
|
||||
@@ -6366,9 +6378,9 @@
|
||||
<pre><code class="language-css"
|
||||
>@font-face {
|
||||
font-family: 'iconfont';
|
||||
src: url('iconfont.woff2?t=1752662997091') format('woff2'),
|
||||
url('iconfont.woff?t=1752662997091') format('woff'),
|
||||
url('iconfont.ttf?t=1752662997091') format('truetype');
|
||||
src: url('iconfont.woff2?t=1754222465660') format('woff2'),
|
||||
url('iconfont.woff?t=1754222465660') format('woff'),
|
||||
url('iconfont.ttf?t=1754222465660') format('truetype');
|
||||
}
|
||||
</code></pre>
|
||||
<h3 id="-iconfont-">第二步:定义使用 iconfont 的样式</h3>
|
||||
@@ -6394,6 +6406,24 @@
|
||||
<div class="content font-class">
|
||||
<ul class="icon_lists dib-box">
|
||||
|
||||
<li class="dib">
|
||||
<span class="icon iconfont oneterm-http"></span>
|
||||
<div class="name">
|
||||
oneterm-http
|
||||
</div>
|
||||
<div class="code-name">.oneterm-http
|
||||
</div>
|
||||
</li>
|
||||
|
||||
<li class="dib">
|
||||
<span class="icon iconfont oneterm-https"></span>
|
||||
<div class="name">
|
||||
oneterm-https
|
||||
</div>
|
||||
<div class="code-name">.oneterm-https
|
||||
</div>
|
||||
</li>
|
||||
|
||||
<li class="dib">
|
||||
<span class="icon iconfont ops-oneterm-access_period"></span>
|
||||
<div class="name">
|
||||
@@ -15862,6 +15892,22 @@
|
||||
<div class="content symbol">
|
||||
<ul class="icon_lists dib-box">
|
||||
|
||||
<li class="dib">
|
||||
<svg class="icon svg-icon" aria-hidden="true">
|
||||
<use xlink:href="#oneterm-http"></use>
|
||||
</svg>
|
||||
<div class="name">oneterm-http</div>
|
||||
<div class="code-name">#oneterm-http</div>
|
||||
</li>
|
||||
|
||||
<li class="dib">
|
||||
<svg class="icon svg-icon" aria-hidden="true">
|
||||
<use xlink:href="#oneterm-https"></use>
|
||||
</svg>
|
||||
<div class="name">oneterm-https</div>
|
||||
<div class="code-name">#oneterm-https</div>
|
||||
</li>
|
||||
|
||||
<li class="dib">
|
||||
<svg class="icon svg-icon" aria-hidden="true">
|
||||
<use xlink:href="#ops-oneterm-access_period"></use>
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
@font-face {
|
||||
font-family: "iconfont"; /* Project id 3857903 */
|
||||
src: url('iconfont.woff2?t=1752662997091') format('woff2'),
|
||||
url('iconfont.woff?t=1752662997091') format('woff'),
|
||||
url('iconfont.ttf?t=1752662997091') format('truetype');
|
||||
src: url('iconfont.woff2?t=1754222465660') format('woff2'),
|
||||
url('iconfont.woff?t=1754222465660') format('woff'),
|
||||
url('iconfont.ttf?t=1754222465660') format('truetype');
|
||||
}
|
||||
|
||||
.iconfont {
|
||||
@@ -13,6 +13,14 @@
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
}
|
||||
|
||||
.oneterm-http:before {
|
||||
content: "\ea26";
|
||||
}
|
||||
|
||||
.oneterm-https:before {
|
||||
content: "\ea27";
|
||||
}
|
||||
|
||||
.ops-oneterm-access_period:before {
|
||||
content: "\ea25";
|
||||
}
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -5,6 +5,20 @@
|
||||
"css_prefix_text": "",
|
||||
"description": "",
|
||||
"glyphs": [
|
||||
{
|
||||
"icon_id": "45069619",
|
||||
"name": "oneterm-http",
|
||||
"font_class": "oneterm-http",
|
||||
"unicode": "ea26",
|
||||
"unicode_decimal": 59942
|
||||
},
|
||||
{
|
||||
"icon_id": "45069616",
|
||||
"name": "oneterm-https",
|
||||
"font_class": "oneterm-https",
|
||||
"unicode": "ea27",
|
||||
"unicode_decimal": 59943
|
||||
},
|
||||
{
|
||||
"icon_id": "44939355",
|
||||
"name": "access_period",
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user