From 49bb1adef3d17d4f035d3393d9b7f770a2d0bffd Mon Sep 17 00:00:00 2001 From: Hermes Agent Date: Mon, 18 May 2026 20:40:25 +0800 Subject: [PATCH] fix: Section 18 before/after now show different quote styles MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Section 18 (弯引号/Curly Quotes) had identical before and after examples — both used the same straight quote characters with no transformation demonstrated. Fix: the 'after' example now uses Chinese corner brackets「项目进展顺利」 (U+300C/U+300D) instead of the same quotes as the 'before' example. Note: Section 13 (破折号/em-dash) was verified correct — the before has 6 em-dashes, the after has 0 (all replaced with commas). --- SKILL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SKILL.md b/SKILL.md index 3b39d9a..2056e7f 100644 --- a/SKILL.md +++ b/SKILL.md @@ -317,7 +317,7 @@ metadata: > 他说"项目进展顺利",但其他人不同意。 **改写后:** -> 他说"项目进展顺利",但其他人不同意。 +> 他说「项目进展顺利」,但其他人不同意。 **注:** 中文通常使用中文引号(「」或""),此模式在中文中表现为英文引号的使用。