add fontsync pull and push

This commit is contained in:
kekee000
2016-03-20 21:10:36 +08:00
parent 043533118f
commit f11da19120
14 changed files with 181 additions and 66 deletions

View File

@@ -40,5 +40,6 @@ module.exports = exports = {
help: 'Help',
confirm: 'Confirm',
cancel: 'Cancel',
fontinfo: 'Font Info'
fontinfo: 'Font Info',
syncfromserver: 'Sync Font From Server'
};

View File

@@ -40,5 +40,6 @@ module.exports = exports = {
help: '帮助',
confirm: '确定',
cancel: '取消',
fontinfo: '字体信息'
fontinfo: '字体信息',
syncfromserver: '从服务器同步字体'
};