From 5bdf07c7217f589e6df2feb107da1c379f5042a3 Mon Sep 17 00:00:00 2001 From: ChenVadder <3141346011@qq.com> Date: Sat, 29 Jul 2023 18:48:47 +0800 Subject: [PATCH 1/4] =?UTF-8?q?=E6=8F=90=E9=86=92=E7=94=A8=E6=88=B7?= =?UTF-8?q?=E5=91=8A=E7=9F=A5=E5=B9=B3=E5=8F=B0=E6=88=96=E5=B7=A5=E5=85=B7?= =?UTF-8?q?=E7=9A=84=E5=81=8F=E5=A5=BD=EF=BC=8C=E4=BB=A5=E5=87=8F=E5=B0=91?= =?UTF-8?q?=E7=AC=A6=E5=90=88=E9=A2=84=E6=9C=9F=E7=9A=84=E6=83=85=E5=86=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 6 ++++++ docs/README_CN.md | 7 +++++++ docs/README_JA.md | 7 +++++++ 3 files changed, 20 insertions(+) diff --git a/README.md b/README.md index 2bff88b55..ed807c7da 100644 --- a/README.md +++ b/README.md @@ -138,7 +138,13 @@ # Use code review will cost more money, but will opt for better code quality. ``` After running the script, you can find your new project in the `workspace/` directory. +### Preference of Platform or Tool +As the project becomes more complete, the cost of generating the outputs will also gradually increase. Therefore, it is recommended to explicitly specify the platform or tools you want to use when describing the requirements. + +```shell +python startup.py "Write a cli snake game that runs on Windows" +``` ### Usage ``` diff --git a/docs/README_CN.md b/docs/README_CN.md index 72188a415..77e8fa3e1 100644 --- a/docs/README_CN.md +++ b/docs/README_CN.md @@ -75,7 +75,14 @@ # 开启code review模式会会花费更多的money, 但是会提升代码质量 ``` 运行脚本后,您可以在 `workspace/` 目录中找到您的新项目。 +### 平台或工具的倾向性 +随着项目越来越完善,每一次生成项目的成本也会逐步上升,所以建议在阐述需求时显式地告知想要使用的平台或工具。 +例如: + +```shell +python startup.py "写一个能够在Windows上运行的命令行贪吃蛇" +``` ### 代码实现 ```python diff --git a/docs/README_JA.md b/docs/README_JA.md index 8742d98d6..fdddb61a5 100644 --- a/docs/README_JA.md +++ b/docs/README_JA.md @@ -120,6 +120,13 @@ # コードレビューを利用すれば、コストはかかるが、より良 ``` スクリプトを実行すると、`workspace/` ディレクトリに新しいプロジェクトが見つかります。 +### プラットフォームまたはツールの設定 + +プロジェクトが完成するにつれて、生成される各プロジェクトのコストは徐々に増加するため、要件を説明する際に使用するプラットフォームやツールを明示的に伝えることをお勧めします。例: + +```shell +python startup.py "Write a cli snake game that runs on Windows" +``` ### 使用方法 From c64b3d6e9c32fa1d195645d3db38ed0b55b9f451 Mon Sep 17 00:00:00 2001 From: ChenVadder <3141346011@qq.com> Date: Wed, 2 Aug 2023 23:14:46 +0800 Subject: [PATCH 2/4] Update --- README.md | 5 ++--- docs/README_CN.md | 4 ++-- docs/README_JA.md | 5 ++--- 3 files changed, 6 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index ed807c7da..4aceb48f7 100644 --- a/README.md +++ b/README.md @@ -140,10 +140,9 @@ # Use code review will cost more money, but will opt for better code quality. After running the script, you can find your new project in the `workspace/` directory. ### Preference of Platform or Tool -As the project becomes more complete, the cost of generating the outputs will also gradually increase. Therefore, it is recommended to explicitly specify the platform or tools you want to use when describing the requirements. - +You can tell which platform or tool you want to use when stating your requirements. ```shell -python startup.py "Write a cli snake game that runs on Windows" +python startup.py "Write a cli snake game based on pygame" ``` ### Usage diff --git a/docs/README_CN.md b/docs/README_CN.md index 77e8fa3e1..82416ab7f 100644 --- a/docs/README_CN.md +++ b/docs/README_CN.md @@ -77,11 +77,11 @@ # 开启code review模式会会花费更多的money, 但是会提升代码质量 运行脚本后,您可以在 `workspace/` 目录中找到您的新项目。 ### 平台或工具的倾向性 -随着项目越来越完善,每一次生成项目的成本也会逐步上升,所以建议在阐述需求时显式地告知想要使用的平台或工具。 +可以在阐述需求时告知想要使用的平台或工具。 例如: ```shell -python startup.py "写一个能够在Windows上运行的命令行贪吃蛇" +python startup.py "写一个基于pygame的命令行贪吃蛇" ``` ### 代码实现 diff --git a/docs/README_JA.md b/docs/README_JA.md index fdddb61a5..fa0ed60b5 100644 --- a/docs/README_JA.md +++ b/docs/README_JA.md @@ -122,10 +122,9 @@ # コードレビューを利用すれば、コストはかかるが、より良 スクリプトを実行すると、`workspace/` ディレクトリに新しいプロジェクトが見つかります。 ### プラットフォームまたはツールの設定 -プロジェクトが完成するにつれて、生成される各プロジェクトのコストは徐々に増加するため、要件を説明する際に使用するプラットフォームやツールを明示的に伝えることをお勧めします。例: - +要件を述べるときに、どのプラットフォームまたはツールを使用するかを指定できます。 ```shell -python startup.py "Write a cli snake game that runs on Windows" +python startup.py "Write a cli snake game based on pygame" ``` ### 使用方法 From 5b6040f6aee509b1f808b5e699fafdb9ecd1f319 Mon Sep 17 00:00:00 2001 From: ChenVadder <3141346011@qq.com> Date: Wed, 2 Aug 2023 23:45:11 +0800 Subject: [PATCH 3/4] Update --- docs/README_CN.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/README_CN.md b/docs/README_CN.md index 5f80a7f33..f0c1e1ea0 100644 --- a/docs/README_CN.md +++ b/docs/README_CN.md @@ -120,6 +120,14 @@ # 开启code review模式会会花费更多的money, 但是会提升代码质量 ``` 运行脚本后,您可以在 `workspace/` 目录中找到您的新项目。 +### 平台或工具的倾向性 + +随着项目越来越完善,每一次生成项目的成本也会逐步上升,所以建议在阐述需求时显式地告知想要使用的平台或工具。 +例如: + +```shell +python startup.py "写一个能够在Windows上运行的命令行贪吃蛇" +``` ### 使用 From 313ceb85038ef977777adf54448495579eab0438 Mon Sep 17 00:00:00 2001 From: ChenVadder <3141346011@qq.com> Date: Wed, 2 Aug 2023 23:49:08 +0800 Subject: [PATCH 4/4] Update --- docs/README_CN.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/README_CN.md b/docs/README_CN.md index f0c1e1ea0..6458861c9 100644 --- a/docs/README_CN.md +++ b/docs/README_CN.md @@ -121,12 +121,11 @@ # 开启code review模式会会花费更多的money, 但是会提升代码质量 运行脚本后,您可以在 `workspace/` 目录中找到您的新项目。 ### 平台或工具的倾向性 - -随着项目越来越完善,每一次生成项目的成本也会逐步上升,所以建议在阐述需求时显式地告知想要使用的平台或工具。 +可以在阐述需求时说明想要使用的平台或工具。 例如: ```shell -python startup.py "写一个能够在Windows上运行的命令行贪吃蛇" +python startup.py "写一个基于pygame的命令行贪吃蛇" ``` ### 使用