diff --git a/ElectronJS/README.md b/ElectronJS/README.md index b44d9d8..4731450 100644 --- a/ElectronJS/README.md +++ b/ElectronJS/README.md @@ -27,13 +27,13 @@ This section covers the compilation instructions for the `main program`. 1. 编译浏览器扩展,否则在主程序执行时会提示找不到`EasySpider_zh.crx`的错误。 2. 编译主程序,此时主程序可以正常运行,但无法执行任务,只能设计任务。 -3. 编译执行阶段程序,否则无法执行程序,只能设计程序。 +3. 编译执行阶段程序,否则无法执行任务,只能设计任务。 ----- 1. Compile the browser extension, otherwise an error will be prompted when the main program is executed that `EasySpider_en.crx` cannot be found. 2. Compile the main program, at this time the main program can run normally, but can not execute the task, can only design the task. -3. Compile the execution stage program, otherwise the program cannot be executed, can only design the program. +3. Compile the execution stage program, otherwise the task cannot be executed, can only design the task. ## 注意事项|Note diff --git a/ExecuteStage/Readme.md b/ExecuteStage/Readme.md index 71324a0..34ada1f 100644 --- a/ExecuteStage/Readme.md +++ b/ExecuteStage/Readme.md @@ -26,13 +26,13 @@ This section covers the compilation instructions for the `Execution stage progra 1. 编译浏览器扩展,否则在主程序执行时会提示找不到`EasySpider_zh.crx`的错误。 2. 编译主程序,此时主程序可以正常运行,但无法执行任务,只能设计任务。 -3. 编译执行阶段程序,否则无法执行程序,只能设计程序。 +3. 编译执行阶段程序,否则无法执行任务,只能设计任务。 ----- 1. Compile the browser extension, otherwise an error will be prompted when the main program is executed that `EasySpider_en.crx` cannot be found. 2. Compile the main program, at this time the main program can run normally, but can not execute the task, can only design the task. -3. Compile the execution stage program, otherwise the program cannot be executed, can only design the program. +3. Compile the execution stage program, otherwise the task cannot be executed, can only design the task. ## 环境构建|Environment Setup diff --git a/Extension/README.md b/Extension/README.md index fc94d8b..639e7e7 100644 --- a/Extension/README.md +++ b/Extension/README.md @@ -26,13 +26,13 @@ This section covers the compilation instructions for the `Browser extension`, ** 1. 编译浏览器扩展,否则在主程序执行时会提示找不到`EasySpider_zh.crx`的错误。 2. 编译主程序,此时主程序可以正常运行,但无法执行任务,只能设计任务。 -3. 编译执行阶段程序,否则无法执行程序,只能设计程序。 +3. 编译执行阶段程序,否则无法执行任务,只能设计任务。 ----- 1. Compile the browser extension, otherwise an error will be prompted when the main program is executed that `EasySpider_en.crx` cannot be found. 2. Compile the main program, at this time the main program can run normally, but can not execute the task, can only design the task. -3. Compile the execution stage program, otherwise the program cannot be executed, can only design the program. +3. Compile the execution stage program, otherwise the task cannot be executed, can only design the task. ## 环境构建|Environment Setup