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 @@ + + + + + + + + + + + {{.Title}} + + + + + + + + + +
+ + +
+ + + +
+ +
+ +
+ + + +
+ + + \ No newline at end of file diff --git a/blenderhappy/config.json b/blenderhappy/config.json new file mode 100644 index 0000000..fc81307 --- /dev/null +++ b/blenderhappy/config.json @@ -0,0 +1,6 @@ +{ + "creator": "许晓焱", + "version": "1.0", + "origin_website": "https://blenderhappy.com/blog/", + "devices": ["pc", "pad", "phone"] + } \ No newline at end of file diff --git a/blenderhappy/contact.html b/blenderhappy/contact.html new file mode 100644 index 0000000..36f90f7 --- /dev/null +++ b/blenderhappy/contact.html @@ -0,0 +1,227 @@ + + + + + + + + {{.Title}} + + + + + + + + + + + + +
+ + +
+ + + +
+ +
+ +
+ + + +
+ + + \ No newline at end of file diff --git a/blenderhappy/css/index.css b/blenderhappy/css/index.css new file mode 100644 index 0000000..cd59bc6 --- /dev/null +++ b/blenderhappy/css/index.css @@ -0,0 +1,1182 @@ + + + + + + + + + + + + + + +

{{.Article.Summary}}

+ {{range .Article.Topics}} +

{{.Topic}}

+ {{$tlen := len .Pictures}} + {{if ne $tlen 0}} + {{range .Pictures}} + + {{end}} + {{end}} +

{{.Content}}

+ {{end}} + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/blenderhappy/index.html b/blenderhappy/index.html new file mode 100644 index 0000000..66cfd90 --- /dev/null +++ b/blenderhappy/index.html @@ -0,0 +1,155 @@ + + + + + + + + {{.Title}} + + + + + + + + + + + + +
+ + +
+ + + +
+ +
+ +
+ +
+ + + \ No newline at end of file diff --git a/blenderhappy/policy.html b/blenderhappy/policy.html new file mode 100644 index 0000000..d237a72 --- /dev/null +++ b/blenderhappy/policy.html @@ -0,0 +1,211 @@ + + + + + + + + {{.Title}} + + + + + + + + + + + + +
+ + +
+ + + +
+ +
+ +
+ + + +
+ + + \ No newline at end of file