资源简介:
拥有独立的安装和后台系统
前台使用响应式界面,自适应各种屏幕
各站点详情页,详情页显示站点缩略图
分类滚动定位,站点炫酷跳转页
记录站点浏览数,点赞功能
右下角悬浮按扭(去顶部/qq/邮箱/wx二维码)
搜索功能(支持搜索站点名称/站点链接/站点简介)
访客申请站点收录功能,关于我们页面
站点图片懒加载,分类/站点链接别名
源码安装:
源码还是傻瓜式安装,无需导入数据库什么的直接
域名/install
就可以安装了
该导航源码需要设置伪静态规则
rewrite ^/index.html$ /index.php; rewrite ^/about.html$ /about.php; rewrite ^/search.html$ /search.php; rewrite ^/apply.html$ /apply.php; rewrite ^/404.html$ /404.php; rewrite ^/sort/([1-9]+[0-9]*).html$ /sort.php?id=$1; rewrite ^/sort/([a-zA-Z]+).html$ /sort.php?alias=$1; rewrite ^/site-([1-9]+[0-9]*).html$ /site.php?id=$1; rewrite ^/([a-zA-Z]+).html$ /site.php?alias=$1;{hide} https://ntaa.lanzoue.com/i8r8eqd
评论 (1)