GithubHelp home page GithubHelp logo

zhanku's Introduction

站库 - 优质网站收藏库

项目介绍

此项目用于收集优质网站,支持查看浏览记录和搜索,目前已收集100+个网站,以后也会不断收集新网站,喜欢的童鞋,请给个star哦。

基于 WebStackPage 项目修改

修改内容

  1. 使用art-template.js 渲染模板
  2. 添加搜索网站功能
  3. 添加访问历史记录
  4. 优化一些体验
  5. 删减一些文件

在线预览

https://zk.yunxiaozhi.cn

预览图

预览图

如何使用

下载代码

git clone [email protected]:danbaixi/zhanku.git

修改 assets/js/source.js

source.js结构如下:

{
    list:[

        //一级分类的结构
        {
            title: "分类标题"
            icon: "图标,使用awesome font库的图标,不需要带上fa-前缀",
            nav: [
                {
                    title: "网站名称",
                    desc: "网站描述",
                    url: "网站链接",
                    image: "logo图片,可为空"
                }
            ]
        }

        //多级分类的结构
        {
            title: "分类标题"
            icon: "图标,使用awesome font库的图标,不需要带上fa-前缀",
            child: {
                title: "子分类标题",
                nav: [
                    {
                        title: "网站名称",
                        desc: "网站描述",
                        url: "网站链接",
                        image: "logo图片,可为空"
                    }
                ]
            }
        }
    ]
}

感谢

WebStackPage

art-template

zhanku's People

Contributors

danbaixi avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

zhanku's Issues

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.