Skip to content

Commit

Permalink
修改了app icon, 这次的可以看了么?
Browse files Browse the repository at this point in the history
  • Loading branch information
zythum committed Feb 22, 2017
1 parent ecdd547 commit 7c6a014
Show file tree
Hide file tree
Showing 15 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,10 @@
> 当前版本仅 macOS 系统可使用(因为朱一自己主要在 macOS 上干活)。之后也许大概可能会出一个叫做 weibotuchuang-lite 之类的平台通用版本。
![屏幕快照 2017-02-21 下午7.53.17.png](http://wx4.sinaimg.cn/large/6e9ad2bdly1fcyc5bztafj216c0kqhdt.jpg)
![app@2x.png](http://wx3.sinaimg.cn/large/6e9ad2bdly1fczpngdr4yj20sg0sgwqc.jpg)

## 使用方式
![屏幕快照 2017-02-21 下午7.53.17.png](http://wx4.sinaimg.cn/large/6e9ad2bdly1fcyc5bztafj216c0kqhdt.jpg)

1. 通过将图片文件拖拽到 menubar 图标上。
2. 通过点击 menubar 图标,在菜单中选择 上传图片。
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "weibotuchuang",
"productName": "围脖是个好图床",
"version": "0.0.4",
"version": "0.0.5",
"description": "围脖是个好图床",
"main": "src/main.js",
"scripts": {
Expand Down
Binary file modified resource/icons/app.icns
Binary file not shown.
Binary file modified resource/icons/app.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified resource/icons/[email protected]
Binary file not shown.
Binary file modified resource/icons/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resource/icons/[email protected]
Binary file not shown.
Binary file added resource/icons/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed resource/icons/icon.sketch
Binary file not shown.
File renamed without changes
File renamed without changes
File renamed without changes
Binary file added sketch/app.sketch
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ app.dock.hide()

let tray = null
function init () {
tray = new Tray(resource('icons/icon.png'))
tray = new Tray(resource('icons/menubar.png'))
tray.on('drop-files', (event, filePaths) => {
uploadFiles(filePaths.map(filePath => ({
name: path.basename(filePath),
Expand Down

0 comments on commit 7c6a014

Please sign in to comment.