Skip to content

Commit

Permalink
Chore: 加载中的提示语不支持多语言,暂时关闭
Browse files Browse the repository at this point in the history
  • Loading branch information
Lruihao committed Dec 25, 2024
1 parent d042c2f commit 6c6e429
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions config/_default/params.toml
Original file line number Diff line number Diff line change
Expand Up @@ -777,6 +777,7 @@ disableThemeInject = false
wordLimit = 5000
typingAnimate = true
beginningText = ""
loadingText = false

# FixIt 0.3.10 | NEW Global Feed config for RSS, Atom and JSON feed.
# FixIt 0.3.10 | 新增 全局 Feed 配置用于 RSS, Atom 和 JSON feed。
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/hugo-fixit/docs
go 1.20

require (
github.com/hugo-fixit/FixIt v0.3.17-0.20241225024132-03b3bfbd0953 // indirect
github.com/hugo-fixit/FixIt v0.3.17-0.20241225030338-72baedd5f514 // indirect
github.com/hugo-fixit/cmpt-translate v1.5.0 // indirect
github.com/hugo-fixit/component-projects v1.5.3 // indirect
github.com/hugo-fixit/shortcode-caniuse v1.2.2 // indirect
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
github.com/hugo-fixit/FixIt v0.3.17-0.20241225024132-03b3bfbd0953 h1:qjPB3fz6BjTZvkTPStA9Lac9iN/ui9aaS/EsLycPvT0=
github.com/hugo-fixit/FixIt v0.3.17-0.20241225024132-03b3bfbd0953/go.mod h1:3XIRedrqakO7/a4ZnhE46haMRF8HgsT0N0B5j5D2iRU=
github.com/hugo-fixit/FixIt v0.3.17-0.20241225030338-72baedd5f514 h1:H7CcYm+obyLRcZOVBgRItBVvP49ygOtG36+C7v2CbXQ=
github.com/hugo-fixit/FixIt v0.3.17-0.20241225030338-72baedd5f514/go.mod h1:3XIRedrqakO7/a4ZnhE46haMRF8HgsT0N0B5j5D2iRU=
github.com/hugo-fixit/cmpt-translate v1.5.0 h1:UoJ+YzVvn13CzwhMzRcXxnaFh1gDSH/1K/WyUeTcwvY=
github.com/hugo-fixit/cmpt-translate v1.5.0/go.mod h1:JZ0STubquTlRgyyGhGPlt2s0KJ1gCa99+P8ltTwQRM4=
github.com/hugo-fixit/component-projects v1.5.3 h1:phKG//aW4sF9CSUn6kJry2ovBGSlJzxF5H7+ZSlemQw=
Expand Down

0 comments on commit 6c6e429

Please sign in to comment.