# 爱盼-网盘资源搜索Web [欢迎打赏](https://www.aipan.me/donate)
🔥 爱盼-网盘资源搜索:是一个免费开源项目!
[欢迎打赏](https://www.aipan.me/donate)
-------------------
👉 [爱盼-网盘资源搜索](https://www.aipan.me)
### 🔥更新日志
- tv播放
- 新增Alist源聚合播放
- 新增批量删除功能
- 新增博客功能 (分支:[feat-admin-panel](https://github.com/unilei/aipan-netdisk-search/tree/feat-add-admin-panel))
- 新增批量上传数据 [csv示例](/assets//readme//demo/demo-multi.csv) [xlsx 示例](https://r2cf.aipan.me/readme/demo/demo-multi.xls)
- 增加后台管理, 访问路径:`/login` | `/admin/dashboard` | `/admin/clouddrive`
- 后台可以增加自己的网盘资源
----
### 建议
项目使用的是第三方的API,对ip有访问限制,建议自己部署使用。
## 快速开始
### 在 Vercel 上部署
`手动安装一样的,只需要配置对应的env就行了`
[Vercel部署文档](/README_VERCEL.md)
[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https://github.com/unilei/aipan-netdisk-search.git&project-name=aipan-netdisk-search&repository-name=aipan-netdisk-search)
### Docker执行,推荐使用docker compose
#### Docker-compose
##### 第一步
```在项目根目录创建.env文件```
##### 编译
```bash
docker compose build
```
##### 运行
```bash
docker compose up -d
```
##### 停止
```bash
docker compose down
```
## 自己部署(不推荐)
### 1. 克隆项目
```bash
git clone https://github.com/unilei/aipan-netdisk-search.git
```
### 2. 安装依赖
```bash
# npm
npm install
# pnpm
pnpm install
# yarn
yarn install
```
### 3. 设置prisma
```bash
npx prisma generate
npx prisma migrate deploy
```
### 3. 运行到浏览器
```bash
# npm
npm run dev
# pnpm
pnpm run dev
# yarn
yarn dev
```
### 4. 在浏览器打开 [http://localhost:3001](http://localhost:3001)
![success_deploy.jpg](https://r2cf.aipan.me/readme/screen-6.png)
![success_deploy.jpg](https://r2cf.aipan.me/readme/screen-5.png)
#### 如何部署到自己服务器? NUXT.JS 打包部署文档
[部署文档](https://nuxt.com/docs/getting-started/deployment)
Copyright (C) <2024> <aipan.me>
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
没有合适的资源?快使用搜索试试~ 我知道了~
本项目乃是基于 Vue 与 Nuxtjs 技术打造的网盘搜索项目持续开源并保持维护更新其旨在让人人皆可拥有属于自己的.zip
共175个文件
ts:56个
vue:29个
sample:14个
1.该资源内容由用户上传,如若侵权请联系客服进行举报
2.虚拟产品一经售出概不退款(资源遇到问题,请及时私信上传者)
2.虚拟产品一经售出概不退款(资源遇到问题,请及时私信上传者)
版权申诉
0 下载量 102 浏览量
2024-12-01
10:04:18
上传
评论
收藏 19.26MB ZIP 举报
温馨提示
重点:所有项目都有sql文件,比其他博主项目要严谨一万倍所有项目本人亲自测试可运行使用!!有任何问题私我解决! 1、资源项目源码均已通过严格测试验证,保证能够正常运行; 2、项目问题、技术讨论,可以给博主私信或留言,博主看到后会第一时间与您进行沟通; 3、本项目比较适合计算机领域相关的毕业设计课题、课程作业等使用,尤其对于人工智能、计算机科学与技术等相关专业,更为适合; 求注关 所有9.9的项目,企业项目都有SQL文件,购买后运行部署可联系包你满意。不容易啊,谢谢大家支持!!
资源推荐
资源详情
资源评论
收起资源包目录
本项目乃是基于 Vue 与 Nuxtjs 技术打造的网盘搜索项目持续开源并保持维护更新其旨在让人人皆可拥有属于自己的.zip (175个子文件)
ecosystem.config.cjs 555B
Dockerfile 1KB
.dockerignore 12B
.env.example 200B
assets\tvstatic.gif 91KB
.git\config 313B
.git\description 73B
.git\HEAD 23B
.git\index 15KB
.git\info\exclude 240B
.git\logs\HEAD 201B
.git\logs\refs\heads\master 201B
.git\logs\refs\remotes\origin\HEAD 201B
.git\packed-refs 488B
.git\refs\heads\master 41B
.git\refs\remotes\origin\HEAD 32B
.gitignore 273B
public\favicon.ico 3KB
.git\objects\pack\pack-2ebbe5060106c85714f42d7138f11cd8a2c3af08.idx 31KB
assets\tv-bg-1.jpg 292KB
assets\donation\wechat_pay.jpg 36KB
utils\sensitiveWords.js 24KB
public\qrcode.min.js 19KB
assets\vod\tv.js 6KB
server\model\user.js 1KB
utils\tools.js 1KB
utils\http.js 1KB
utils\index.js 717B
server\middleware\auth.js 652B
tailwind.config.js 486B
lib\prisma.js 442B
middleware\auth.js 197B
public\ga.js 147B
lib\prisma.mysql.js 112B
assets\vod\douban-default.json 105KB
package.json 2KB
assets\vod\list.json 1KB
vercel.json 516B
assets\vod\clouddrive.json 317B
tsconfig.json 98B
assets\lang\en-US.json 6B
assets\lang\zh-CN.json 6B
LICENSE 35KB
README.md 3KB
README_VERCEL.md 3KB
.npmrc 55B
.git\objects\pack\pack-2ebbe5060106c85714f42d7138f11cd8a2c3af08.pack 15.31MB
assets\my-logo.png 125KB
assets\hero-bg-1.png 28KB
assets\donation\alipay.png 28KB
public\logo.png 14KB
assets\netdisk\quark.png 2KB
assets\netdisk\aliyun.png 2KB
assets\netdisk\baidu.png 1KB
assets\github.png 620B
assets\netdisk\xunlei.png 374B
prisma\schema.prisma 3KB
prisma\schema.mysql.prisma 1KB
.git\objects\pack\pack-2ebbe5060106c85714f42d7138f11cd8a2c3af08.rev 4KB
.git\hooks\pre-rebase.sample 5KB
.git\hooks\fsmonitor-watchman.sample 5KB
.git\hooks\update.sample 4KB
.git\hooks\push-to-checkout.sample 3KB
.git\hooks\sendemail-validate.sample 2KB
.git\hooks\pre-commit.sample 2KB
.git\hooks\prepare-commit-msg.sample 1KB
.git\hooks\pre-push.sample 1KB
.git\hooks\commit-msg.sample 896B
.git\hooks\pre-receive.sample 544B
.git\hooks\applypatch-msg.sample 478B
.git\hooks\pre-applypatch.sample 424B
.git\hooks\pre-merge-commit.sample 416B
.git\hooks\post-update.sample 189B
start.sh 554B
prisma\migrations\20240911070047_init\migration.sql 3KB
prisma\migrations\20240911070350_init\migration.sql 977B
prisma\migrations\20241027063215_add\migration.sql 483B
prisma\migrations\20240912045442_add_slug_to_post\migration.sql 448B
prisma\migrations\20240912020148_enable_cascade_delete_for_posts\migration.sql 273B
assets\donation\dashang.svg 4KB
assets\skill-icons--github-dark.svg 2KB
assets\theme\entypo--light-up.svg 1KB
assets\theme\icon-park-solid--dark-mode.svg 561B
assets\theme\music-light.svg 523B
assets\theme\music-dark.svg 523B
assets\theme\icon-park-outline--dark-mode.svg 416B
prisma\migrations\migration_lock.toml 128B
nuxt.config.ts 6KB
server\api\sources\aipan-data-search.ts 4KB
server\api\douban\new.ts 4KB
server\api\sources\indexF.ts 4KB
server\api\sources\aipan-data-search-3.ts 3KB
server\api\sources\aipan-data-search-2.ts 3KB
server\api\vod\search-multi.ts 3KB
server\api\sources\aipan-search.ts 2KB
server\api\sources\hh\multi-latest-sources.ts 2KB
server\api\sources\indexE.ts 2KB
server\api\admin\blog\posts\post.ts 2KB
server\api\sources\indexH.ts 2KB
server\api\admin\blog\posts\[id].put.ts 2KB
共 175 条
- 1
- 2
资源评论
项目资源总站点博客专家
- 粉丝: 1357
- 资源: 4134
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
- GoogleAndroid开发入门与实战随书视频wmv最新版本
- PHP基于ThinkPHP5.1的wms进销存系统源码带文字安装教程数据库 MySQL源码类型 WebForm
- AndoridAPI手机系统编程完整版chm最新版本
- DevSidecar 和 GithubSpeed安装包
- JAVAspringboot进销存管理系统源码带文字搭建教程数据库 MySQL源码类型 WebForm
- PHP的ThinkPHP6.0小说CMS管理系统源码带搭建教程数据库 MySQL源码类型 WebForm
- java实现的贪吃蛇小游戏.zip学习资料
- [] - 2024-10-09 IC虚拟机2024及资料分享.html
- Delphi 12 控件之DynaDynaPDF 4.0.94.265.rar
- Android开发中使用SQLite数据库的教程chm版最新版本
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功