Commit 77d3151d authored by nanahira's avatar nanahira

no copy images

parent aed65512
...@@ -208,9 +208,11 @@ var writeToFile = function(message) { ...@@ -208,9 +208,11 @@ var writeToFile = function(message) {
} }
fs.writeFileSync(config.html_path+config.html_filename, fileContent); fs.writeFileSync(config.html_path+config.html_filename, fileContent);
sendResponse("列表更新完成。"); sendResponse("列表更新完成。");
/*
if (!config.cdn.enabled) { if (!config.cdn.enabled) {
copyImages(); copyImages();
} }
*/
} }
//读取指定文件夹里所有数据库,异步 //读取指定文件夹里所有数据库,异步
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment