{"id":31935082,"url":"https://github.com/why15w/lanzou-url-parser","last_synced_at":"2026-04-25T16:05:29.017Z","repository":{"id":315278390,"uuid":"1058081569","full_name":"WhY15w/lanzou-url-parser","owner":"WhY15w","description":"一个基于next.js构建的蓝奏云直链解析小工具","archived":false,"fork":false,"pushed_at":"2025-09-27T04:24:34.000Z","size":104,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-09-27T06:09:43.405Z","etag":null,"topics":["lanzou","lanzoucloud","nextjs","tailwindcss","utils"],"latest_commit_sha":null,"homepage":"https://lanzou.yuyuqaq.cn","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/WhY15w.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-09-16T15:42:26.000Z","updated_at":"2025-09-27T04:24:37.000Z","dependencies_parsed_at":"2025-09-17T18:54:02.412Z","dependency_job_id":"32645d24-6572-429a-8626-1133c1135c9c","html_url":"https://github.com/WhY15w/lanzou-url-parser","commit_stats":null,"previous_names":["why15w/lanzou-url-parser"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/WhY15w/lanzou-url-parser","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WhY15w%2Flanzou-url-parser","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WhY15w%2Flanzou-url-parser/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WhY15w%2Flanzou-url-parser/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WhY15w%2Flanzou-url-parser/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/WhY15w","download_url":"https://codeload.github.com/WhY15w/lanzou-url-parser/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WhY15w%2Flanzou-url-parser/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279018141,"owners_count":26086285,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-14T02:00:06.444Z","response_time":60,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["lanzou","lanzoucloud","nextjs","tailwindcss","utils"],"created_at":"2025-10-14T06:57:37.324Z","updated_at":"2026-04-25T16:05:29.010Z","avatar_url":"https://github.com/WhY15w.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 蓝奏云直链解析工具\n\n一个基于 Next.js 16 的蓝奏云分享链接直链解析工具，可以快速获取文件的真实下载地址。\n\n## ✨ 功能特性\n\n- 🚀 快速解析蓝奏云分享链接\n- 🔐 支持密码保护的分享链接\n- 📱 响应式设计，支持移动端\n- 🌙 支持深色模式\n- 📋 一键复制直链地址\n- ⬇️ 直接跳转下载\n\n## 页面预览\n\n![页面预览](./img/preview.png)\n\n## 🛠️ 技术栈\n\n- **框架**: Next.js 16\n- **样式**: Tailwind CSS\n- **图标**: Lucide React\n- **HTTP 客户端**: Axios\n- **DOM 解析**: Cheerio\n\n## 📦 安装与运行\n\n### 环境要求\n\n- Node.js 18+\n- npm 或 yarn\n\n### 本地开发\n\n```bash\n# 克隆项目\ngit clone \u003crepository-url\u003e\ncd lanzou-url-parser\n\n# 安装依赖\npnpm install\n\n# 启动开发服务器\npnpm run dev\n```\n\n访问 [http://localhost:3000](http://localhost:3000) 查看应用。\n\n### 生产部署\n\n```bash\n# 构建项目\npnpm run build\n\n# 启动生产服务器\npnpm start\n```\n\n## 🚀 使用方法\n\n1. 输入蓝奏云分享链接\n2. 如果有密码，输入提取码\n3. 点击\"开始解析\"按钮\n4. 获取直链地址，可以复制或直接下载\n\n## 📝 API 接口\n\n### POST /api/parse\n\n解析蓝奏云链接的 API 接口。\n\n**请求参数:**\n\n```json\n{\n  \"url\": \"蓝奏云分享链接\",\n  \"pwd\": \"提取码（可选）\",\n  \"type\": \"parse\"\n}\n```\n\n**响应格式:**\n\n```json\n{\n  \"code\": 0,\n  \"msg\": \"解析成功\",\n  \"data\": {\n    \"name\": \"文件名\",\n    \"filesize\": \"文件大小\",\n    \"downUrl\": \"直链地址\"\n  }\n}\n```\n\n## 📄 许可证\n\n本项目仅用于学习交流，请勿用于非法用途。\n\n## 👨‍💻 作者\n\n**HurryWang** - [GitHub](https://github.com/WhY15w)\n\n---\n\n⭐ 如果这个项目对你有帮助，请给个星标支持！\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwhy15w%2Flanzou-url-parser","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwhy15w%2Flanzou-url-parser","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwhy15w%2Flanzou-url-parser/lists"}