Skip to content

Commit

Permalink
Readme Update
Browse files Browse the repository at this point in the history
  • Loading branch information
naibo committed Dec 14, 2023
1 parent 63ff94a commit 32f65d8
Show file tree
Hide file tree
Showing 13 changed files with 9 additions and 8 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
.DS_Store/
.DS_Store
.idea/
.history/
node_modules/
ServiceWrapper/
/GPUCache
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
注意:此文件夹内的各个文件夹并不是直接可用的软件,而是作者发布时使用的临时文件夹,请去官网下载打开即可用的软件包:https://www.easyspider.cn
4 changes: 2 additions & 2 deletions ElectronJS/src/taskGrid/taskInfo.html
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ <h4 style="text-align: center;">{{"Task Information~任务信息" | lang}}</h4>
<p style="word-wrap: break-word;word-break: break-all;overflow: hidden;max-height: 100px;">{{"Create Time:~创建时间:" | lang}} {{dateFormat(task["create_time"])}}</p>
<p style="word-wrap: break-word;word-break: break-all;overflow: hidden;max-height: 100px;">{{"Update Time:~更新时间:" | lang}} {{dateFormat(task["update_time"])}}</p>
<p>{{"Operations (Please close this window and select 'Design Task' button if you want to modify task with a browser)~操作(如要带浏览器修改任务流程请关闭此窗口并选择设计任务)" | lang}}</p>
<p><a style="margin-top: 5px;" href="javascript:void(0)" v-on:click="modifyTask(task['id'],task['url'])" class="btn btn-primary">{{"Modify Task Workflow~修改任务流程" | lang}}</a>
<a style="margin-top: 5px;" href="javascript:void(0)" v-on:click="invokeTask(task['id'],task['url'])" class="btn btn-primary">{{"Invoke Task~调用任务" | lang}}</a></p>
<p><a style="margin-top: 5px" href="javascript:void(0)" v-on:click="modifyTask(task['id'],task['url'])" class="btn btn-primary">{{"Modify Task Workflow~修改任务流程" | lang}}</a>
<a style="margin-top: 5px" href="javascript:void(0)" v-on:click="invokeTask(task['id'],task['url'])" class="btn btn-primary">{{"Invoke/Execute Task~调用/执行任务" | lang}}</a></p>
<p>{{"Input Parameters~输入参数" | lang}}</p>
<table class="table table-bordered">
<tbody>
Expand Down
2 changes: 1 addition & 1 deletion ExecuteStage/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Chrome/
Data/
tasks/
Application/
.history
.history/
execution_instances/
.DS_Store
mysql_config.json
Expand Down
1 change: 0 additions & 1 deletion ExecuteStage/test_ie/Default/Preferences

This file was deleted.

Empty file removed ExecuteStage/test_ie/First Run
Empty file.
1 change: 0 additions & 1 deletion ExecuteStage/test_ie/Local State

This file was deleted.

6 changes: 3 additions & 3 deletions Readme.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
Binary file modified media/features_CN.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified media/features_EN.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 32f65d8

Please sign in to comment.