詳情內容
我愛導航系統 (52DH Pro 網址導航系統) 是基于 SiteHub 二次開發的開源免費的網址導航系統,擁有獨立前臺和擬態風格的后臺管理中心。我愛導航系統 (52DH Pro 網址導航系統) 集合網上優質網站網址導航,支持前臺自主提交收錄、自動獲取 TDK 與網站 Icon 與后端審核管理,涵蓋網站收錄和文章發布等。
部署環境:
Nginx/Apache、PHP 建議 7.4、MySQL 5.6+
安裝教程:
將 52DH Pro 壓縮包上傳到網站運行目錄 訪問域名安裝 按照頁面引導,輸入數據庫帳號及密碼信息,提交安裝 默認后臺地址:http:// 域名 /admin/ 默認賬號:admin,默認密碼:123456 配置偽靜態規則
Nginx 偽靜態規則:
rewrite ^/index.html$ /index.php last;
rewrite ^/about.html$ /about.php last;
rewrite ^/search.html$ /search.php last;
rewrite ^/ranking.html$ /ranking.php last;
rewrite ^/apply.html$ /apply.php last;
rewrite ^/404.html$ /404.php last;
rewrite ^/category-([1-9]+[0-9]*).html$ /category.php?id=$1 last;
rewrite ^/category-([a-zA-Z]+).html$ /category.php?alias=$1 last;
rewrite ^/site-([1-9]+[0-9]*).html$ /site.php?id=$1 last;
rewrite ^/article.html$ /article.php last;
rewrite ^/article-list-([1-9]+[0-9]*).html$ /article_list.php?id=$1 last;
rewrite ^/article-([1-9]+[0-9]*).html$ /article_show.php?id=$1 last;
rewrite ^/img/favicon/(.*)$ /favicon.php?url=$1 last;
rewrite ^/img/favicon/(.*).png$ /favicon.php?url=$1 last;
rewrite ^/img/preview/(.*).png$ /preview.php?url=$1 last;
location ~ “^/img/favicon/([^/]+)/?.png$” {try_files /$uri /$uri/ /favicon.php?url=$1;}
location ~ “^/img/preview/([^/]+)/?.png$” {try_files /$uri /$uri/ /preview.php?url=$1;}
更新歷程:
V1.1.1
1. 優化安裝頁面 UI
2. 美化后臺界面 UI 為擬態風格
3. 新增收錄界面 TDK 信息獲取和網站展示
V1.0.0
1. 所有分類下的站點
2. 單個分類下的站點
3. 各站點詳情頁
4. 分類滾動定位
5. 記錄各站點瀏覽數
6. 點贊功能(單個 IP 單個站點只能點贊一次)
7. 站點詳情頁顯示站點縮略圖
8. 站點炫酷跳轉頁
9. 右下角懸浮按扭(去頂部 /QQ/ 郵箱 / 微信二維碼)
10. 搜索功能(支持搜索站點名稱 / 站點鏈接 / 站點簡介)
11. 訪客申請站點收錄功能
12. 關于我們頁面
13. 站點圖片懶加載
14. 分類 / 站點鏈接別名
15. 網站 Favicon 圖標接口緩存