diff --git a/.gitignore b/.gitignore index 3906788f..ef940bf0 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,7 @@ .DS_Store/ .DS_Store .idea/ +.history/ node_modules/ ServiceWrapper/ /GPUCache diff --git a/.temp_to_pub/EasySpider_MacOS_all_arch/First time open please see this.txt b/.temp_to_pub/EasySpider_MacOS_all_arch/First time open please see this (The package is damaged and cannot verify the developer's solution).txt similarity index 100% rename from .temp_to_pub/EasySpider_MacOS_all_arch/First time open please see this.txt rename to .temp_to_pub/EasySpider_MacOS_all_arch/First time open please see this (The package is damaged and cannot verify the developer's solution).txt diff --git "a/.temp_to_pub/EasySpider_MacOS_all_arch/\347\254\254\344\270\200\346\254\241\346\211\223\345\274\200\350\257\267\347\234\213\350\277\231\344\270\252.txt" "b/.temp_to_pub/EasySpider_MacOS_all_arch/\347\254\254\344\270\200\346\254\241\346\211\223\345\274\200\350\257\267\347\234\213\350\277\231\344\270\252\357\274\210\345\214\205\345\267\262\346\215\237\345\235\217\357\274\214\346\227\240\346\263\225\351\252\214\350\257\201\345\274\200\345\217\221\350\200\205\350\247\243\345\206\263\346\226\271\346\241\210\357\274\211.txt" similarity index 100% rename from ".temp_to_pub/EasySpider_MacOS_all_arch/\347\254\254\344\270\200\346\254\241\346\211\223\345\274\200\350\257\267\347\234\213\350\277\231\344\270\252.txt" rename to ".temp_to_pub/EasySpider_MacOS_all_arch/\347\254\254\344\270\200\346\254\241\346\211\223\345\274\200\350\257\267\347\234\213\350\277\231\344\270\252\357\274\210\345\214\205\345\267\262\346\215\237\345\235\217\357\274\214\346\227\240\346\263\225\351\252\214\350\257\201\345\274\200\345\217\221\350\200\205\350\247\243\345\206\263\346\226\271\346\241\210\357\274\211.txt" diff --git a/.temp_to_pub/Note - The various folders within this directory are not directly usable software.txt b/.temp_to_pub/Note - The various folders within this directory are not directly usable software.txt new file mode 100644 index 00000000..b97466f6 --- /dev/null +++ b/.temp_to_pub/Note - The various folders within this directory are not directly usable software.txt @@ -0,0 +1 @@ +Note: The various folders within this directory are not directly usable software, but temporary folders used by the author at the time of release. Please visit the official website to download readily usable software packages: https://www.easyspider.cn \ No newline at end of file diff --git "a/.temp_to_pub/\346\263\250\346\204\217 - \346\255\244\346\226\207\344\273\266\345\244\271\345\206\205\347\232\204\345\220\204\344\270\252\346\226\207\344\273\266\345\244\271\344\270\215\346\230\257\347\233\264\346\216\245\345\217\257\347\224\250\347\232\204\350\275\257\344\273\266\357\274\214\350\257\267\345\216\273\345\256\230\347\275\221\344\270\213\350\275\275\347\250\213\345\272\217.txt" "b/.temp_to_pub/\346\263\250\346\204\217 - \346\255\244\346\226\207\344\273\266\345\244\271\345\206\205\347\232\204\345\220\204\344\270\252\346\226\207\344\273\266\345\244\271\344\270\215\346\230\257\347\233\264\346\216\245\345\217\257\347\224\250\347\232\204\350\275\257\344\273\266\357\274\214\350\257\267\345\216\273\345\256\230\347\275\221\344\270\213\350\275\275\347\250\213\345\272\217.txt" new file mode 100644 index 00000000..a5e9abb4 --- /dev/null +++ "b/.temp_to_pub/\346\263\250\346\204\217 - \346\255\244\346\226\207\344\273\266\345\244\271\345\206\205\347\232\204\345\220\204\344\270\252\346\226\207\344\273\266\345\244\271\344\270\215\346\230\257\347\233\264\346\216\245\345\217\257\347\224\250\347\232\204\350\275\257\344\273\266\357\274\214\350\257\267\345\216\273\345\256\230\347\275\221\344\270\213\350\275\275\347\250\213\345\272\217.txt" @@ -0,0 +1 @@ +注意:此文件夹内的各个文件夹并不是直接可用的软件,而是作者发布时使用的临时文件夹,请去官网下载打开即可用的软件包:https://www.easyspider.cn diff --git a/ElectronJS/src/taskGrid/taskInfo.html b/ElectronJS/src/taskGrid/taskInfo.html index 06bafb0a..3b9901a3 100644 --- a/ElectronJS/src/taskGrid/taskInfo.html +++ b/ElectronJS/src/taskGrid/taskInfo.html @@ -50,8 +50,8 @@

{{"Task Information~任务信息" | lang}}

{{"Create Time:~创建时间:" | lang}} {{dateFormat(task["create_time"])}}

{{"Update Time:~更新时间:" | lang}} {{dateFormat(task["update_time"])}}

{{"Operations (Please close this window and select 'Design Task' button if you want to modify task with a browser)~操作(如要带浏览器修改任务流程请关闭此窗口并选择设计任务)" | lang}}

-

{{"Modify Task Workflow~修改任务流程" | lang}} - {{"Invoke Task~调用任务" | lang}}

+

{{"Modify Task Workflow~修改任务流程" | lang}} + {{"Invoke/Execute Task~调用/执行任务" | lang}}

{{"Input Parameters~输入参数" | lang}}

diff --git a/ExecuteStage/.gitignore b/ExecuteStage/.gitignore index 0bc4610f..ba1ee843 100644 --- a/ExecuteStage/.gitignore +++ b/ExecuteStage/.gitignore @@ -11,7 +11,7 @@ Chrome/ Data/ tasks/ Application/ -.history +.history/ execution_instances/ .DS_Store mysql_config.json diff --git a/ExecuteStage/test_ie/Default/Preferences b/ExecuteStage/test_ie/Default/Preferences deleted file mode 100644 index bc88420f..00000000 --- a/ExecuteStage/test_ie/Default/Preferences +++ /dev/null @@ -1 +0,0 @@ -{"alternate_error_pages":{"enabled":false},"autofill":{"enabled":false},"browser":{"check_default_browser":false},"distribution":{"import_bookmarks":false,"import_history":false,"import_search_engine":false,"make_chrome_default_for_user":false,"skip_first_run_ui":true},"dns_prefetching":{"enabled":false},"profile":{"content_settings":{"pattern_pairs":{"https://*,*":{"media-stream":{"audio":"Default","video":"Default"}}}},"default_content_setting_values":{"geolocation":1},"default_content_settings":{"geolocation":1,"mouselock":1,"notifications":1,"popups":1,"ppapi-broker":1},"password_manager_enabled":false},"safebrowsing":{"enabled":false},"search":{"suggest_enabled":false},"translate":{"enabled":false}} \ No newline at end of file diff --git a/ExecuteStage/test_ie/First Run b/ExecuteStage/test_ie/First Run deleted file mode 100644 index e69de29b..00000000 diff --git a/ExecuteStage/test_ie/Local State b/ExecuteStage/test_ie/Local State deleted file mode 100644 index ce35d659..00000000 --- a/ExecuteStage/test_ie/Local State +++ /dev/null @@ -1 +0,0 @@ -{"background_mode":{"enabled":false},"ssl":{"rev_checking":{"enabled":false}}} \ No newline at end of file diff --git a/Readme.md b/Readme.md index 58e0f9b9..0d98485f 100644 --- a/Readme.md +++ b/Readme.md @@ -1,8 +1,8 @@ -## 请您Star/Please Star +## 欢迎宣传此工具/Welcome to promote this tool -如果您觉得此工具不错,请轻轻点击此页面右上角**Star**按钮增加项目曝光度,谢谢!软件完全免费(商用除外),只求大家Star和宣传给其他需要的朋友,谢谢! +本软件完全免费(商用除外),如果您觉得此工具不错,请您宣传给有需要的朋友,同时,也欢迎您轻轻点击此页面右上角**Star**按钮增加项目曝光度,谢谢! -If you think this tool is good, please gently click the **Star** button in the upper right corner at this page to increase the project exposure, thank you! The software is completely free (except for commercial use), only ask everyone to Star and promote it to other friends in need, thank you! +This software is completely free (except for commercial use). If you think this tool is good, please promote it to friends in need. At the same time, you are also welcome to click the **Star** button at the top right of this page to increase the exposure of the project. Thank you! # 易采集/EasySpider: Visual Code-Free Web Crawler diff --git a/media/features_CN.png b/media/features_CN.png index 8dc41905..5a6ccc20 100644 Binary files a/media/features_CN.png and b/media/features_CN.png differ diff --git a/media/features_EN.png b/media/features_EN.png index b4ad52fd..b55aaa55 100644 Binary files a/media/features_EN.png and b/media/features_EN.png differ