This commit is contained in:
BoHung Chiu 2021-03-23 17:52:43 +08:00
parent c618a295b8
commit 1a452dae0c
1 changed files with 10 additions and 10 deletions

View File

@ -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 = []