diff --git a/.temp_to_pub/EasySpider_Linux_x64/软件使用说明.txt b/.temp_to_pub/EasySpider_Linux_x64/软件使用说明.txt index 47cc599..db23b8a 100644 --- a/.temp_to_pub/EasySpider_Linux_x64/软件使用说明.txt +++ b/.temp_to_pub/EasySpider_Linux_x64/软件使用说明.txt @@ -61,7 +61,7 @@ B站最新版特性视频已上传,新视频非常有用,推荐大家观看 注意,v0.3.1版本任务task文件夹内`.json`文件和之前所有版本均不兼容,请重新设计v0.3.1版本任务。 ## 更新说明 -1. 高级操作: +1. 自定义操作: - 可以在任务流程中**执行自定义脚本**,包括在浏览器中**执行Javascript指令**以及**操作系统级别的脚本调用**并可**得到命令返回值并记录**,大大扩展了可操作空间。 ![image](https://github.com/NaiboWang/EasySpider/assets/30287768/06e63a06-328d-4339-b40b-2d57c94cee66) diff --git a/.temp_to_pub/EasySpider_MacOS_all_arch/软件使用说明.txt b/.temp_to_pub/EasySpider_MacOS_all_arch/软件使用说明.txt index 5d6918b..b3f7d27 100644 --- a/.temp_to_pub/EasySpider_MacOS_all_arch/软件使用说明.txt +++ b/.temp_to_pub/EasySpider_MacOS_all_arch/软件使用说明.txt @@ -61,7 +61,7 @@ B站最新版特性视频已上传,新视频非常有用,推荐大家观看 注意,v0.3.1版本任务task文件夹内`.json`文件和之前所有版本均不兼容,请重新设计v0.3.1版本任务。 ## 更新说明 -1. 高级操作: +1. 自定义操作: - 可以在任务流程中**执行自定义脚本**,包括在浏览器中**执行Javascript指令**以及**操作系统级别的脚本调用**并可**得到命令返回值并记录**,大大扩展了可操作空间。 ![image](https://github.com/NaiboWang/EasySpider/assets/30287768/06e63a06-328d-4339-b40b-2d57c94cee66) diff --git a/.temp_to_pub/EasySpider_windows_x32/软件使用说明.txt b/.temp_to_pub/EasySpider_windows_x32/软件使用说明.txt index 8714a2c..8452be1 100644 --- a/.temp_to_pub/EasySpider_windows_x32/软件使用说明.txt +++ b/.temp_to_pub/EasySpider_windows_x32/软件使用说明.txt @@ -58,7 +58,7 @@ B站最新版特性视频已上传,新视频非常有用,推荐大家观看 注意,v0.3.1版本任务task文件夹内`.json`文件和之前所有版本均不兼容,请重新设计v0.3.1版本任务。 ## 更新说明 -1. 高级操作: +1. 自定义操作: - 可以在任务流程中**执行自定义脚本**,包括在浏览器中**执行Javascript指令**以及**操作系统级别的脚本调用**并可**得到命令返回值并记录**,大大扩展了可操作空间。 ![image](https://github.com/NaiboWang/EasySpider/assets/30287768/06e63a06-328d-4339-b40b-2d57c94cee66) diff --git a/.temp_to_pub/EasySpider_windows_x64/软件使用说明.txt b/.temp_to_pub/EasySpider_windows_x64/软件使用说明.txt index 2764e6a..0bcc3cd 100644 --- a/.temp_to_pub/EasySpider_windows_x64/软件使用说明.txt +++ b/.temp_to_pub/EasySpider_windows_x64/软件使用说明.txt @@ -60,7 +60,7 @@ B站最新版特性视频已上传,新视频非常有用,推荐大家观看 注意,v0.3.1版本任务task文件夹内`.json`文件和之前所有版本均不兼容,请重新设计v0.3.1版本任务。 ## 更新说明 -1. 高级操作: +1. 自定义操作: - 可以在任务流程中**执行自定义脚本**,包括在浏览器中**执行Javascript指令**以及**操作系统级别的脚本调用**并可**得到命令返回值并记录**,大大扩展了可操作空间。 ![image](https://github.com/NaiboWang/EasySpider/assets/30287768/06e63a06-328d-4339-b40b-2d57c94cee66) diff --git a/ElectronJS/EasySpider_en.crx b/ElectronJS/EasySpider_en.crx index 98d2fe4..098a53a 100644 Binary files a/ElectronJS/EasySpider_en.crx and b/ElectronJS/EasySpider_en.crx differ diff --git a/ElectronJS/EasySpider_zh.crx b/ElectronJS/EasySpider_zh.crx index 2d40260..124272e 100644 Binary files a/ElectronJS/EasySpider_zh.crx and b/ElectronJS/EasySpider_zh.crx differ diff --git a/ElectronJS/src/index.html b/ElectronJS/src/index.html index 0fa750d..ae799f5 100644 --- a/ElectronJS/src/index.html +++ b/ElectronJS/src/index.html @@ -59,7 +59,7 @@

Copyright and Disclaimer

Please carefully read the following instructions regarding the use of the software and commercial payments. If you agree, please accept the agreement.

@@ -404,6 +413,7 @@ This option is an advanced feature that allows directly returning the expression 2. Return the value of a custom global variable: `self.myVar` 3. Return the result of a conditional statement: `self.myVar == 1` 4. Determining whether the value extracted from a certain field is equal to the value of a certain variable: self.outputParameters["field name"] == self.myVar + Please note that this feature does not support assigning values to variables. In other words, you cannot write something like `self.myVar = 1`. If you want to perform assignment operations, please select the previous option, "Run Python code on current environment (the "exec" operation)"

Whether to record the output/return value of the execution as a field:

- - + + + + + @@ -672,6 +682,11 @@ If the expression returns a value greater than 0 or evaluates to True, the opera + + @@ -686,6 +701,8 @@ If the expression returns a value greater than 0 or evaluates to True, the opera + +