Skip to content

Commit

Permalink
add setting for converting psd to jpg/png
Browse files Browse the repository at this point in the history
  • Loading branch information
superRaytin committed Mar 17, 2016
1 parent d5d413b commit 0632e34
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/js/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ module.exports = {
"theme": "default", // 预览区主题
"tag_dblclickClose": false, // 双击关闭
"tag_lock": true, // 锁定标签
"psd_convert": 'jpg', // 导入 psd 时转换为(jpg || png || ''),空值代表总是询问
// 升级方式 tip || auto || never
"update": "tip",
// 默认保存方式 last || custom
Expand Down

0 comments on commit 0632e34

Please sign in to comment.