From 29407d7a753fb22b00b18b08f693b98a97c69918 Mon Sep 17 00:00:00 2001
From: ax_rd <ax_rd@aisim.cn>
Date: Thu, 03 Sep 2026 14:03:02 +0800
Subject: [PATCH] test: 补 KeywordSearch FTS 通道/双通道去重 + GetUnresolvedLinks 覆盖(index 包 42.8%→50.9%)
---
cmd/review.go | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/cmd/review.go b/cmd/review.go
index a84025b..bdc0561 100644
--- a/cmd/review.go
+++ b/cmd/review.go
@@ -74,7 +74,7 @@
if err == nil {
content := extractMainContent(string(draftContent))
if content != "" {
- fmt.Println("### 草稿主要内容\n")
+ fmt.Println("### 草稿主要内容")
fmt.Println(content)
}
}
--
Gitblit v1.10.0