From 572382b5ad459aa09f630a82611e0a6ae5b1dc71 Mon Sep 17 00:00:00 2001 From: Cell <1024@lruihao.cn> Date: Sun, 4 Jan 2026 14:27:12 +0800 Subject: [PATCH] fix(i): remove debug --- hugo.toml | 2 +- layouts/_partials/init/index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/hugo.toml b/hugo.toml index a62a5c34..55122a38 100644 --- a/hugo.toml +++ b/hugo.toml @@ -1084,7 +1084,7 @@ hotWords = true # FixIt 0.3.17 | NEW Summary AI config # See https://ai.zhheo.com/docs/summary.html [params.postSummary] -enable = true +enable = false # If you set `params.postChat.key`, you don't need to set `params.postSummary.key` key = "" title = "" diff --git a/layouts/_partials/init/index.html b/layouts/_partials/init/index.html index 7f6ca2cd..2f2539f5 100644 --- a/layouts/_partials/init/index.html +++ b/layouts/_partials/init/index.html @@ -1,4 +1,4 @@ -{{- hugo.Store.Set "version" "v0.4.0-rc-20260104062232-a7921396" -}} +{{- hugo.Store.Set "version" "v0.4.0-rc-20260104062713-84c1358e" -}} {{- .Store.Set "this" dict -}} {{- partial "init/detection-env.html" . -}}