Skip to content

Commit

Permalink
feat: 替换新 icon
Browse files Browse the repository at this point in the history
  • Loading branch information
JChehe committed Jun 23, 2018
1 parent 0d7a92e commit a176417
Show file tree
Hide file tree
Showing 10 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ ERROR in dlopen(/Users/**/Desktop/XCel/node_modules/node-sass/vendor/darwin-x64-
[5]: http://jdc.jd.com/lab/xcel/download/1.4.0/xcel-1.4.0-linux-x64.zip
[6]: https://misc.aotu.io/JChehe/xcel/initial_interface.png
[7]: https://misc.aotu.io/JChehe/xcel/filter_panel.png
[8]: https://misc.aotu.io/JChehe/xcel/sidebar.png
[8]: https://img20.360buyimg.com/ling/jfs/t22597/14/386141808/20464/fd4ff229/5b2e352dN367d79d8.png
[9]: https://misc.aotu.io/JChehe/xcel/instructions_for_use.png
[10]: https://misc.aotu.io/JChehe/xcel/app_update.png
[11]: https://github.com/SimulatedGREG/electron-vue
Expand Down
Binary file modified app/icons/icon.icns
Binary file not shown.
Binary file modified app/icons/icon.ico
Binary file not shown.
Binary file modified app/icons/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions app/src/components/assets/svg/xcel_logo.svg
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 app/src/components/assets/xcel_logo.png
Binary file not shown.
3 changes: 2 additions & 1 deletion app/src/components/common/SideBar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
<transition name="slide-fade">
<div id="sidebar" v-show="getSideBarStatus">
<div class="sidebar_header">
<img src="../assets/xcel_logo.png"
<img
src="../assets/svg/xcel_logo.svg"
class="logo"
title="XCEL官网"
@click="openExternal('xcel')">
Expand Down
Binary file modified build/icon.icns
Binary file not shown.
Binary file modified build/icon.ico
Binary file not shown.
Binary file added build/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit a176417

Please sign in to comment.