Giter VIP home page Giter VIP logo

lzpan_search's Introduction

使用ReMan搭建自己的网盘搜索网站

支持导入夸克、百度、迅雷网盘资源的搜索引擎源码

简介

ReMan是一款拥有后台的个人网盘资源管理程序;

可以帮你管理、搜索自己的网盘资源;

特点:

  • 拥有后台,灵活配置
  • 支持手机端和电脑端(前台)
  • 程序本身只有两个文件:config.yml 和 reman(二进制文件)

特色功能:

  • 支持设置分类,可以按分类展示资源列表
  • 支持设置资源是自己的,这将在搜索结果中排在前面(有助于网盘拉新)
  • 提供热词、热门资源记录,可以在后台查看搜索热词
  • 等等其它功能,在下面的演示环境中体验吧!

https://docs.hunhepan.com/reman/

懒盘搜索

Demo: http://lzpanx.com

使用

0-1、首先你需要在本地安装 node 环境,node 下载: https://nodejs.org/en/

测试下载安装是否准确:打开 cmd(terminal),输入node -v 以及npm -v(分开两次输入)

如果均显示了对应的版本信息,那么就安装准确!

0-2、还需要安装 git 软件,因为下一步需要克隆项目到本地

1、克隆项目到本地:

git clone https://github.com/Xwudao/lzpan_search.git

2、安装依赖:

npx pnpm i 
#or 
npm i

3、修改一些你想修改到东西,然后进行第 4 步构建

4、构建

npm run build

5、构建后会生成一个 dist 目录,然后复制这个目录里面到文件到你的网站根目录即可!

你可能想更改的东西

1、src/data/data.json

此文件是所有网站的数据,按照相应格式更改即可

2、public/index.html\mobile.html

修改里面到标题等信息

一些网盘搜索引擎网站推荐:

Star History

Star History Chart

协议

MIT

lzpan_search's People

Contributors

misiai avatar xwudao avatar drt59 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.