Merge pull request #92 from ChenVadder/main

提醒用户告知平台或工具的偏好,以减少不符合预期的情况
This commit is contained in:
stellaHSR 2023-08-02 23:57:53 +08:00 committed by GitHub
commit 858b8ac496
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 18 additions and 0 deletions

View file

@ -138,7 +138,12 @@ # 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
You can tell which platform or tool you want to use when stating your requirements.
```shell
python startup.py "Write a cli snake game based on pygame"
```
### Usage
```

View file

@ -120,6 +120,13 @@ # 开启code review模式会会花费更多的money, 但是会提升代码质量
```
运行脚本后,您可以在 `workspace/` 目录中找到您的新项目。
### 平台或工具的倾向性
可以在阐述需求时说明想要使用的平台或工具。
例如:
```shell
python startup.py "写一个基于pygame的命令行贪吃蛇"
```
### 使用

View file

@ -138,6 +138,12 @@ # コードレビューを利用すれば、コストはかかるが、より良
```
スクリプトを実行すると、`workspace/` ディレクトリに新しいプロジェクトが見つかります。
### プラットフォームまたはツールの設定
要件を述べるときに、どのプラットフォームまたはツールを使用するかを指定できます。
```shell
python startup.py "Write a cli snake game based on pygame"
```
### 使用方法