From 82aa3aaecb549ac64c665ee26560559b99678b84 Mon Sep 17 00:00:00 2001 From: Quantum <122330825+FTS427@users.noreply.github.com> Date: Tue, 15 Aug 2023 23:53:05 +0800 Subject: [PATCH 1/3] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20print.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- doc/print.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/print.md b/doc/print.md index 3a0e43e..e03d772 100644 --- a/doc/print.md +++ b/doc/print.md @@ -8,6 +8,8 @@ 参数解释:T[]为输出字符,color为输出字符的颜色,i为是否另起一行输出 +`color`的值可以为:“red“、“yellow“、”teal“、”blue“、”green“、”purple“、”white“以及”none“ + ## 示例 `print("Hello World","yellow",true);` From 04749e075900f6fc241c83fb2f75e9ef31ccbbba Mon Sep 17 00:00:00 2001 From: Quantum <122330825+FTS427@users.noreply.github.com> Date: Tue, 15 Aug 2023 23:55:09 +0800 Subject: [PATCH 2/3] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20README.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3afdfb5..e77b158 100644 --- a/README.md +++ b/README.md @@ -4,4 +4,4 @@ A head file to make C++ develop easy. -For more information, please look up the texts in the "doc" dir. +For more information, please read texts in the "doc" dir. From 2d154e817a1ea47e4acb423b9373600e04256c78 Mon Sep 17 00:00:00 2001 From: FTS427 Date: Mon, 21 Aug 2023 10:12:50 +0800 Subject: [PATCH 3/3] Update dir doc --- doc/{ => zh_CN}/Information.md | 0 doc/{ => zh_CN}/print.md | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename doc/{ => zh_CN}/Information.md (100%) rename doc/{ => zh_CN}/print.md (100%) diff --git a/doc/Information.md b/doc/zh_CN/Information.md similarity index 100% rename from doc/Information.md rename to doc/zh_CN/Information.md diff --git a/doc/print.md b/doc/zh_CN/print.md similarity index 100% rename from doc/print.md rename to doc/zh_CN/print.md