From 18dd5fa177a4d71f61bcc6c1a20b7915897ac24f Mon Sep 17 00:00:00 2001 From: xuxiaoyan <1782569743@qq.com> Date: Wed, 23 Nov 2022 18:40:06 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A8=A1=E6=9D=BF6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- majorhifi/about.html | 194 + majorhifi/config.json | 6 + majorhifi/contact.html | 210 + majorhifi/css/index.css | 559 + majorhifi/css/style.css | 6903 ++++++ majorhifi/css/style.min.css | 11 + majorhifi/css/styles.css | 159 + majorhifi/css/td_standard_pack_main.css | 24349 ++++++++++++++++++++++ majorhifi/details.html | 230 + majorhifi/index.html | 455 + majorhifi/policy.html | 194 + 11 files changed, 33270 insertions(+) create mode 100644 majorhifi/about.html create mode 100644 majorhifi/config.json create mode 100644 majorhifi/contact.html create mode 100644 majorhifi/css/index.css create mode 100644 majorhifi/css/style.css create mode 100644 majorhifi/css/style.min.css create mode 100644 majorhifi/css/styles.css create mode 100644 majorhifi/css/td_standard_pack_main.css create mode 100644 majorhifi/details.html create mode 100644 majorhifi/index.html create mode 100644 majorhifi/policy.html diff --git a/majorhifi/about.html b/majorhifi/about.html new file mode 100644 index 0000000..4b93eed --- /dev/null +++ b/majorhifi/about.html @@ -0,0 +1,194 @@ + + + + + + + +
+ + + + + + + + +{{.Article.Summary}}
+ {{range .Article.Topics}} +{{.Topic}}
+ {{$tlen := len .Pictures}} + {{if ne $tlen 0}} + {{range .Pictures}} + + {{end}} + {{end}} +{{.Content}}
+ {{end}} +