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"]
 | 
					      check_files = ["archive_index7","archive_index8"]
 | 
				
			||||||
      file_infos = [
 | 
					      file_infos = [
 | 
				
			||||||
        {
 | 
					        {
 | 
				
			||||||
            "filename" : "archive_index7",
 | 
					            "filename" => "archive_index7",
 | 
				
			||||||
            "name" : {
 | 
					            "name" => {
 | 
				
			||||||
                "zh_tw" : "7. 表格列表 ( 模組標題, 類別標題, 檔案名稱, 檔案簡介, 下載連結 )",
 | 
					                "zh_tw" => "7. 表格列表 ( 模組標題, 類別標題, 檔案名稱, 檔案簡介, 下載連結 )",
 | 
				
			||||||
                "en" : "7. Table list (widget-title, category, filename, download link)"
 | 
					                "en" => "7. Table list (widget-title, category, filename, download link)"
 | 
				
			||||||
                },
 | 
					                },
 | 
				
			||||||
            "thumbnail" : "ar5.png"
 | 
					            "thumbnail" => "ar5.png"
 | 
				
			||||||
        },
 | 
					        },
 | 
				
			||||||
        {
 | 
					        {
 | 
				
			||||||
            "filename" : "archive_index8",
 | 
					            "filename" => "archive_index8",
 | 
				
			||||||
            "name" : {
 | 
					            "name" => {
 | 
				
			||||||
                "zh_tw" : "8. 表格列表 ( 模組標題, 檔案名稱, 檔案簡介, 下載連結 )",
 | 
					                "zh_tw" => "8. 表格列表 ( 模組標題, 檔案名稱, 檔案簡介, 下載連結 )",
 | 
				
			||||||
                "en" : "8. Table list (widget-title, filename, download link)"
 | 
					                "en" => "8. Table list (widget-title, filename, download link)"
 | 
				
			||||||
                },
 | 
					                },
 | 
				
			||||||
            "thumbnail" : "ar5.png"
 | 
					            "thumbnail" => "ar5.png"
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
      ]
 | 
					      ]
 | 
				
			||||||
      flags = []
 | 
					      flags = []
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue