From d06bfd5f7e1372a7d6ab3043c4fadfc68ea4b591 Mon Sep 17 00:00:00 2001 From: Cell <1024@lruihao.cn> Date: Wed, 25 Dec 2024 10:32:48 +0800 Subject: [PATCH] =?UTF-8?q?Chore:=20=E8=B0=83=E6=95=B4=E6=91=98=E8=A6=81?= =?UTF-8?q?=E5=86=85=E5=AE=B9=E8=8E=B7=E5=8F=96=E5=AD=97=E6=95=B0=E9=99=90?= =?UTF-8?q?=E5=88=B6=E4=B8=BA=205000?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/_default/params.toml | 2 +- go.mod | 2 +- go.sum | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/config/_default/params.toml b/config/_default/params.toml index b140861..3e0b3b5 100644 --- a/config/_default/params.toml +++ b/config/_default/params.toml @@ -774,7 +774,7 @@ disableThemeInject = false theme = "" postURL = "" blacklist = "" - wordLimit = 1000 + wordLimit = 5000 typingAnimate = true beginningText = "" diff --git a/go.mod b/go.mod index 74e26af..318ae06 100644 --- a/go.mod +++ b/go.mod @@ -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 diff --git a/go.sum b/go.sum index a36cba0..175244f 100644 --- a/go.sum +++ b/go.sum @@ -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=