From 76c49cdd9e47c82f1ffcc9f1f4b1ecac0030abf7 Mon Sep 17 00:00:00 2001 From: xuxiaoyan <1782569743@qq.com> Date: Fri, 25 Nov 2022 19:39:54 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A8=A1=E6=9D=BF1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- blenderhappy/about.html | 211 +++ blenderhappy/config.json | 6 + blenderhappy/contact.html | 227 ++++ blenderhappy/css/index.css | 1182 +++++++++++++++++ blenderhappy/css/style-1.css | 1 + .../css/style-frontend-pro.2.16.1.css | 1 + blenderhappy/css/style.css | 1 + blenderhappy/css/style.min.css | 11 + blenderhappy/details.html | 241 ++++ blenderhappy/index.html | 155 +++ blenderhappy/policy.html | 211 +++ 11 files changed, 2247 insertions(+) create mode 100644 blenderhappy/about.html create mode 100644 blenderhappy/config.json create mode 100644 blenderhappy/contact.html create mode 100644 blenderhappy/css/index.css create mode 100644 blenderhappy/css/style-1.css create mode 100644 blenderhappy/css/style-frontend-pro.2.16.1.css create mode 100644 blenderhappy/css/style.css create mode 100644 blenderhappy/css/style.min.css create mode 100644 blenderhappy/details.html create mode 100644 blenderhappy/index.html create mode 100644 blenderhappy/policy.html diff --git a/blenderhappy/about.html b/blenderhappy/about.html new file mode 100644 index 0000000..7ef5b29 --- /dev/null +++ b/blenderhappy/about.html @@ -0,0 +1,211 @@ + + + +
+ + + + + + +{{.Article.Summary}}
+ {{range .Article.Topics}} +{{.Topic}}
+ {{$tlen := len .Pictures}} + {{if ne $tlen 0}} + {{range .Pictures}} + + {{end}} + {{end}} +{{.Content}}
+ {{end}} + + + + + + + +