diff --git a/.temp_to_pub/EasySpider_MacOS/First time open please see this (The package is damaged and cannot verify the developer's solution).txt b/.temp_to_pub/EasySpider_MacOS/First time open please see this (The package is damaged and cannot verify the developer's solution).txt index 350ac05..0d1be28 100644 --- a/.temp_to_pub/EasySpider_MacOS/First time open please see this (The package is damaged and cannot verify the developer's solution).txt +++ b/.temp_to_pub/EasySpider_MacOS/First time open please see this (The package is damaged and cannot verify the developer's solution).txt @@ -6,7 +6,7 @@ Due to MacOS's complex security settings, software downloaded for the first time cd ~/Downloads/EasySpider_MacOS -3. In the EasySpider directory, use the following command to modify the software's attributes: +3. In the EasySpider directory, run the `first_time_run.sh` script to modify the package properties by using the following command: bash first_time_run.sh diff --git a/.temp_to_pub/EasySpider_MacOS/第一次打开请看这个(包已损坏,无法验证开发者解决方案).txt b/.temp_to_pub/EasySpider_MacOS/第一次打开请看这个(包已损坏,无法验证开发者解决方案).txt index f8a63d2..edc307e 100644 --- a/.temp_to_pub/EasySpider_MacOS/第一次打开请看这个(包已损坏,无法验证开发者解决方案).txt +++ b/.temp_to_pub/EasySpider_MacOS/第一次打开请看这个(包已损坏,无法验证开发者解决方案).txt @@ -6,7 +6,7 @@ cd ~/Downloads/EasySpider_MacOS -3. 在EasySpider目录下,使用以下命令修改软件包属性: +3. 在EasySpider目录下,使用以下命令运行目录下的`first_time_run.sh`脚本修改软件包属性: bash first_time_run.sh diff --git a/.temp_to_pub/EasySpider_windows_x64/Code/easyspider_executestage.py b/.temp_to_pub/EasySpider_windows_x64/Code/easyspider_executestage.py index df9d1a6..47f94a8 100644 --- a/.temp_to_pub/EasySpider_windows_x64/Code/easyspider_executestage.py +++ b/.temp_to_pub/EasySpider_windows_x64/Code/easyspider_executestage.py @@ -2325,8 +2325,8 @@ if __name__ == '__main__': else: options.add_argument( f'--user-data-dir={c.user_folder}') - print(f"Use specifed user data folder: {c.user_folder}", ", please note if you are using docker, this user folder path should be the path inside the docker container.") - print(f"使用指定的用户信息目录: {c.user_folder}", ",请注意如果您正在使用docker,此用户文件夹路径应是容器内的路径。") + print(f"Use specifed user data folder: {c.user_folder}, please note if you are using docker, this user folder path should be the path inside the docker container.") + print(f"使用指定的用户信息目录: {c.user_folder},请注意如果您正在使用docker,此用户文件夹路径应是容器内的路径。") print( "如果报错Selenium.common.exceptions.WebDriverException: Message: unknown error: Chrome failed to start: exited abnormally,说明有之前运行的Chrome实例没有正常关闭,请关闭之前打开的所有Chrome实例后再运行程序即可。") print( diff --git a/ElectronJS/XPathHelper.crx b/ElectronJS/XPathHelper.crx deleted file mode 100644 index d24c7a2..0000000 Binary files a/ElectronJS/XPathHelper.crx and /dev/null differ