From 1500874cdf6e0039eb6529aee3ad30122739e46b Mon Sep 17 00:00:00 2001 From: fayeah <411596701@qq.com> Date: Sat, 12 Sep 2020 21:24:00 +0800 Subject: [PATCH 01/16] =?UTF-8?q?=E5=8A=A0=E5=88=86=E5=8F=B7=E4=BD=BF?= =?UTF-8?q?=E6=A0=BC=E5=BC=8F=E7=BB=9F=E4=B8=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 加分号使格式统一,0px可以简化为0 --- 404.html | 38 +++++++++++++++++++------------------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/404.html b/404.html index b987d715b..19de8bcc6 100755 --- a/404.html +++ b/404.html @@ -32,7 +32,7 @@ html, body { width: 100%; - height: 100% + height: 100%; } a, @@ -40,15 +40,15 @@ a:before, a:after { text-decoration: none; - transition-duration: .25s + transition-duration: .25s; } section { - display: block + display: block; } body { - line-height: 1 + line-height: 1; } #about { @@ -118,26 +118,26 @@ } #about p { margin: 30px; - margin-bottom: 0px + margin-bottom: 0; } #about .social { margin: 30px; - margin-bottom: 0px + margin-bottom: 0; } #about .copyright { width: 100%; float: left; - margin-bottom: 0px; + margin-bottom: 0; } } .animated { animation-duration: 1s; - animation-fill-mode: both + animation-fill-mode: both; } .bounce-in { - animation-name: bounce-in + animation-name: bounce-in; } @keyframes bounce-in { @@ -146,24 +146,24 @@ 75%, 90%, to { - animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1) + animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); } 0% { opacity: 0; - transform: translate3d(-3000px, -50%, 0) + transform: translate3d(-3000px, -50%, 0); } 60% { opacity: 1; - transform: translate3d(25px, -50%, 0) + transform: translate3d(25px, -50%, 0); } 75% { - transform: translate3d(-10px, -50%, 0) + transform: translate3d(-10px, -50%, 0); } 90% { - transform: translate3d(5px, -50%, 0) + transform: translate3d(5px, -50%, 0); } to { - transform: translate3d(0, -50%) + transform: translate3d(0, -50%); } } @@ -172,7 +172,7 @@ font-size: 16px; font-weight: 300; line-height: 1.75; - color: rgba(0, 0, 0, 0.65) + color: rgba(0, 0, 0, 0.65); } h1 { @@ -181,7 +181,7 @@ font-weight: 700; line-height: 1.25; color: rgba(0, 0, 0, 0.85); - margin-bottom: 25px + margin-bottom: 25px; } a { @@ -191,11 +191,11 @@ @media (max-width: 580px) { body { - font-size: 14px + font-size: 14px; } h1 { font-size: 42px; - line-height: 1.45 + line-height: 1.45; } } From 4bcf6ed75f80d1656ceb13817f2b64995a5cf31d Mon Sep 17 00:00:00 2001 From: ViggoZ <272910299@qq.com> Date: Mon, 12 Sep 2022 13:08:34 +0800 Subject: [PATCH 02/16] Update README.md new Hugo theme --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 54d721073..4089b97fe 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,11 @@ QQ群交流:304584722 ; QQ交流群2:740911918 #### 方法4. Hexo主题 开源地址: https://github.com/HCLonely/hexo-theme-webstack -#### 方法5. Hugo主题 +#### 方法5.1 Hugo主题一🔥 +开源地址:https://github.com/shenweiyan/WebStack-Hugo +安装说明:https://www.yuque.com/shenweiyan/cookbook/webstack-hugo + +#### 方法5.2 Hugo主题二 开源地址: https://github.com/iplaycode/webstack-hugo 主题演示: https://iplaycode.github.io/nav/ From 3b2f4ac2f446c55f86b578a0640a425cbcdc50d2 Mon Sep 17 00:00:00 2001 From: ViggoZ <272910299@qq.com> Date: Mon, 12 Sep 2022 13:19:45 +0800 Subject: [PATCH 03/16] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4089b97fe..a597311de 100644 --- a/README.md +++ b/README.md @@ -45,6 +45,7 @@ QQ群交流:304584722 ; QQ交流群2:740911918 #### 方法5.1 Hugo主题一🔥 开源地址:https://github.com/shenweiyan/WebStack-Hugo + 安装说明:https://www.yuque.com/shenweiyan/cookbook/webstack-hugo #### 方法5.2 Hugo主题二 From d1abb27dabc5caa96158aa91040cd2c3e8d8391e Mon Sep 17 00:00:00 2001 From: ViggoZ <272910299@qq.com> Date: Mon, 12 Sep 2022 13:23:21 +0800 Subject: [PATCH 04/16] Update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a597311de..4ede83c5f 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,10 @@ QQ群交流:304584722 ; QQ交流群2:740911918 **注意:付费版本和本项目没任何关系,售后问题请找作者** -#### 方法3. 使用基于 Laravel 搭建的后台系统🔥(感谢[@hui-ho] +#### 方法3. 使用基于 Laravel 搭建的后台系统🔥(感谢[@hui-ho](https://github.com/hui-ho)提供) +开源地址:https://github.com/hui-ho/WebStack-Laravel + +Docker部署版本:https://hub.docker.com/r/arvon2014/webstack-laravel #### 方法4. Hexo主题 开源地址: https://github.com/HCLonely/hexo-theme-webstack From 909cba0d8ba4625d88c7bc4f84c990dbd41f00e9 Mon Sep 17 00:00:00 2001 From: ViggoZ <272910299@qq.com> Date: Mon, 12 Sep 2022 13:25:08 +0800 Subject: [PATCH 05/16] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4ede83c5f..e26d7ea55 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ QQ群交流:304584722 ; QQ交流群2:740911918 最简单快速上线自己的导航网站,你可以直接**下载**本项目修改内容既可部署上线。 #### 方法2. 使用 Wordpress 主题搭建系统🔥(感谢[@owen0o0](https://github.com/hui-ho)提供) -开源地址:[https://github.com/hui-ho/WebStack-Laravel](https://github.com/owen0o0/WebStack) +开源地址:[https://github.com/owen0o0/WebStack] **注意:付费版本和本项目没任何关系,售后问题请找作者** From 74a3546a443144b4c8317c2629bb3ad31a00d318 Mon Sep 17 00:00:00 2001 From: ViggoZ <272910299@qq.com> Date: Mon, 12 Sep 2022 13:26:43 +0800 Subject: [PATCH 06/16] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e26d7ea55..e0664da97 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ QQ群交流:304584722 ; QQ交流群2:740911918 最简单快速上线自己的导航网站,你可以直接**下载**本项目修改内容既可部署上线。 #### 方法2. 使用 Wordpress 主题搭建系统🔥(感谢[@owen0o0](https://github.com/hui-ho)提供) -开源地址:[https://github.com/owen0o0/WebStack] +开源地址:https://github.com/owen0o0/WebStack **注意:付费版本和本项目没任何关系,售后问题请找作者** From 2109b4caad2b01f92811f4c2f9decbf41110d780 Mon Sep 17 00:00:00 2001 From: ViggoZ <272910299@qq.com> Date: Mon, 12 Sep 2022 13:27:57 +0800 Subject: [PATCH 07/16] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index e0664da97..e8102ea51 100644 --- a/README.md +++ b/README.md @@ -53,6 +53,7 @@ Docker部署版本:https://hub.docker.com/r/arvon2014/webstack-laravel #### 方法5.2 Hugo主题二 开源地址: https://github.com/iplaycode/webstack-hugo + 主题演示: https://iplaycode.github.io/nav/ #### 方法6. 基于Java开发的后台系统🔥(感谢[@jsnjfz](https://github.com/jsnjfz)提供) @@ -66,17 +67,22 @@ Docker部署版本:https://hub.docker.com/r/arvon2014/webstack-laravel #### 方法8.2 从Chrome书签生成Jekyll版本配置的工具 体验网址: https://w.hanxi.info/convert.html + 开源地址: https://github.com/hanxi/webstack-jekyll #### 方法9.1 钻芒二开Typecho主题 开源地址:https://www.zmki.cn/5366.html + 比较详细的安装教程:https://www.waoww.com/typecho-theme/zmki-webstack.html + 预览地址:https://tool.zmki.cn/ + #### 方法9.2 SEOGO二开Typecho主题 开源地址:[https://www.seogo.me/muban/webstack.html](https://www.seogo.me/muban/webstack.html) #### 方法10. 静态博客Gridea主题 开源地址: https://github.com/lmm214/gridea-theme-webstack + 在线预览: https://edui.fun/ #### 方法11. VUE版本 From 542788ba37f7bebfe6df1a5036b17c2e556884f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E9=80=9A?= <40114564+ch3nnn@users.noreply.github.com> Date: Sat, 6 May 2023 12:42:53 +0800 Subject: [PATCH 08/16] =?UTF-8?q?doc:=20=E6=96=B0=E5=A2=9E=20Golang=20?= =?UTF-8?q?=E5=BC=80=E5=8F=91=E7=9A=84=E5=90=8E=E5=8F=B0=E7=B3=BB=E7=BB=9F?= =?UTF-8?q?=F0=9F=94=A5=20Webstack-Go=20=E9=A1=B9=E7=9B=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e8102ea51..c0d5c095a 100644 --- a/README.md +++ b/README.md @@ -91,7 +91,10 @@ Docker部署版本:https://hub.docker.com/r/arvon2014/webstack-laravel #### 方法12. flask-blog-platform 开源地址: https://github.com/shitianfang/flask-blog-platform/tree/master -#### 方法13. 自己写后台系统 +#### 方法13. 基于 Golang 开发的后台系统🔥 Webstack-Go (感谢[@ch3nnn](https://github.com/ch3nnn)提供) +开源地址: https://github.com/ch3nnn/webstack-go + +#### 方法14. 自己写后台系统 可以按照自己的喜好和框架搭建后台系统,也可以参考我设计好的后台框架自行搭建。本站设计开发过程在我的博客文章有详细讲到[《webstack \| viggo》](http://blog.viggoz.com/2018/01/03/2018-01-03-webstack/)。静态源码(半成品):[https://github.com/WebStackPage/webstack-Admin](https://github.com/WebStackPage/webstack-Admin) 如果你有更好的解决方案,并且能够开源供大家使用,可以在本项目提Issus,或者直接通过我个人网站中的联系方式联系我。 From 90dc26de972251b7d7f48129837a562206240fdd Mon Sep 17 00:00:00 2001 From: ViggoZ <272910299@qq.com> Date: Sat, 6 May 2023 14:46:23 +0800 Subject: [PATCH 09/16] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index c0d5c095a..d6ea2c14f 100644 --- a/README.md +++ b/README.md @@ -23,9 +23,9 @@ QQ群交流:304584722 ; QQ交流群2:740911918 欢迎加群一起学习交流技术 --- -|Q群(304584722)|Q群2(740911918)|赞赏支持本项目| -|--|--|--| -|![](http://www.webstack.cc/assets/images/qqgroup_webstack.jpg)|![](http://www.webstack.cc/assets/images/qqgroup_webstack2.jpg)|![](https://github.com/WebStackPage/WebStackPage.github.io/blob/master/assets/images/coffee.png)| +|Q群(304584722)|Q群2(740911918)| +|--|--| +|![](http://www.webstack.cc/assets/images/qqgroup_webstack.jpg)|![](http://www.webstack.cc/assets/images/qqgroup_webstack2.jpg)| 怎么用? --- @@ -177,7 +177,7 @@ JUST DOWNLOAD AND DO WHAT THE FUCK YOU WANT TO. | ❌已下线 | 浮生论坛 \- 念念不忘,必有回响 | [浮生论坛 \- 念念不忘,必有回响](https://fusfun.club/cn/index.html) | ## License -Copyright © 2017-2018 **[webstack.cc](https://webstack.cc)** Released under the **MIT License**. +Copyright © 2017-2023 **[webstack.cc](https://webstack.cc)** Released under the **MIT License**. > 注:本站开源的目的是大家能够在本站的基础之上有所启发,做出更多新的东西。并不是让大家照搬所有代码。 > 如果你使用这个开源项目,请**注明**本项目开源地址。 From 0945e7fc08bca9593d2dcdfaadac4761074a7267 Mon Sep 17 00:00:00 2001 From: ViggoZ <272910299@qq.com> Date: Sat, 6 May 2023 15:01:03 +0800 Subject: [PATCH 10/16] Update README.md --- README.md | 69 ++++++++++++++++++++++++++++--------------------------- 1 file changed, 35 insertions(+), 34 deletions(-) diff --git a/README.md b/README.md index d6ea2c14f..fbf08eb32 100644 --- a/README.md +++ b/README.md @@ -118,48 +118,49 @@ JUST DOWNLOAD AND DO WHAT THE FUCK YOU WANT TO. | 状态 | 网站名 | 网址 | | --- | --- | --- | -| ✅已上线 | 造作家 | [造作家](https://www.hitsz.top/) | + | ✅已上线 | 谢週五の导航站 | [谢週五の导航站 \- 5nav\.ml](https://5nav.ml/) | | ✅已上线 | 狼牌工作网址导航 | [https://www.volf.club/](https://www.volf.club/) | -| ✅已上线 | 码灵导航 - 一个帮助开发者成长的程序员网址导航 | [https://nav.imaring.com/](https://nav.imaring.com/) | -| ✅已上线 | 币门 | [币门 \| 通向加密货币之门](https://www.bimen.com/) | -| ✅已上线 | Azt's 导航网站 | [Azt's 导航网站 \| 这只是一个导航](https://bookmark.cwenyu.net/) | -| ✅已上线 | moshuxv | [moshuxv\.xyz \| 网址导航](https://moshuxv.xyz/) | -| ✅已上线 | 高效搜罗 - 精准的职业导航 | [http://gaoxiaosouluo.cn/](http://gaoxiaosouluo.cn/) | -| ✅已上线 | 卖家大全 - 最全卖家导航 | [http://maijiadaquan.com/](http://maijiadaquan.com/) | | ✅已上线 | 广告人导航 - 广告没门 | [https://adnodoor.com/nav/](https://adnodoor.com/nav/) | -| ✅已上线 | 魔米导航 | [魔米导航 \- 精品网址导航](http://www.nmomi.com/) | -| ✅已上线 | 电力行业的网站导航 | [万家灯火,有你有我](http://zhiliaopower.cn/) | | ✅已上线 | 互联网资源库房 | [库房369\-互联网资源库房 \-](https://kf369.cn/) | -| ✅已上线 | 域名购买&域名商场&行业导航 | [http://www.yichushou.com/](http://www.yichushou.com/) | -| ✅已上线 | 杏map | [http://xx-map.com/](http://xx-map.com/) | -| ✅已上线 | DreamThere - 梦想导航 | [https://nav.dreamthere.com/](https://nav.dreamthere.com/) | | ✅已上线 | 聚BT \- 聚合最优质的BT、磁力资源 | [聚BT \- 聚合最优质的BT、磁力资源](https://www.jubt.net/cn/index.html) | -| ✅已上线 | JKnear导航 - 建筑结构设计导航 | [http://jk.jknear.com:777/](http://jk.jknear.com:777/) | -| ✅已上线 | site navigation – QAOZEN | [https://qaozen.com/nav/](https://qaozen.com/nav/) | | ✅已上线 | ShareHub - 资源和工具的集合 | [https://www.gezhipu.com/cn/index.html](https://www.gezhipu.com/cn/index.html) | -| ✅已上线 | 我的收藏夹 - 个人网址导航站 | [https://www.kukiliao.com/](https://www.kukiliao.com/) | -| ✅已上线 | vv.lc - 网址导航 | [http://vv.lc/](http://vv.lc/) | | ✅已上线 | 程序员网址导航 - hujiangtao | [https://web.hujiangtao.cn/](https://web.hujiangtao.cn/) | -| ✅已上线 |Pandaroll\.cn 网址导航 | [Pandaroll\.cn 网址导航](http://pandaroll.cn/cn/index.html) | -| ✅已上线 | Link - 我的网址收藏夹 | [Link - 我的网址收藏夹](https://link.jianrry.com) | -| ✅已上线 | 77导航 | [77导航](https://nav.dig77.com/) | -| ✅已上线 | 牛导航 - 实用工具导航 | [http://ziliao6.com/](http://ziliao6.com/) | -| ✅已上线 | QAdoc - 测试工作者导航 | [http://nav.qadoc.org/cn/index.html](http://nav.qadoc.org/cn/index.html) | -| ✅已上线 | t.hiihi | [http://t.hiihi.cn/](http://t.hiihi.cn/) | -| ✅已上线 | hytale导航 | [https://www.hytale-nav.com/](https://www.hytale-nav.com/) | -| ✅已上线 |英阅导航 | [英阅网址导航](http://enreading.ishare20.net/) | -| ✅已上线 |小猪猪导航 | [小猪猪导航](http://xzz11.xyz/cn/index.html) | -| ✅已上线 |有钱导航 | [有钱导航](http://www.youqiandaohang.com/) | -| ✅已上线 |创意探手导航 | [创意探手导航](http://tans119.com/) | -| ✅已上线 |126云导航 | [126云导航 \- 最好用的浏览器主页](http://www.126yun.cn//) | -| ✅已上线 |qiqijiavip | [http://www.qiqijiavip.com](http://www.qiqijiavip.com) | -| 🕗开发中 | zou0 | [http://www.zou0.com/cn/index.html](http://www.zou0.com/cn/index.html) | -| 🕗开发中 | Matrix Navigation | [Matrix Navigation \-](https://navi.sh-oo.com/) | | 🕗开发中 | PMGEEK | [http://pmgeek.net/](http://pmgeek.net/) | -| 🕗开发中 | lerso.cn | [http://lerso.cn/](http://lerso.cn/) | -| 🕗开发中 | dh.wdj.pw | [WebStack\.cc \- 设计师网址导航](https://dh.wdj.pw/cn/index.html) | -| 🕗开发中 | wukandy.cn | [https://wukandy.cn/](https://wukandy.cn/) | +| ❌已下线 | 造作家 | [造作家](https://www.hitsz.top/) | +| ❌已下线 | 码灵导航 - 一个帮助开发者成长的程序员网址导航 | [https://nav.imaring.com/](https://nav.imaring.com/) | +| ❌已下线 | 币门 | [币门 \| 通向加密货币之门](https://www.bimen.com/) | +| ❌已下线 | Azt's 导航网站 | [Azt's 导航网站 \| 这只是一个导航](https://bookmark.cwenyu.net/) | +| ❌已下线 | moshuxv | [moshuxv\.xyz \| 网址导航](https://moshuxv.xyz/) | +| ❌已下线 | 高效搜罗 - 精准的职业导航 | [http://gaoxiaosouluo.cn/](http://gaoxiaosouluo.cn/) | +| ❌已下线 | 卖家大全 - 最全卖家导航 | [http://maijiadaquan.com/](http://maijiadaquan.com/) | +| ❌已下线 | 魔米导航 | [魔米导航 \- 精品网址导航](http://www.nmomi.com/) | +| ❌已下线 | 电力行业的网站导航 | [万家灯火,有你有我](http://zhiliaopower.cn/) | +| ❌已下线 | 域名购买&域名商场&行业导航 | [http://www.yichushou.com/](http://www.yichushou.com/) | +| ❌已下线 | 杏map | [http://xx-map.com/](http://xx-map.com/) | +| ❌已下线 | DreamThere - 梦想导航 | [https://nav.dreamthere.com/](https://nav.dreamthere.com/) | +| ❌已下线 | JKnear导航 - 建筑结构设计导航 | [http://jk.jknear.com:777/](http://jk.jknear.com:777/) | +| ❌已下线 | site navigation – QAOZEN | [https://qaozen.com/nav/](https://qaozen.com/nav/) | +| ❌已下线 | 我的收藏夹 - 个人网址导航站 | [https://www.kukiliao.com/](https://www.kukiliao.com/) | +| ❌已下线 | vv.lc - 网址导航 | [http://vv.lc/](http://vv.lc/) | +| ❌已下线 |Pandaroll\.cn 网址导航 | [Pandaroll\.cn 网址导航](http://pandaroll.cn/cn/index.html) | +| ❌已下线 | Link - 我的网址收藏夹 | [Link - 我的网址收藏夹](https://link.jianrry.com) | +| ❌已下线 | 77导航 | [77导航](https://nav.dig77.com/) | +| ❌已下线 | 牛导航 - 实用工具导航 | [http://ziliao6.com/](http://ziliao6.com/) | +| ❌已下线 | QAdoc - 测试工作者导航 | [http://nav.qadoc.org/cn/index.html](http://nav.qadoc.org/cn/index.html) | +| ❌已下线 | t.hiihi | [http://t.hiihi.cn/](http://t.hiihi.cn/) | +| ❌已下线 | hytale导航 | [https://www.hytale-nav.com/](https://www.hytale-nav.com/) | +| ❌已下线 |英阅导航 | [英阅网址导航](http://enreading.ishare20.net/) | +| ❌已下线 |小猪猪导航 | [小猪猪导航](http://xzz11.xyz/cn/index.html) | +| ❌已下线 |有钱导航 | [有钱导航](http://www.youqiandaohang.com/) | +| ❌已下线 |创意探手导航 | [创意探手导航](http://tans119.com/) | +| ❌已下线 |126云导航 | [126云导航 \- 最好用的浏览器主页](http://www.126yun.cn//) | +| ❌已下线 |qiqijiavip | [http://www.qiqijiavip.com](http://www.qiqijiavip.com) | +| ❌已下线 | zou0 | [http://www.zou0.com/cn/index.html](http://www.zou0.com/cn/index.html) | +| ❌已下线 | Matrix Navigation | [Matrix Navigation \-](https://navi.sh-oo.com/) | +| ❌已下线 | lerso.cn | [http://lerso.cn/](http://lerso.cn/) | +| ❌已下线 | dh.wdj.pw | [WebStack\.cc \- 设计师网址导航](https://dh.wdj.pw/cn/index.html) | +| ❌已下线 | wukandy.cn | [https://wukandy.cn/](https://wukandy.cn/) | | ❌已下线 | 奇客数码导航 - 专注IT自媒体导航网站 | [https://nav.qikepai.cn/](https://nav.qikepai.cn/) | | ❌已下线 | 7299导航 | [https://www.mmbbao.com/](https://www.mmbbao.com/) | | ❌已下线 | 东莞理工学习导航 | [http://gd.dgut.top/cn/index2.html](http://gd.dgut.top/cn/index2.html) | From 9180239ec21c48924e8144e1e9ffc8a644ce8cb1 Mon Sep 17 00:00:00 2001 From: ViggoZ <272910299@qq.com> Date: Sat, 6 May 2023 15:04:27 +0800 Subject: [PATCH 11/16] Update README.md --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index fbf08eb32..e876a6160 100644 --- a/README.md +++ b/README.md @@ -123,18 +123,18 @@ JUST DOWNLOAD AND DO WHAT THE FUCK YOU WANT TO. | ✅已上线 | 狼牌工作网址导航 | [https://www.volf.club/](https://www.volf.club/) | | ✅已上线 | 广告人导航 - 广告没门 | [https://adnodoor.com/nav/](https://adnodoor.com/nav/) | | ✅已上线 | 互联网资源库房 | [库房369\-互联网资源库房 \-](https://kf369.cn/) | -| ✅已上线 | 聚BT \- 聚合最优质的BT、磁力资源 | [聚BT \- 聚合最优质的BT、磁力资源](https://www.jubt.net/cn/index.html) | +| ✅已上线 | 聚BT - 聚合最优质的BT、磁力资源 | [聚BT \- 聚合最优质的BT、磁力资源](https://www.jubt.net/cn/index.html) | | ✅已上线 | ShareHub - 资源和工具的集合 | [https://www.gezhipu.com/cn/index.html](https://www.gezhipu.com/cn/index.html) | | ✅已上线 | 程序员网址导航 - hujiangtao | [https://web.hujiangtao.cn/](https://web.hujiangtao.cn/) | | 🕗开发中 | PMGEEK | [http://pmgeek.net/](http://pmgeek.net/) | | ❌已下线 | 造作家 | [造作家](https://www.hitsz.top/) | | ❌已下线 | 码灵导航 - 一个帮助开发者成长的程序员网址导航 | [https://nav.imaring.com/](https://nav.imaring.com/) | -| ❌已下线 | 币门 | [币门 \| 通向加密货币之门](https://www.bimen.com/) | -| ❌已下线 | Azt's 导航网站 | [Azt's 导航网站 \| 这只是一个导航](https://bookmark.cwenyu.net/) | -| ❌已下线 | moshuxv | [moshuxv\.xyz \| 网址导航](https://moshuxv.xyz/) | +| ❌已下线 | 币门 | [币门 | 通向加密货币之门](https://www.bimen.com/) | +| ❌已下线 | Azt's 导航网站 | [Azt's 导航网站](https://bookmark.cwenyu.net/) | +| ❌已下线 | moshuxv | [moshuxv.xyz](https://moshuxv.xyz/) | | ❌已下线 | 高效搜罗 - 精准的职业导航 | [http://gaoxiaosouluo.cn/](http://gaoxiaosouluo.cn/) | | ❌已下线 | 卖家大全 - 最全卖家导航 | [http://maijiadaquan.com/](http://maijiadaquan.com/) | -| ❌已下线 | 魔米导航 | [魔米导航 \- 精品网址导航](http://www.nmomi.com/) | +| ❌已下线 | 魔米导航 | [魔米导航 - 精品网址导航](http://www.nmomi.com/) | | ❌已下线 | 电力行业的网站导航 | [万家灯火,有你有我](http://zhiliaopower.cn/) | | ❌已下线 | 域名购买&域名商场&行业导航 | [http://www.yichushou.com/](http://www.yichushou.com/) | | ❌已下线 | 杏map | [http://xx-map.com/](http://xx-map.com/) | @@ -143,7 +143,7 @@ JUST DOWNLOAD AND DO WHAT THE FUCK YOU WANT TO. | ❌已下线 | site navigation – QAOZEN | [https://qaozen.com/nav/](https://qaozen.com/nav/) | | ❌已下线 | 我的收藏夹 - 个人网址导航站 | [https://www.kukiliao.com/](https://www.kukiliao.com/) | | ❌已下线 | vv.lc - 网址导航 | [http://vv.lc/](http://vv.lc/) | -| ❌已下线 |Pandaroll\.cn 网址导航 | [Pandaroll\.cn 网址导航](http://pandaroll.cn/cn/index.html) | +| ❌已下线 |Pandaroll.cn 网址导航 | [Pandaroll\.cn 网址导航](http://pandaroll.cn/cn/index.html) | | ❌已下线 | Link - 我的网址收藏夹 | [Link - 我的网址收藏夹](https://link.jianrry.com) | | ❌已下线 | 77导航 | [77导航](https://nav.dig77.com/) | | ❌已下线 | 牛导航 - 实用工具导航 | [http://ziliao6.com/](http://ziliao6.com/) | From 55527aaf34226dc9817411e6c6294742c74844a0 Mon Sep 17 00:00:00 2001 From: ViggoZ <272910299@qq.com> Date: Sat, 6 May 2023 15:05:26 +0800 Subject: [PATCH 12/16] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index e876a6160..b5630ce3c 100644 --- a/README.md +++ b/README.md @@ -126,6 +126,8 @@ JUST DOWNLOAD AND DO WHAT THE FUCK YOU WANT TO. | ✅已上线 | 聚BT - 聚合最优质的BT、磁力资源 | [聚BT \- 聚合最优质的BT、磁力资源](https://www.jubt.net/cn/index.html) | | ✅已上线 | ShareHub - 资源和工具的集合 | [https://www.gezhipu.com/cn/index.html](https://www.gezhipu.com/cn/index.html) | | ✅已上线 | 程序员网址导航 - hujiangtao | [https://web.hujiangtao.cn/](https://web.hujiangtao.cn/) | + + | 🕗开发中 | PMGEEK | [http://pmgeek.net/](http://pmgeek.net/) | | ❌已下线 | 造作家 | [造作家](https://www.hitsz.top/) | | ❌已下线 | 码灵导航 - 一个帮助开发者成长的程序员网址导航 | [https://nav.imaring.com/](https://nav.imaring.com/) | From 571971549fe0da88cebaf04cddb9a7ecaf40fae4 Mon Sep 17 00:00:00 2001 From: ViggoZ <272910299@qq.com> Date: Sat, 6 May 2023 15:06:28 +0800 Subject: [PATCH 13/16] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b5630ce3c..7a1f602ab 100644 --- a/README.md +++ b/README.md @@ -119,11 +119,11 @@ JUST DOWNLOAD AND DO WHAT THE FUCK YOU WANT TO. | 状态 | 网站名 | 网址 | | --- | --- | --- | -| ✅已上线 | 谢週五の导航站 | [谢週五の导航站 \- 5nav\.ml](https://5nav.ml/) | +| ✅已上线 | 谢週五の导航站 | [谢週五の导航站 - 5nav.ml](https://5nav.ml/) | | ✅已上线 | 狼牌工作网址导航 | [https://www.volf.club/](https://www.volf.club/) | | ✅已上线 | 广告人导航 - 广告没门 | [https://adnodoor.com/nav/](https://adnodoor.com/nav/) | -| ✅已上线 | 互联网资源库房 | [库房369\-互联网资源库房 \-](https://kf369.cn/) | -| ✅已上线 | 聚BT - 聚合最优质的BT、磁力资源 | [聚BT \- 聚合最优质的BT、磁力资源](https://www.jubt.net/cn/index.html) | +| ✅已上线 | 互联网资源库房 | [库房369-互联网资源库房](https://kf369.cn/) | +| ✅已上线 | 聚BT - 聚合最优质的BT、磁力资源 | [聚BT - 聚合最优质的BT、磁力资源](https://www.jubt.net/cn/index.html) | | ✅已上线 | ShareHub - 资源和工具的集合 | [https://www.gezhipu.com/cn/index.html](https://www.gezhipu.com/cn/index.html) | | ✅已上线 | 程序员网址导航 - hujiangtao | [https://web.hujiangtao.cn/](https://web.hujiangtao.cn/) | From 9ddbaf11c17759cef280412a275d00e3921717cb Mon Sep 17 00:00:00 2001 From: ViggoZ <272910299@qq.com> Date: Sat, 6 May 2023 15:07:03 +0800 Subject: [PATCH 14/16] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 7a1f602ab..eb20a8756 100644 --- a/README.md +++ b/README.md @@ -128,6 +128,8 @@ JUST DOWNLOAD AND DO WHAT THE FUCK YOU WANT TO. | ✅已上线 | 程序员网址导航 - hujiangtao | [https://web.hujiangtao.cn/](https://web.hujiangtao.cn/) | +| 状态 | 网站名 | 网址 | +| --- | --- | --- | | 🕗开发中 | PMGEEK | [http://pmgeek.net/](http://pmgeek.net/) | | ❌已下线 | 造作家 | [造作家](https://www.hitsz.top/) | | ❌已下线 | 码灵导航 - 一个帮助开发者成长的程序员网址导航 | [https://nav.imaring.com/](https://nav.imaring.com/) | From 20c577566fcc4531461e7c88b61718c293028bd0 Mon Sep 17 00:00:00 2001 From: ViggoZ <272910299@qq.com> Date: Sat, 6 May 2023 15:13:13 +0800 Subject: [PATCH 15/16] Update README.md --- README.md | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index eb20a8756..9e5b2b8fb 100644 --- a/README.md +++ b/README.md @@ -118,22 +118,17 @@ JUST DOWNLOAD AND DO WHAT THE FUCK YOU WANT TO. | 状态 | 网站名 | 网址 | | --- | --- | --- | - | ✅已上线 | 谢週五の导航站 | [谢週五の导航站 - 5nav.ml](https://5nav.ml/) | | ✅已上线 | 狼牌工作网址导航 | [https://www.volf.club/](https://www.volf.club/) | | ✅已上线 | 广告人导航 - 广告没门 | [https://adnodoor.com/nav/](https://adnodoor.com/nav/) | | ✅已上线 | 互联网资源库房 | [库房369-互联网资源库房](https://kf369.cn/) | | ✅已上线 | 聚BT - 聚合最优质的BT、磁力资源 | [聚BT - 聚合最优质的BT、磁力资源](https://www.jubt.net/cn/index.html) | | ✅已上线 | ShareHub - 资源和工具的集合 | [https://www.gezhipu.com/cn/index.html](https://www.gezhipu.com/cn/index.html) | -| ✅已上线 | 程序员网址导航 - hujiangtao | [https://web.hujiangtao.cn/](https://web.hujiangtao.cn/) | - - -| 状态 | 网站名 | 网址 | -| --- | --- | --- | +| ✅已上线 | 程序员网址导航 | [https://web.hujiangtao.cn/](https://web.hujiangtao.cn/) | | 🕗开发中 | PMGEEK | [http://pmgeek.net/](http://pmgeek.net/) | | ❌已下线 | 造作家 | [造作家](https://www.hitsz.top/) | | ❌已下线 | 码灵导航 - 一个帮助开发者成长的程序员网址导航 | [https://nav.imaring.com/](https://nav.imaring.com/) | -| ❌已下线 | 币门 | [币门 | 通向加密货币之门](https://www.bimen.com/) | +| ❌已下线 | 币门 | [币门 通向加密货币之门](https://www.bimen.com/) | | ❌已下线 | Azt's 导航网站 | [Azt's 导航网站](https://bookmark.cwenyu.net/) | | ❌已下线 | moshuxv | [moshuxv.xyz](https://moshuxv.xyz/) | | ❌已下线 | 高效搜罗 - 精准的职业导航 | [http://gaoxiaosouluo.cn/](http://gaoxiaosouluo.cn/) | From 224d7ba9b56ed757ca12c307f7651a62f75a07cb Mon Sep 17 00:00:00 2001 From: ViggoZ <272910299@qq.com> Date: Thu, 30 Nov 2023 23:41:09 +0800 Subject: [PATCH 16/16] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9e5b2b8fb..e5cad91a6 100644 --- a/README.md +++ b/README.md @@ -118,17 +118,17 @@ JUST DOWNLOAD AND DO WHAT THE FUCK YOU WANT TO. | 状态 | 网站名 | 网址 | | --- | --- | --- | -| ✅已上线 | 谢週五の导航站 | [谢週五の导航站 - 5nav.ml](https://5nav.ml/) | | ✅已上线 | 狼牌工作网址导航 | [https://www.volf.club/](https://www.volf.club/) | | ✅已上线 | 广告人导航 - 广告没门 | [https://adnodoor.com/nav/](https://adnodoor.com/nav/) | | ✅已上线 | 互联网资源库房 | [库房369-互联网资源库房](https://kf369.cn/) | -| ✅已上线 | 聚BT - 聚合最优质的BT、磁力资源 | [聚BT - 聚合最优质的BT、磁力资源](https://www.jubt.net/cn/index.html) | | ✅已上线 | ShareHub - 资源和工具的集合 | [https://www.gezhipu.com/cn/index.html](https://www.gezhipu.com/cn/index.html) | | ✅已上线 | 程序员网址导航 | [https://web.hujiangtao.cn/](https://web.hujiangtao.cn/) | | 🕗开发中 | PMGEEK | [http://pmgeek.net/](http://pmgeek.net/) | | ❌已下线 | 造作家 | [造作家](https://www.hitsz.top/) | +| ❌已下线 | 谢週五の导航站 | [谢週五の导航站 - 5nav.ml](https://5nav.ml/) | | ❌已下线 | 码灵导航 - 一个帮助开发者成长的程序员网址导航 | [https://nav.imaring.com/](https://nav.imaring.com/) | | ❌已下线 | 币门 | [币门 通向加密货币之门](https://www.bimen.com/) | +| ❌已下线 | 聚BT - 聚合最优质的BT、磁力资源 | [聚BT - 聚合最优质的BT、磁力资源](https://www.jubt.net/cn/index.html) | | ❌已下线 | Azt's 导航网站 | [Azt's 导航网站](https://bookmark.cwenyu.net/) | | ❌已下线 | moshuxv | [moshuxv.xyz](https://moshuxv.xyz/) | | ❌已下线 | 高效搜罗 - 精准的职业导航 | [http://gaoxiaosouluo.cn/](http://gaoxiaosouluo.cn/) |