├── .github
└── FUNDING.yml
├── Desktop App
└── README.MD
├── docs
├── README.md
├── _coverpage.md
├── _sidebar.md
├── index.html
├── 关于.md
├── 关于我.md
├── 安装.md
├── 接口文档.md
├── 支持网盘.md
├── 添加支持网盘.md
├── 端口修改.md
├── 解析.md
├── 运行.md
├── 配置修改.md
└── 飞猫云.md
├── favicon.ico
├── java
└── README.MD
├── nodejs
├── _data
├── app.js
├── config
│ ├── cookie.json
│ ├── server.json
│ └── wp.json
├── model
│ ├── 1988wp.js
│ ├── 567pan.js
│ ├── 77file.js
│ ├── dudujb.js
│ ├── dufile.js
│ ├── expfile.js
│ ├── feimaoyun.js
│ ├── kufile.js
│ ├── lanzou.js
│ ├── ownfile.js
│ ├── rosefile.js
│ ├── xfpan.js
│ ├── xingyaoyun.js
│ ├── xueqiuyun.js
│ ├── xunniu.js
│ └── yifile.js
├── package.json
├── util
│ ├── StrUtil.js
│ ├── connect.js
│ ├── request.js
│ ├── resolve.js
│ └── version.js
└── yarn.lock
└── vue
├── .date
├── README.md
├── favicon.ico
├── http
├── _data
└── api
│ └── resolve.php
├── index.html
└── static
└── wp.min.css
/.github/FUNDING.yml:
--------------------------------------------------------------------------------
1 | # These are supported funding model platforms
2 |
3 | github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2]
4 | patreon: # Replace with a single Patreon username
5 | open_collective: # Replace with a single Open Collective username
6 | ko_fi: # Replace with a single Ko-fi username
7 | tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel
8 | community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry
9 | liberapay: # Replace with a single Liberapay username
10 | issuehunt: # Replace with a single IssueHunt username
11 | otechie: # Replace with a single Otechie username
12 | lfx_crowdfunding: # Replace with a single LFX Crowdfunding project-name e.g., cloud-foundry
13 | custom: ["https://www.ilzya.com/donate.html"]# Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2']
14 |
--------------------------------------------------------------------------------
/Desktop App/README.MD:
--------------------------------------------------------------------------------
1 | 进行中
2 |
--------------------------------------------------------------------------------
/docs/README.md:
--------------------------------------------------------------------------------
1 | # NetDiskResolve
2 |
3 | Node版本的网盘下载辅助
4 |
5 | > PC端下载工具
6 |
7 | [查看PC端下载工具](https://www.ilzya.com/archives/4/)
8 |
9 | **集成**
10 |
11 | - Aria 下载
12 | - IDM 下载
13 | - 迅雷下载
14 |
15 | > 前端代码
16 |
17 | ` /Vue `
18 |
19 | >后端代码
20 |
21 | ` /nodejs `
22 |
23 | 项目已完全开源
24 |
25 | 相关文档:https://lzyab.github.io/netdiskresolve
26 |
27 | 国内相关文档:http://docs.ilzya.com/#/%E6%94%AF%E6%8C%81%E7%BD%91%E7%9B%98
28 |
29 |
30 | > 联系我
31 |
32 |
33 | QQ:2044186427
34 |
35 | 博客:[空城里](https://www.ilzya.com)
36 |
37 | 皮皮虾:lzyAB
38 |
39 |
--------------------------------------------------------------------------------
/docs/_coverpage.md:
--------------------------------------------------------------------------------
1 |
2 |
3 | # 网盘下载文档
4 |
5 | > 使用Vue+Node.js
6 |
7 | * 前端框架:Vue
8 | * UI类库:Element UI
9 | * 后端:Node.js
10 |
11 | [GitHub](https://github.com/lzyAB/netdiskresolve)
12 | [博客](https://www.ilzya.com)
13 | [Get Started](#NetDiskResolve)
--------------------------------------------------------------------------------
/docs/_sidebar.md:
--------------------------------------------------------------------------------
1 | - [NetDiskResolve](#README)
2 | - [安装](安装.md)
3 | - [运行](运行.md)
4 | - [支持网盘](支持网盘.md)
5 | - [接口文档](接口文档.md)
6 | - [解析](解析.md)
7 | - [配置修改](配置修改.md)
8 | - [端口修改](端口修改.md)
9 | - [飞猫云](飞猫云.md)
10 | - [添加支持网盘](添加支持网盘.md)
11 |
12 | - [关于](关于.md)
13 | - [关于我](关于我.md)
--------------------------------------------------------------------------------
/docs/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |