Fix bug.
This commit is contained in:
parent
c618a295b8
commit
1a452dae0c
|
@ -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 = []
|
||||
|
|
Loading…
Reference in New Issue