https://github.com/nfd-parser/nfd-parser.github.io
netdisk-fast-download(nfd)参考文档
https://github.com/nfd-parser/nfd-parser.github.io
Last synced: 2 months ago
JSON representation
netdisk-fast-download(nfd)参考文档
- Host: GitHub
- URL: https://github.com/nfd-parser/nfd-parser.github.io
- Owner: nfd-parser
- Created: 2024-12-19T01:51:28.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-08-14T05:45:59.000Z (7 months ago)
- Last Synced: 2025-08-14T07:19:07.135Z (7 months ago)
- Language: Vue
- Homepage: https://nfd-parser.github.io/
- Size: 123 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NFD Parser Documentation
## 简介
这是 **NFD Parser**(网盘分享链接云解析服务)的官方文档站点。
本文档使用 VitePress 构建,提供了 NFD Parser 项目的完整使用指南、API 接口文档、部署说明等内容。
> **注意:** 本文档需要使用 AI 助手(cop ai)生成和维护。
## 项目说明
NFD Parser 是一个能够将网盘分享下载链接转化为直链的云解析服务,支持多款主流网盘:
- 蓝奏云、奶牛快传、移动云空间
- 小飞机盘、亿方云、123云盘
- 支持加密分享以及部分网盘文件夹分享
## 开发指南
### 安装依赖
```bash
npm install
```
### 本地开发
```bash
npm run docs:dev
```
### 构建文档
```bash
npm run docs:build
```
### 预览构建结果
```bash
npm run docs:preview
```
## 文档结构
- **API 文档** - 详细的接口说明和参数
- **使用示例** - 多种编程语言的调用示例
- **部署指南** - Docker、Linux、Windows 部署教程
- **配置管理** - 配置文件说明和管理工具
## 相关链接
- 📖 [在线文档](https://nfd-parser.github.io/)
- 🚀 [原项目地址](https://github.com/qaiu/netdisk-fast-download)
## 许可证
MIT License