Skip to content
View ajin21's full-sized avatar

Block or report ajin21

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
ajin21/README.md

站库 - 优质网站收藏库

项目介绍

此项目用于收集优质网站,支持查看浏览记录和搜索,目前已收集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

Popular repositories Loading

  1. hexo-theme-webstack hexo-theme-webstack Public

    Forked from HCLonely/hexo-theme-webstack

    A hexo theme based on webstack. | 一个基于webstack的hexo主题。

    CSS

  2. markdown-here-css markdown-here-css Public

    Forked from huanxi007/markdown-here-css

    微信公众号毫秒级排版,让你的排版充满审美愉悦感。复制代码到“markdown here基本渲染css”即可。

    CSS

  3. webstack-jekyll webstack-jekyll Public

    Forked from hanxi/webstack-jekyll

    🎉 静态响应式网址导航网站 Webstack - Jekyll 书签版

    CSS

  4. zhanku zhanku Public

    Forked from danbaixi/zhanku

    静态网站导航

    CSS

  5. lks lks Public

    Forked from xiangjianan/lks

    CSS

  6. vitepress-nav-template vitepress-nav-template Public

    Forked from maomao1996/vitepress-nav-template

    基于 VitePress 的个人前端导航页面模板

    JavaScript