Skip to content

Commit

Permalink
解决冲突
Browse files Browse the repository at this point in the history
  • Loading branch information
ksky521 committed Dec 9, 2015
2 parents be8fb01 + 56ee0ac commit 422029e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ nodePPT - 让你爱上做分享!
[![NPM](https://nodei.co/npm-dl/nodeppt.png)](https://nodei.co/npm/nodeppt/)
[![NPM](https://nodei.co/npm/nodeppt.png?downloads=true&downloadRank=true&stars=true)](https://nodei.co/npm/nodeppt/)

**导出pdf不再支持,请使用chrome打印服务另存为pdf,url中添加print=1,然后使用chrome打印 `ctrl+P` **

## 为什么选择nodePPT

**这可能是迄今为止最好的网页版PPT**
Expand All @@ -28,6 +30,7 @@ nodePPT - 让你爱上做分享!
* 多套皮肤:[colors](http://qdemo.sinaapp.com/)-[moon](http://qdemo.sinaapp.com/?theme=moon)-[blue](http://qdemo.sinaapp.com/?theme=blue)-[dark](http://qdemo.sinaapp.com/?theme=dark)-[green](http://qdemo.sinaapp.com/?theme=green)-[light](http://qdemo.sinaapp.com/?theme=light)
* 双屏控制:http://qdemo.sinaapp.com/?_multiscreen=1 记得允许弹窗哦~
* 三水清的分享:http://js8.in/slide
* 打印页面:http://qdemo.sinaapp.com/?print=1

## 1.3 新功能
支持单个slide事件:build/enter/leave/keypress,事件统一在`[slide]`中使用`data-on-X`来指定一个*全局函数名*
Expand Down
2 changes: 2 additions & 0 deletions bin/nodeppt
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ program

program
.command('create')
.alias('new')
.usage('[filename] [option]')
.description('create a slide')
.option('-d, --dir [path]', 'set slide file destination path')
Expand All @@ -35,6 +36,7 @@ program

program
.command('generate')
.alias('release')
.usage('[file_path] [save_path]')
.description('export html file')
.option('-a, --all [false]', 'output all style(include js,css) file', false)
Expand Down

0 comments on commit 422029e

Please sign in to comment.