Merge branch 'main' into develop

This commit is contained in:
刘嘉伟 2024-08-06 19:49:21 +08:00
commit 9d2c142d91
37 changed files with 8 additions and 6 deletions

View File

@ -10,7 +10,7 @@
<br />
<div align="center">
<a href="https://github.com/luckjiawei/frpc-desktop">
<img src="public/logo/512x512.png" alt="Logo" width="80" height="80">
<img src="public/logo/pack/1024x1024.png" alt="Logo" width="140">
</a>
<h3 align="center">Frpc-Desktop</h3>
@ -27,8 +27,10 @@
- [ ] 支持配置的导出导入
- [ ] 优化配置
- [ ] 便携版
- [ ] 在线更新
## 里程碑
- 2024-08-06: 发布v1.0.5版本
- 2024-08-06: 发布v1.0.4版本 适配支持多用户插件
- 2024-07-17: 发布v1.0.3版本 修复已知bug 增加开机自启 增加删除frp版本
- 2024-01-29: 发布v1.0.2版本 增加Linux客户端和代理模式

View File

@ -9,7 +9,7 @@
"directories": {
"output": "release/${version}"
},
"icon": "./public/logo/512x512.png",
"icon": "./public/logo/pack/512x512.png",
"files": [
"dist",
"dist-electron"

View File

@ -54,7 +54,7 @@ log.transports.console.level = "debug";
async function createWindow() {
win = new BrowserWindow({
title: "Frpc Desktop",
icon: join(process.env.VITE_PUBLIC, "logo/16x16.png"),
icon: join(process.env.VITE_PUBLIC, "logo/only/16x16.png"),
width: 800,
height: 600,
minWidth: 800,
@ -137,7 +137,7 @@ export const createTray = () => {
}
}
];
tray = new Tray(node_path.join(process.env.VITE_PUBLIC, "logo/16x16.png"))
tray = new Tray(node_path.join(process.env.VITE_PUBLIC, "logo/only/16x16.png"))
tray.setToolTip('Frpc Desktop')
const contextMenu = Menu.buildFromTemplate(menu)
tray.setContextMenu(contextMenu)

View File

@ -2,7 +2,7 @@
<html lang="zh-cn">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/logo/32x32.png" />
<link rel="icon" type="image/svg+xml" href="/logo/only/icon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="Content-Security-Policy" content="script-src 'self' 'unsafe-inline';" />
<title>Frpc Desktop</title>

BIN
logo(new).pxd Normal file

Binary file not shown.

View File

Before

Width:  |  Height:  |  Size: 37 KiB

After

Width:  |  Height:  |  Size: 37 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 352 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 488 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 600 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 819 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 37 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 KiB

BIN
public/logo/only/16x16.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 444 B

BIN
public/logo/only/24x24.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 601 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.6 KiB

BIN
public/logo/only/32x32.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 787 B

BIN
public/logo/only/48x48.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

BIN
public/logo/only/64x64.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

BIN
public/logo/only/icon.icns Normal file

Binary file not shown.

BIN
public/logo/only/icon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 353 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 46 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.3 KiB

BIN
public/logo/pack/16x16.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 511 B

BIN
public/logo/pack/24x24.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 681 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.4 KiB

BIN
public/logo/pack/32x32.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 872 B

BIN
public/logo/pack/48x48.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

BIN
public/logo/pack/64x64.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

BIN
public/logo/pack/icon.icns Normal file

Binary file not shown.

BIN
public/logo/pack/icon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 353 KiB

View File

@ -47,7 +47,7 @@ onMounted(() => {
<template>
<div class="left-menu-container drop-shadow-xl">
<div class="logo-container">
<img src="/logo/64x64.png" class="logo" alt="Logo"/>
<img src="/logo/only/128x128.png" class="logo" alt="Logo"/>
</div>
<ul class="menu-container">
<!-- enter-active-class="animate__animated animate__bounceIn"-->