Browse Source

New Version 0.2.0

naibo 2 years ago
parent
commit
e1127182cd
4 changed files with 46 additions and 23 deletions
  1. 5 1
      ExecuteStage/Readme.md
  2. 28 2
      Extension/manifest_v3/package-lock.json
  3. 0 8
      Extension/manifest_v3/src/env.d.ts
  4. 13 12
      Readme.md

+ 5 - 1
ExecuteStage/Readme.md

@@ -1,7 +1,11 @@
 出现permission denied请关闭杀毒软件
+
 先安装python3.6及以上版本
+
 然后安装pip3
+
 然后安装依赖库: pip3 install -r requirements.txt
+
 然后运行:python3 easyspider_executestage.py即可运行
 
-打包说明: windows直接运行generateEXE.cmd即可打包成exe文件
+打包说明: windows直接运行generateEXE_win64.cmd即可打包成exe文件并自动拷贝到../ElectronJS/chrome_win64/目录下

+ 28 - 2
Extension/manifest_v3/package-lock.json

@@ -1,11 +1,11 @@
 {
-  "name": "sample-project",
+  "name": "EasySpider",
   "version": "0.2.0",
   "lockfileVersion": 2,
   "requires": true,
   "packages": {
     "": {
-      "name": "sample-project",
+      "name": "EasySpider",
       "version": "0.2.0",
       "dependencies": {
         "crx": "^5.0.1",
@@ -6453,6 +6453,22 @@
         "node": ">=12"
       }
     },
+    "node_modules/vite/node_modules/rollup": {
+      "version": "2.77.3",
+      "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.77.3.tgz",
+      "integrity": "sha512-/qxNTG7FbmefJWoeeYJFbHehJ2HNWnjkAFRKzWN/45eNBBF/r8lo992CwcJXEzyVxs5FmfId+vTSTQDb+bxA+g==",
+      "dev": true,
+      "peer": true,
+      "bin": {
+        "rollup": "dist/bin/rollup"
+      },
+      "engines": {
+        "node": ">=10.0.0"
+      },
+      "optionalDependencies": {
+        "fsevents": "~2.3.2"
+      }
+    },
     "node_modules/vue": {
       "version": "2.7.14",
       "resolved": "https://registry.npmjs.org/vue/-/vue-2.7.14.tgz",
@@ -11336,6 +11352,16 @@
           "dev": true,
           "optional": true,
           "peer": true
+        },
+        "rollup": {
+          "version": "2.77.3",
+          "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.77.3.tgz",
+          "integrity": "sha512-/qxNTG7FbmefJWoeeYJFbHehJ2HNWnjkAFRKzWN/45eNBBF/r8lo992CwcJXEzyVxs5FmfId+vTSTQDb+bxA+g==",
+          "dev": true,
+          "peer": true,
+          "requires": {
+            "fsevents": "~2.3.2"
+          }
         }
       }
     },

+ 0 - 8
Extension/manifest_v3/src/env.d.ts

@@ -1,8 +0,0 @@
-/// <reference types="vite/client" />
-
-declare module '*.vue' {
-  import { DefineComponent } from 'vue'
-  // eslint-disable-next-line @typescript-eslint/no-explicit-any, @typescript-eslint/ban-types
-  const component: DefineComponent<{}, {}, any>
-  export default component
-}

+ 13 - 12
Readme.md

@@ -1,33 +1,34 @@
-<!-- # 请您Star Please Star
+## 请您Star/Please 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! -->
+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!
 
-# EasySpider: Visual Code-Free Web Crawler/Spider
-
-A visual code-free/no-code web crawler/spider, supporting both Chinese and English. 
+# EasySpider: Visual Code-Free Web Crawler
 
 一个可以无代码可视化设计和执行的爬虫软件,支持中文和英文版本。
 
-## Download EasySpider/下载 EasySpider
+A visual code-free/no-code web crawler/spider, supporting both Chinese and English.
 
-Refer to the [Releases Page](https://github.com/NaiboWang/EasySpider/releases) of github to download the latest version of EasySpider.
+## 下载 EasySpider/Download EasySpider
 
 进入 [Releases Page](https://github.com/NaiboWang/EasySpider/releases) 下载最新版本。
 
+Refer to the [Releases Page](https://github.com/NaiboWang/EasySpider/releases) to download the latest version of EasySpider.
+
 
-## Video Tutorials/视频教程
+## 视频教程/Video Tutorials
 
 Refer to [Youtube Playlist](https://youtube.com/playlist?list=PL0kEFEkWrT7mt9MUlEBV2DTo1QsaanUTp) to see the video tutorials of EasySpider.
 
-## Documentation/文档
+## 文档/Documentation
+
+中文文档:请暂时翻译[英文文档](https://github.com/NaiboWang/EasySpider/wiki),或看作者的[硕士毕业论文](Docs/%E9%9D%A2%E5%90%91WEB%E5%BA%94%E7%94%A8%E7%9A%84%E6%99%BA%E8%83%BD%E5%8C%96%E6%9C%8D%E5%8A%A1%E5%B0%81%E8%A3%85%E7%B3%BB%E7%BB%9F%E8%AE%BE%E8%AE%A1%E4%B8%8E%E5%AE%9E%E7%8E%B0.pdf)(主要看第五章)。
 
 Documentation can be found from [Github Wiki](https://github.com/NaiboWang/EasySpider/wiki).
 
-中文文档:请暂时翻译上面的[英文文档](https://github.com/NaiboWang/EasySpider/wiki),或看作者的[硕士毕业论文](Docs/%E9%9D%A2%E5%90%91WEB%E5%BA%94%E7%94%A8%E7%9A%84%E6%99%BA%E8%83%BD%E5%8C%96%E6%9C%8D%E5%8A%A1%E5%B0%81%E8%A3%85%E7%B3%BB%E7%BB%9F%E8%AE%BE%E8%AE%A1%E4%B8%8E%E5%AE%9E%E7%8E%B0.pdf)(主要看第五章)。
 
-## Publications/出版物
+## 出版物/Publications
 
 - This software has been accepted by [The Web Conference (WWW) 2023](https://www2023.thewebconf.org/). The paper will be available soon.
 
@@ -36,7 +37,7 @@ Documentation can be found from [Github Wiki](https://github.com/NaiboWang/EasyS
 <!-- - See the [Copyright Declaration Page](https://github.com/NaiboWang/EasySpider/blob/master/media/readme_back.md) here.
  -->
 
-## 中文目录
+## 目录
 
 - [EasySpider: Visual Code-Free Web Crawler/Spider](#easyspider-visual-code-free-web-crawlerspider)
   - [Download EasySpider/下载 EasySpider](#download-easyspider下载-easyspider)