From 1a452dae0ce69a1c4075010f91026b9c46b69977 Mon Sep 17 00:00:00 2001 From: bohung Date: Tue, 23 Mar 2021 17:52:43 +0800 Subject: [PATCH] Fix bug. --- archive.gemspec | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/archive.gemspec b/archive.gemspec index 24fa5ab..33bb5ca 100644 --- a/archive.gemspec +++ b/archive.gemspec @@ -15,20 +15,20 @@ all_template.each do |folder| check_files = ["archive_index7","archive_index8"] file_infos = [ { - "filename" : "archive_index7", - "name" : { - "zh_tw" : "7. 表格列表 ( 模組標題, 類別標題, 檔案名稱, 檔案簡介, 下載連結 )", - "en" : "7. Table list (widget-title, category, filename, download link)" + "filename" => "archive_index7", + "name" => { + "zh_tw" => "7. 表格列表 ( 模組標題, 類別標題, 檔案名稱, 檔案簡介, 下載連結 )", + "en" => "7. Table list (widget-title, category, filename, download link)" }, - "thumbnail" : "ar5.png" + "thumbnail" => "ar5.png" }, { - "filename" : "archive_index8", - "name" : { - "zh_tw" : "8. 表格列表 ( 模組標題, 檔案名稱, 檔案簡介, 下載連結 )", - "en" : "8. Table list (widget-title, filename, download link)" + "filename" => "archive_index8", + "name" => { + "zh_tw" => "8. 表格列表 ( 模組標題, 檔案名稱, 檔案簡介, 下載連結 )", + "en" => "8. Table list (widget-title, filename, download link)" }, - "thumbnail" : "ar5.png" + "thumbnail" => "ar5.png" } ] flags = []