From 96fddd87db6dcdcf647f90226d431d8d5e526000 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B1=E5=8D=9A=E4=BA=9E?= Date: Mon, 16 Oct 2023 21:41:26 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E6=89=8B=E9=A2=A8=E7=90=B4?= =?UTF-8?q?=E6=A8=A3=E5=BC=8Fwidget?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- modules/faq/_faq_widget2.html.erb | 30 ++++++++++++++++++++++++++++++ modules/faq/info.json | 13 +++++++++++-- 2 files changed, 41 insertions(+), 2 deletions(-) create mode 100644 modules/faq/_faq_widget2.html.erb diff --git a/modules/faq/_faq_widget2.html.erb b/modules/faq/_faq_widget2.html.erb new file mode 100644 index 0000000..61b5c52 --- /dev/null +++ b/modules/faq/_faq_widget2.html.erb @@ -0,0 +1,30 @@ +
+

+ {{widget-title}} +

+ +
+ + diff --git a/modules/faq/info.json b/modules/faq/info.json index 8890df3..b7c66cd 100644 --- a/modules/faq/info.json +++ b/modules/faq/info.json @@ -12,8 +12,8 @@ "filename" : "faq_index2", "force_cover": "true", "name" : { - "zh_tw" : "2. 手風琴列表 ( 模組標題, 問題 )", - "en" : "2. Accordion list ( widget-title, question )" + "zh_tw" : "2. 手風琴列表 ( 模組標題, 問題, 答案 )", + "en" : "2. Accordion list ( widget-title, question, answer )" }, "thumbnail" : "thumb.png" } @@ -26,6 +26,15 @@ "en" : "1. List (widget-title, question)" }, "thumbnail" : "thumb.png" + }, + + { + "filename" : "faq_widget2", + "name" : { + "zh_tw" : "2. 手風琴列表 ( 模組標題, 問題, 答案 )", + "en" : "2. Accordion list ( widget-title, question, answer )" + }, + "thumbnail" : "thumb.png" } ] } \ No newline at end of file