Skip to content

Commit

Permalink
Feat: 修复自动翻译组件 BUG
Browse files Browse the repository at this point in the history
  • Loading branch information
Lruihao committed Dec 4, 2024
1 parent a92a1c1 commit 9495877
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions config/_default/params.toml
Original file line number Diff line number Diff line change
Expand Up @@ -756,10 +756,10 @@ disableThemeInject = false
"inject/shortcode-rewards.html",
]
menuDesktop = [
'inject/translate-menu-desktop.html',
"inject/translate-menu-desktop.html",
]
menuMobile = [
'inject/translate-menu-mobile.html',
"inject/translate-menu-mobile.html",
]
profile = [
"custom/profile.html",
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.20

require (
github.com/hugo-fixit/FixIt v0.3.16-0.20241203093028-ac4418e24e70 // indirect
github.com/hugo-fixit/cmpt-translate v1.0.0 // indirect
github.com/hugo-fixit/cmpt-translate v1.0.1 // indirect
github.com/hugo-fixit/component-projects v1.4.1 // indirect
github.com/hugo-fixit/shortcode-caniuse v1.1.3 // indirect
github.com/hugo-fixit/shortcode-rewards v1.0.4 // indirect
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
github.com/hugo-fixit/FixIt v0.3.16-0.20241203093028-ac4418e24e70 h1:S0iSc/RBkisVf25Vt5FRg2NmJNXLzgGeS4nIbtmAd0c=
github.com/hugo-fixit/FixIt v0.3.16-0.20241203093028-ac4418e24e70/go.mod h1:3XIRedrqakO7/a4ZnhE46haMRF8HgsT0N0B5j5D2iRU=
github.com/hugo-fixit/cmpt-translate v1.0.0 h1:litswWRiYJpM8aMgJZz4Ze3EelGcOhOvN3iMytbcgEw=
github.com/hugo-fixit/cmpt-translate v1.0.0/go.mod h1:JZ0STubquTlRgyyGhGPlt2s0KJ1gCa99+P8ltTwQRM4=
github.com/hugo-fixit/cmpt-translate v1.0.1 h1:bOJgY815tqnzv4SLh4CUD6SO4H6+gZnDSzYYnAGa5Pk=
github.com/hugo-fixit/cmpt-translate v1.0.1/go.mod h1:JZ0STubquTlRgyyGhGPlt2s0KJ1gCa99+P8ltTwQRM4=
github.com/hugo-fixit/component-projects v1.4.1 h1:aSDOf9A8Z2AH8jBq/Xgaw5esm6OMFGDTZ/p2FDG9V1E=
github.com/hugo-fixit/component-projects v1.4.1/go.mod h1:nXW0R37REwpfwUD1I4RtB5QW71vw66nRyB9uEpYxr+c=
github.com/hugo-fixit/shortcode-caniuse v1.1.3 h1:U1YBJz5SI/d1BBQhHcD0eVgJdCcpzK2usSizPiu+a4w=
Expand Down

0 comments on commit 9495877

Please sign in to comment.