Skip to content

Commit 583e993

Browse files
committedNov 18, 2023
✨ icon 替换
1 parent 7e66b3f commit 583e993

File tree

20 files changed

+11
-10
lines changed

20 files changed

+11
-10
lines changed
 

‎README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ English | [简体中文](./README.zh-CN.md)
22

33

44
<div align= "center">
5-
<img align="center" width=200 src="https://user-images.githubusercontent.com/21073039/128333805-73e086f0-5523-46a3-a096-cba80b904c46.png" />
5+
<img align="center" width=200 src="./public/logo.png" />
66
</div>
77

88

‎README.zh-CN.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,9 @@
22

33

44
<div align= "center">
5-
<img align="center" width=200 src="https://user-images.githubusercontent.com/21073039/128333805-73e086f0-5523-46a3-a096-cba80b904c46.png" />
5+
<img align="center" width=200 src="./public/logo.png" />
66
</div>
77

8-
98
<div align= "center">
109
<h1>Rubick</h1>
1110

@@ -14,7 +13,7 @@
1413
<img alt="release" src="https://img.shields.io/github/package-json/v/rubickCenter/rubick" />
1514
</a>
1615
<a href="https://github.com/rubickCenter/rubick/actions">
17-
<img alt=building src=https://img.shields.io/github/workflow/status/rubickCenter/rubick/Build>
16+
<img alt=building src=https://img.shields.io/github/actions/workflow/status/rubickCenter/rubick/main.yml>
1817
</a>
1918
<a href="https://github.com/rubickCenter/rubick/blob/master/LICENSE">
2019
<img alt="npm" src="https://img.shields.io/github/license/rubickCenter/rubick" />

‎build/icons/256x256.png

-15 KB
Binary file not shown.

‎build/icons/icon.icns

-45.8 KB
Binary file not shown.

‎build/icons/icon.ico

-15 KB
Binary file not shown.

‎feature/public/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"pluginName": "系统菜单",
44
"description": "系统菜单",
55
"main": "index.html",
6-
"logo": "https://pic1.zhimg.com/80/v2-c09780808301668a82e6646cb42f0806_720w.png",
6+
"logo": "https://pic1.zhimg.com/80/v2-29152fe716010751db835adf591421f8_720w.png",
77
"version": "0.0.0",
88
"preload":"preload.js",
99
"pluginType": "ui",

‎feature/src/assets/logo.png

13.8 KB
Loading

‎package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rubick",
3-
"version": "4.1.7",
3+
"version": "4.2.0-beta.1",
44
"author": "muwoo <2424880409@qq.com>",
55
"private": true,
66
"scripts": {

‎public/feature/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"pluginName": "系统菜单",
44
"description": "系统菜单",
55
"main": "index.html",
6-
"logo": "https://pic1.zhimg.com/80/v2-c09780808301668a82e6646cb42f0806_720w.png",
6+
"logo": "https://pic1.zhimg.com/80/v2-29152fe716010751db835adf591421f8_720w.png",
77
"version": "0.0.0",
88
"preload":"preload.js",
99
"pluginType": "ui",

‎public/icons/256x256.png

1.97 KB
Loading

‎public/icons/icon.icns

350 KB
Binary file not shown.

‎public/icons/icon.ico

6.59 KB
Binary file not shown.

‎public/icons/icon@2x.png

-1.38 KB
Loading

‎public/icons/icon@3x.png

-3.19 KB
Binary file not shown.

‎public/icons/iconTemplate@2x.png

1.33 KB
Loading

‎public/logo.png

1.97 KB
Loading

‎src/common/constans/defaultConfig.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
export default {
2-
version: 4,
2+
version: 6,
33
perf: {
44
custom: {
55
theme: 'SPRING',

‎src/main/common/tray.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ function createTray(window: BrowserWindow): Promise<Tray> {
99
return new Promise((resolve) => {
1010
let icon;
1111
if (commonConst.macOS()) {
12-
icon = './icons/icon@3x.png';
12+
icon = './icons/iconTemplate@2x.png';
1313
} else if (commonConst.windows()) {
1414
icon =
1515
parseInt(os.release()) < 10

‎src/renderer/assets/logo.png

1.97 KB
Loading

‎vue.config.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,9 @@ module.exports = {
102102
include: 'public/installer.nsh',
103103
},
104104
linux: {
105-
icon: 'build/icons/',
105+
icon: 'public/icons/',
106+
publish: ['github'],
107+
target: 'deb',
106108
},
107109
},
108110
},

0 commit comments

Comments
 (0)
Please sign in to comment.