图片同步

未解决: 从本地获取
This commit is contained in:
life
2015-01-23 20:43:21 +08:00
parent f6cc411735
commit 245bbb0236
13 changed files with 306 additions and 71 deletions

4
node_modules/evt.js generated vendored
View File

@@ -6,6 +6,10 @@ var Evt = {
// 项目绝对地址
getBasePath: function() {
return process.cwd();
},
getAbsolutePath: function(relative) {
var me = this;
return me.getBasePath() + '/' + relative;
}
};
module.exports = Evt;