diff --git a/public/iconfont.css b/public/iconfont.css index 1629b6a..b527e37 100644 --- a/public/iconfont.css +++ b/public/iconfont.css @@ -1,6 +1,6 @@ @font-face { font-family: "iconfont"; /* Project id 4440655 */ - src: url('iconfont.woff2?t=1734508613033') format('woff2'); + src: url('iconfont.woff2?t=1735201425292') format('woff2'); } .iconfont { @@ -11,6 +11,18 @@ -moz-osx-font-smoothing: grayscale; } +.icon-single-click:before { + content: "\e664"; +} + +.icon-wheel-change:before { + content: "\e6ad"; +} + +.icon-double-click:before { + content: "\e6fc"; +} + .icon-i18n:before { content: "\e678"; } diff --git a/public/iconfont.woff2 b/public/iconfont.woff2 index b314552..af436bb 100644 Binary files a/public/iconfont.woff2 and b/public/iconfont.woff2 differ diff --git a/src/components/about/index.vue b/src/components/about/index.vue index 07c47ca..99ab907 100644 --- a/src/components/about/index.vue +++ b/src/components/about/index.vue @@ -1,7 +1,23 @@