写作模式, sync问题

This commit is contained in:
life
2015-03-08 01:52:30 +08:00
parent 4a48b11a10
commit 49bec63ded
20 changed files with 522 additions and 7318 deletions

4
node_modules/web.js generated vendored
View File

@@ -20,6 +20,10 @@ var Web = {
me.Note.notLogin();
},
alertWeb: function(msg) {
var me = this;
me.Note.alertWeb(msg);
},
// 注入前端变量
set: function(notebook, note, attach, tag) {