fix: 修复文档多处问题 & feat: 新增相关文档推荐功能 #86
Loading…
Reference in New Issue
No description provided.
Delete Branch "z2_cc/gitlink_help_center:master"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
包含帮助中心文档 bug 修复和新功能实现
\W in regex matches Chinese characters, causing all Chinese tokens to be filtered out. Replaced with \p{P} (Unicode punctuation) to correctly preserve Chinese tokens while filtering punctuation.Step 1:
From your project repository, check out a new branch and test the changes.Step 2:
Merge the changes and update on Gitea.