From cd9a31662850a5ad0489688f9b85bda77b2fa0bc Mon Sep 17 00:00:00 2001 From: Cell <1024@lruihao.cn> Date: Mon, 30 Dec 2024 11:45:00 +0800 Subject: [PATCH] =?UTF-8?q?Chore:=20=E6=9B=B4=E6=96=B0=E7=BB=84=E4=BB=B6?= =?UTF-8?q?=E5=92=8C=E8=87=AA=E5=AE=9A=E4=B9=89=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- assets/css/_custom.scss | 5 +++++ go.mod | 4 ++-- go.sum | 8 ++++---- 3 files changed, 11 insertions(+), 6 deletions(-) diff --git a/assets/css/_custom.scss b/assets/css/_custom.scss index 5dc5f7b..f7bc18e 100644 --- a/assets/css/_custom.scss +++ b/assets/css/_custom.scss @@ -258,8 +258,13 @@ &:hover { --follow-btn-border-color: #d1d9e0; --follow-btn-bg-color: #eff2f5; + --fa-animation-iteration-count: 0; transition-duration: .1s; + i { + --fa: "\2b"; + } + [data-theme='dark'] & { --follow-btn-border-color: #3d444d; --follow-btn-bg-color: #2f3742; diff --git a/go.mod b/go.mod index daac31e..e40cb2c 100644 --- a/go.mod +++ b/go.mod @@ -3,8 +3,8 @@ module github.com/hugo-fixit/docs go 1.20 require ( - github.com/hugo-fixit/FixIt v0.3.17-0.20241227073812-30a67c4b523b // indirect - github.com/hugo-fixit/cmpt-translate v1.5.1 // indirect + github.com/hugo-fixit/FixIt v0.3.17-0.20241230033233-1e59a684a699 // indirect + github.com/hugo-fixit/cmpt-translate v1.5.2 // indirect github.com/hugo-fixit/component-projects v1.5.3 // indirect github.com/hugo-fixit/shortcode-caniuse v1.2.2 // indirect github.com/hugo-fixit/shortcode-rewards v1.0.5 // indirect diff --git a/go.sum b/go.sum index 33dd2e9..d90f911 100644 --- a/go.sum +++ b/go.sum @@ -1,7 +1,7 @@ -github.com/hugo-fixit/FixIt v0.3.17-0.20241227073812-30a67c4b523b h1:MtJjdg27kAkFmcggkLKfmVEE5GgvwoxeiwwxPuP+VQo= -github.com/hugo-fixit/FixIt v0.3.17-0.20241227073812-30a67c4b523b/go.mod h1:3XIRedrqakO7/a4ZnhE46haMRF8HgsT0N0B5j5D2iRU= -github.com/hugo-fixit/cmpt-translate v1.5.1 h1:99yoO0tcTaYnUjEh0wUjdGWbgwXY3AHZS+n+TqNHb3o= -github.com/hugo-fixit/cmpt-translate v1.5.1/go.mod h1:JZ0STubquTlRgyyGhGPlt2s0KJ1gCa99+P8ltTwQRM4= +github.com/hugo-fixit/FixIt v0.3.17-0.20241230033233-1e59a684a699 h1:cXB2W0RCwFzwdAz9VgC5aJQHbdXS51KNg3Ivhiwqwbk= +github.com/hugo-fixit/FixIt v0.3.17-0.20241230033233-1e59a684a699/go.mod h1:3XIRedrqakO7/a4ZnhE46haMRF8HgsT0N0B5j5D2iRU= +github.com/hugo-fixit/cmpt-translate v1.5.2 h1:A9bldeJk+aaAkDvP6LmOpXnbkW2b53SbI82z9bsjLNs= +github.com/hugo-fixit/cmpt-translate v1.5.2/go.mod h1:JZ0STubquTlRgyyGhGPlt2s0KJ1gCa99+P8ltTwQRM4= github.com/hugo-fixit/component-projects v1.5.3 h1:phKG//aW4sF9CSUn6kJry2ovBGSlJzxF5H7+ZSlemQw= github.com/hugo-fixit/component-projects v1.5.3/go.mod h1:nXW0R37REwpfwUD1I4RtB5QW71vw66nRyB9uEpYxr+c= github.com/hugo-fixit/shortcode-caniuse v1.2.2 h1:cuJVdJ1A0IgJnMQjifCDeRSRxIY0plTgs+wthCbrIls=