Skip to content

Commit

Permalink
Chore: 调整摘要内容获取字数限制为 5000
Browse files Browse the repository at this point in the history
  • Loading branch information
Lruihao committed Dec 25, 2024
1 parent 5a967b1 commit d06bfd5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion config/_default/params.toml
Original file line number Diff line number Diff line change
Expand Up @@ -774,7 +774,7 @@ disableThemeInject = false
theme = ""
postURL = ""
blacklist = ""
wordLimit = 1000
wordLimit = 5000
typingAnimate = true
beginningText = ""

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.20241224112006-33a8861ec656 // indirect
github.com/hugo-fixit/FixIt v0.3.17-0.20241225024132-03b3bfbd0953 // 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.20241224112006-33a8861ec656 h1:NSzsW/YFrvx+1PMFjdTD6EytXQFpdJtrnEsvqnr3aXQ=
github.com/hugo-fixit/FixIt v0.3.17-0.20241224112006-33a8861ec656/go.mod h1:3XIRedrqakO7/a4ZnhE46haMRF8HgsT0N0B5j5D2iRU=
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/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 d06bfd5

Please sign in to comment.