Skip to content

fix(tutorial): 统一教程文档中中文引号格式#137

Open
Kailigithub wants to merge 1 commit into
datawhalechina:mainfrom
Kailigithub:fix/tutorial-chinese-quote-normalization
Open

fix(tutorial): 统一教程文档中中文引号格式#137
Kailigithub wants to merge 1 commit into
datawhalechina:mainfrom
Kailigithub:fix/tutorial-chinese-quote-normalization

Conversation

@Kailigithub

Copy link
Copy Markdown
Collaborator

修复说明

本 PR 统一项目教程文档中 4 处中文引号格式不一致问题。

修改文件

  • tutorial/Elementui-plus/第一章 ElementUI-Plus 概览/1.1 什么是Element Plus.md:补齐缺失的闭引号
  • tutorial/PPT自动化/第08课-插入表格.md:修正 4 处中文开引号 + ASCII 闭引号混用
  • tutorial/Word自动化/第10课-查找替换.md:修正 1 处开引号使用 ASCII 而非中文引号
  • tutorial/时间管理/第2章-预立目标/预立目标.md:修正 1 处开闭引号不匹配

改动内容

  • 中文字符串统一使用 ""(U+201C / U+201D)作为开闭引号
  • 与项目中其他教程文档(如 TypeScript、FastAPI、键鼠自动化等课程)的引号使用规范保持一致
  • 4 个文件共 9 处修改,均为单字符替换,不改变原意

验证

  • 修复后逐文件校验:中文开闭引号数量相等,无单行混用问题
  • 仅有 1 处遗留项位于 第01课-路径参数.md 第 16 行,是英文术语 "idempotence" 在中文段落中的代码引用,属合理用法,保留原样

修复 4 篇教程文档中的中英文引号混用问题:
- 1.1 什么是Element Plus:补充缺失闭引号
- 第08课-插入表格:4 处中英文闭引号不匹配
- 第10课-查找替换:1 处开引号使用 ASCII 而非中文
- 预立目标:1 处开闭引号不匹配

统一为"…"格式,与项目其他教程保持一致。
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant