From 3f716b9deff4e28412fdd2c505b6f5cb8c7c2f38 Mon Sep 17 00:00:00 2001 From: Viggo Date: Mon, 4 Jun 2018 22:10:06 +0800 Subject: [PATCH 01/13] no message --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bb2d6d6..2337794 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,6 @@ ![](http://7xnb6x.com1.z0.glb.clouddn.com/webstack-08-design2.png) ![](http://7xnb6x.com1.z0.glb.clouddn.com/webstack-09-design3.png) > 注:本站开源的目的是大家能够在本站的基础之上有所启发,做出更多新的东西。并不是让大家照搬所有代码。 -> 如果你使用这个开源项目,还请注明本项目开源地址。 +> 如果你使用这个开源项目,还请**注明**本项目开源地址。 From 2e42973bd5742b62fa0e170e6a7948f9e3d56f1c Mon Sep 17 00:00:00 2001 From: ViggoZ <272910299@qq.com> Date: Tue, 6 Aug 2019 19:02:28 +0800 Subject: [PATCH 02/13] Update README.md How to use --- README.md | 24 +++++++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2337794..1b621b6 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,28 @@ +本项目这是一个**纯静态**的网址导航网站,内容均由[viggo](http://viggoz.com)收集并整理。项目基于bootstrap前端框架开发。 + +怎么用? +--- +你可以像我一样直接使用静态托管形式,如果你需要一个后台系统方便管理,可以参考下面的第二第三种解决方案: +#### 1. 使用静态托管 +最简单快速上线自己的导航网站,你可以直接**下载**本项目修改内容既可部署上线。 + +#### 2. 使用基于Typecho的主题后台🔥 +[https://www.seogo.me/muban/webstack.html](https://www.seogo.me/muban/webstack.html) + +#### 3. 使用基于 Docker 搭建的后台系统🔥 +https://github.com/hui-ho/WebStack-Laravel + +https://hub.docker.com/r/arvon2014/webstack-laravel + +#### 4. 基于Java开发的后台系统:[@jsnjfz](https://github.com/jsnjfz)提供(未验证) +https://github.com/jsnjfz/WebStack-Guns + +#### 5. 自己写后台系统 +可以按照自己的喜好和框架搭建后台系统,也可以参考我设计好的后台框架自行搭建。本站设计开发过程在我的博客文章有详细讲到[《webstack \| viggo》](http://blog.viggoz.com/2018/01/03/2018-01-03-webstack/)。 + ### webstack.cc后台静态源码 -后台Demo:[www.webstack.cc/webstack-Admin/](http://webstack.cc/webstack-Admin/) +后台静态Demo:[www.webstack.cc/webstack-Admin/](http://webstack.cc/webstack-Admin/) 官网地址:[www.webstack.cc](https://webstack.cc) From 283b824c137c46ba91e3e6d0ff8514d2bcaa36c3 Mon Sep 17 00:00:00 2001 From: ViggoZ <272910299@qq.com> Date: Tue, 3 Sep 2019 18:37:02 +0800 Subject: [PATCH 03/13] Update README.md --- README.md | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 1b621b6..9b8ae52 100644 --- a/README.md +++ b/README.md @@ -6,19 +6,21 @@ #### 1. 使用静态托管 最简单快速上线自己的导航网站,你可以直接**下载**本项目修改内容既可部署上线。 -#### 2. 使用基于Typecho的主题后台🔥 -[https://www.seogo.me/muban/webstack.html](https://www.seogo.me/muban/webstack.html) +#### 2. 使用基于 Laravel 搭建的后台系统🔥(感谢[@hui-ho](https://github.com/hui-ho)提供) +开源地址:https://github.com/hui-ho/WebStack-Laravel -#### 3. 使用基于 Docker 搭建的后台系统🔥 -https://github.com/hui-ho/WebStack-Laravel +Docker部署版本:https://hub.docker.com/r/arvon2014/webstack-laravel -https://hub.docker.com/r/arvon2014/webstack-laravel +#### 3. WordPress 主题🔥(感谢 [@一为忆](https://www.iowen.cn/)提供) +开源地址:https://github.com/owen0o0/WebStack -#### 4. 基于Java开发的后台系统:[@jsnjfz](https://github.com/jsnjfz)提供(未验证) -https://github.com/jsnjfz/WebStack-Guns +教程:[WordPress 版 WebStack 导航主题使用说明 \| 一为忆](https://www.iowen.cn/wordpress-version-webstack/) -#### 5. 自己写后台系统 -可以按照自己的喜好和框架搭建后台系统,也可以参考我设计好的后台框架自行搭建。本站设计开发过程在我的博客文章有详细讲到[《webstack \| viggo》](http://blog.viggoz.com/2018/01/03/2018-01-03-webstack/)。 +#### 4. 基于Java开发的后台系统🔥(感谢[@jsnjfz](https://github.com/jsnjfz)提供) +开源地址:https://github.com/jsnjfz/WebStack-Guns + +#### 5. 使用Typecho主题🔥(感谢[@SEOGO](https://www.seogo.me/)提供) +开源地址:[https://www.seogo.me/muban/webstack.html](https://www.seogo.me/muban/webstack.html) ### webstack.cc后台静态源码 From 6d66911750817296879d94a17de2cf6129e1c6ba Mon Sep 17 00:00:00 2001 From: ViggoZ <272910299@qq.com> Date: Tue, 3 Sep 2019 18:38:08 +0800 Subject: [PATCH 04/13] Update README.md --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 9b8ae52..8dcb9b3 100644 --- a/README.md +++ b/README.md @@ -3,23 +3,23 @@ 怎么用? --- 你可以像我一样直接使用静态托管形式,如果你需要一个后台系统方便管理,可以参考下面的第二第三种解决方案: -#### 1. 使用静态托管 +#### 方法1. 使用静态托管 最简单快速上线自己的导航网站,你可以直接**下载**本项目修改内容既可部署上线。 -#### 2. 使用基于 Laravel 搭建的后台系统🔥(感谢[@hui-ho](https://github.com/hui-ho)提供) +#### 方法2. 使用基于 Laravel 搭建的后台系统🔥(感谢[@hui-ho](https://github.com/hui-ho)提供) 开源地址:https://github.com/hui-ho/WebStack-Laravel Docker部署版本:https://hub.docker.com/r/arvon2014/webstack-laravel -#### 3. WordPress 主题🔥(感谢 [@一为忆](https://www.iowen.cn/)提供) +#### 方法3. WordPress 主题🔥(感谢 [@一为忆](https://www.iowen.cn/)提供) 开源地址:https://github.com/owen0o0/WebStack 教程:[WordPress 版 WebStack 导航主题使用说明 \| 一为忆](https://www.iowen.cn/wordpress-version-webstack/) -#### 4. 基于Java开发的后台系统🔥(感谢[@jsnjfz](https://github.com/jsnjfz)提供) +#### 方法4. 基于Java开发的后台系统🔥(感谢[@jsnjfz](https://github.com/jsnjfz)提供) 开源地址:https://github.com/jsnjfz/WebStack-Guns -#### 5. 使用Typecho主题🔥(感谢[@SEOGO](https://www.seogo.me/)提供) +#### 方法5. 使用Typecho主题🔥(感谢[@SEOGO](https://www.seogo.me/)提供) 开源地址:[https://www.seogo.me/muban/webstack.html](https://www.seogo.me/muban/webstack.html) ### webstack.cc后台静态源码 From 27aa390136592bc07a13ae1dec3bcec7cd78cd33 Mon Sep 17 00:00:00 2001 From: Viggo Date: 2019年12月26日 13:27:20 +0800 Subject: [PATCH 05/13] no message --- README.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8dcb9b3..b5546ad 100644 --- a/README.md +++ b/README.md @@ -19,10 +19,17 @@ Docker部署版本:https://hub.docker.com/r/arvon2014/webstack-laravel #### 方法4. 基于Java开发的后台系统🔥(感谢[@jsnjfz](https://github.com/jsnjfz)提供) 开源地址:https://github.com/jsnjfz/WebStack-Guns -#### 方法5. 使用Typecho主题🔥(感谢[@SEOGO](https://www.seogo.me/)提供) +#### 方法5. springboot后台 Nikati-WebStack-Guns ❤️ (感谢[Nikati \(Nikati\)](https://github.com/Nikati)提供) +开源地址:https://github.com/Nikati/WebStack-Guns-NKT + +#### 方法6. 使用 Jekyll 版本的后台🔥(感谢[@0xl2oot](https://github.com/0xl2oot)提供) +开源地址:[https://github.com/0xl2oot/webstack-jekyll](https://github.com/0xl2oot/webstack-jekyll) + +#### 方法7. 使用Typecho主题🔥(感谢[@SEOGO](https://www.seogo.me/)提供) 开源地址:[https://www.seogo.me/muban/webstack.html](https://www.seogo.me/muban/webstack.html) -### webstack.cc后台静态源码 +#### 方法8. 自己写后台系统 +可以按照自己的喜好和框架搭建后台系统,也可以参考我设计好的后台框架自行搭建。本站设计开发过程在我的博客文章有详细讲到[《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) 后台静态Demo:[www.webstack.cc/webstack-Admin/](http://webstack.cc/webstack-Admin/) From 8b6c564e132580ae677f99e7de968c1a8bddc1ca Mon Sep 17 00:00:00 2001 From: ViggoZ <272910299@qq.com> Date: 2020年6月17日 11:08:58 +0800 Subject: [PATCH 06/13] Update README.md --- README.md | 32 +------------------------------- 1 file changed, 1 insertion(+), 31 deletions(-) diff --git a/README.md b/README.md index b5546ad..524e688 100644 --- a/README.md +++ b/README.md @@ -1,40 +1,10 @@ 本项目这是一个**纯静态**的网址导航网站,内容均由[viggo](http://viggoz.com)收集并整理。项目基于bootstrap前端框架开发。 -怎么用? +此后台未完成,请移步主项目查看使用方法 [WebStackPage/WebStackPage\.github\.io: ❤️静态响应式网址导航网站 \- webstack\.cc](https://github.com/WebStackPage/WebStackPage.github.io) --- -你可以像我一样直接使用静态托管形式,如果你需要一个后台系统方便管理,可以参考下面的第二第三种解决方案: -#### 方法1. 使用静态托管 -最简单快速上线自己的导航网站,你可以直接**下载**本项目修改内容既可部署上线。 - -#### 方法2. 使用基于 Laravel 搭建的后台系统🔥(感谢[@hui-ho](https://github.com/hui-ho)提供) -开源地址:https://github.com/hui-ho/WebStack-Laravel - -Docker部署版本:https://hub.docker.com/r/arvon2014/webstack-laravel - -#### 方法3. WordPress 主题🔥(感谢 [@一为忆](https://www.iowen.cn/)提供) -开源地址:https://github.com/owen0o0/WebStack - -教程:[WordPress 版 WebStack 导航主题使用说明 \| 一为忆](https://www.iowen.cn/wordpress-version-webstack/) - -#### 方法4. 基于Java开发的后台系统🔥(感谢[@jsnjfz](https://github.com/jsnjfz)提供) -开源地址:https://github.com/jsnjfz/WebStack-Guns - -#### 方法5. springboot后台 Nikati-WebStack-Guns ❤️ (感谢[Nikati \(Nikati\)](https://github.com/Nikati)提供) -开源地址:https://github.com/Nikati/WebStack-Guns-NKT - -#### 方法6. 使用 Jekyll 版本的后台🔥(感谢[@0xl2oot](https://github.com/0xl2oot)提供) -开源地址:[https://github.com/0xl2oot/webstack-jekyll](https://github.com/0xl2oot/webstack-jekyll) - -#### 方法7. 使用Typecho主题🔥(感谢[@SEOGO](https://www.seogo.me/)提供) -开源地址:[https://www.seogo.me/muban/webstack.html](https://www.seogo.me/muban/webstack.html) - -#### 方法8. 自己写后台系统 -可以按照自己的喜好和框架搭建后台系统,也可以参考我设计好的后台框架自行搭建。本站设计开发过程在我的博客文章有详细讲到[《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) 后台静态Demo:[www.webstack.cc/webstack-Admin/](http://webstack.cc/webstack-Admin/) -官网地址:[www.webstack.cc](https://webstack.cc) - - 没有绑定任何后台语言 - 基于bootstrap主题 **Xenon** - index.html (完整功能后台模板) From 1c383fc1dc87bef2b06fe177fc37c17e928e5db3 Mon Sep 17 00:00:00 2001 From: ViggoZ <272910299@qq.com> Date: 2020年6月17日 11:10:06 +0800 Subject: [PATCH 07/13] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 524e688..bedf8b1 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ 本项目这是一个**纯静态**的网址导航网站,内容均由[viggo](http://viggoz.com)收集并整理。项目基于bootstrap前端框架开发。 -此后台未完成,请移步主项目查看使用方法 [WebStackPage/WebStackPage\.github\.io: ❤️静态响应式网址导航网站 \- webstack\.cc](https://github.com/WebStackPage/WebStackPage.github.io) +此后台未完成,请移步主项目查看使用方法 +👇🏻 +[WebStackPage/WebStackPage\.github\.io: ❤️静态响应式网址导航网站 \- webstack\.cc](https://github.com/WebStackPage/WebStackPage.github.io) --- 后台静态Demo:[www.webstack.cc/webstack-Admin/](http://webstack.cc/webstack-Admin/) From 536f08b8585b5d2ca30b09bc7062c4e02e8ae0c6 Mon Sep 17 00:00:00 2001 From: ViggoZ <272910299@qq.com> Date: 2020年6月17日 11:11:07 +0800 Subject: [PATCH 08/13] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index bedf8b1..0097b75 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,10 @@ 本项目这是一个**纯静态**的网址导航网站,内容均由[viggo](http://viggoz.com)收集并整理。项目基于bootstrap前端框架开发。 此后台未完成,请移步主项目查看使用方法 + 👇🏻 -[WebStackPage/WebStackPage\.github\.io: ❤️静态响应式网址导航网站 \- webstack\.cc](https://github.com/WebStackPage/WebStackPage.github.io) + +[https://github.com/WebStackPage/WebStackPage.github.io - 静态响应式网址导航网站](https://github.com/WebStackPage/WebStackPage.github.io) --- 后台静态Demo:[www.webstack.cc/webstack-Admin/](http://webstack.cc/webstack-Admin/) From 19b134c5472b8a328b861f8691132ec69cb87c61 Mon Sep 17 00:00:00 2001 From: ViggoZ <272910299@qq.com> Date: 2020年6月17日 11:11:37 +0800 Subject: [PATCH 09/13] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0097b75..eebd2ad 100644 --- a/README.md +++ b/README.md @@ -2,9 +2,9 @@ 此后台未完成,请移步主项目查看使用方法 -👇🏻 +静态响应式网址导航网站👇🏻 -[https://github.com/WebStackPage/WebStackPage.github.io - 静态响应式网址导航网站](https://github.com/WebStackPage/WebStackPage.github.io) +[https://github.com/WebStackPage/WebStackPage.github.io](https://github.com/WebStackPage/WebStackPage.github.io) --- 后台静态Demo:[www.webstack.cc/webstack-Admin/](http://webstack.cc/webstack-Admin/) From 0c2f81e313e138becd723c98f027b7b4cb894c87 Mon Sep 17 00:00:00 2001 From: ViggoZ <272910299@qq.com> Date: 2020年6月17日 11:12:32 +0800 Subject: [PATCH 10/13] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index eebd2ad..eb0f7c7 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ 本项目这是一个**纯静态**的网址导航网站,内容均由[viggo](http://viggoz.com)收集并整理。项目基于bootstrap前端框架开发。 -此后台未完成,请移步主项目查看使用方法 +### 此后台未完成,请移步主项目查看使用方法 静态响应式网址导航网站👇🏻 From b6d1bb306415e09e53bb817983b0bf61365d36fa Mon Sep 17 00:00:00 2001 From: ViggoZ <272910299@qq.com> Date: 2020年6月17日 11:13:31 +0800 Subject: [PATCH 11/13] Update README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index eb0f7c7..9bc3d1a 100644 --- a/README.md +++ b/README.md @@ -7,13 +7,12 @@ [https://github.com/WebStackPage/WebStackPage.github.io](https://github.com/WebStackPage/WebStackPage.github.io) --- -后台静态Demo:[www.webstack.cc/webstack-Admin/](http://webstack.cc/webstack-Admin/) - - 没有绑定任何后台语言 - 基于bootstrap主题 **Xenon** - index.html (完整功能后台模板) - simple.html (阉割版后台模板) - index-simple-recommend.html (用户推荐管理模板) +后台静态Demo:http://webstack.cc/webstack-Admin/ ![](http://7xnb6x.com1.z0.glb.clouddn.com/webstack-06-production2.png) ![](http://7xnb6x.com1.z0.glb.clouddn.com/webstack-08-design2.png) From 0909530f98fd2e3e6d532054e8027c63f458d001 Mon Sep 17 00:00:00 2001 From: ViggoZ <272910299@qq.com> Date: 2022年4月29日 16:33:12 +0800 Subject: [PATCH 12/13] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9bc3d1a..10e0e0c 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -本项目这是一个**纯静态**的网址导航网站,内容均由[viggo](http://viggoz.com)收集并整理。项目基于bootstrap前端框架开发。 +本项目这是一个**纯静态**的网址导航网站,内容均由[viggo](https://www.viggoz.com)收集并整理。项目基于bootstrap前端框架开发。 ### 此后台未完成,请移步主项目查看使用方法 From be2b59c3ff4c7baf364dd73e71f863ba33014bf0 Mon Sep 17 00:00:00 2001 From: ViggoZ <272910299@qq.com> Date: 2022年4月29日 17:05:44 +0800 Subject: [PATCH 13/13] Update index-simple-recommend.html --- index-simple-recommend.html | 2 -- 1 file changed, 2 deletions(-) diff --git a/index-simple-recommend.html b/index-simple-recommend.html index 33eead1..849601e 100755 --- a/index-simple-recommend.html +++ b/index-simple-recommend.html @@ -159,7 +159,6 @@

推荐列表

Adobe Photoshop Adobe公司开发的图像合成软件Adobe公司开发的图像合成软件Adobe公司开发的图像合成软件Adobe公司开发的图像合成软件... www.photoshop.com - 272910299@qq.com @@ -170,7 +169,6 @@

推荐列表

Adobe Photoshop Adobe公司开发的图像合成软件Adobe公司开发的图像合成软件Adobe公司开发的图像合成软件Adobe公司开发的图像合成软件... www.photoshop.com - 272910299@qq.com

AltStyle によって変換されたページ (->オリジナル) /