Skip to content

Commit 8be6d41

Browse files
fix(i18n): 修 EN reading_time 偏差 + 治 06-hal-gpio-output 翻译膨胀
06-hal-gpio-output 首跑旧流水线被 glm-4.6 重生成代码膨胀 6 倍(10K→60K字符);改用 prose-only 重译回落到 1.15x(代码逐字保留)。 另按 check_quality 估值修 3 篇 reading_time_minutes: enum-class/nested-namespace 2→1,channel-actor 10→6。EN reading_time 告警归零。
1 parent b6ef0f6 commit 8be6d41

4 files changed

Lines changed: 106 additions & 119 deletions

File tree

documents/en/cpp-reference/core-language/05-enum-class.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ description: Scoped enums, preventing enum values from polluting the external na
1010
and prohibiting implicit type conversions.
1111
difficulty: beginner
1212
order: 5
13-
reading_time_minutes: 2
13+
reading_time_minutes: 1
1414
tags:
1515
- host
1616
- cpp-modern

documents/en/cpp-reference/core-language/15-nested-namespace.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ cpp_standard:
77
description: Use `A::B::C` syntax instead of nested namespace braces
88
difficulty: beginner
99
order: 15
10-
reading_time_minutes: 2
10+
reading_time_minutes: 1
1111
tags:
1212
- host
1313
- cpp-modern

documents/en/vol5-concurrency/exercises/05-channel-actor.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ prerequisites:
1010
- '卷五 ch07: Actor 与 Channel'
1111
- 'Lab 1: Bounded Queue, Concurrent Cache and Sync Primitives'
1212
- 'Lab 4: Coroutine Scheduler and Event Loop'
13-
reading_time_minutes: 10
13+
reading_time_minutes: 6
1414
tags:
1515
- host
1616
- cpp-modern

0 commit comments

Comments
 (0)