fix(tutorial): 统一教程文档中中文引号格式#137
Open
Kailigithub wants to merge 1 commit into
Open
Conversation
修复 4 篇教程文档中的中英文引号混用问题: - 1.1 什么是Element Plus:补充缺失闭引号 - 第08课-插入表格:4 处中英文闭引号不匹配 - 第10课-查找替换:1 处开引号使用 ASCII 而非中文 - 预立目标:1 处开闭引号不匹配 统一为"…"格式,与项目其他教程保持一致。
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
修复说明
本 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)作为开闭引号验证
第01课-路径参数.md第 16 行,是英文术语"idempotence"在中文段落中的代码引用,属合理用法,保留原样