💄 新LOGO

This commit is contained in:
刘嘉伟 2024-08-06 19:30:37 +08:00
parent cc0fcab65c
commit a72521eeeb
35 changed files with 4 additions and 4 deletions

View File

@ -10,7 +10,7 @@
<br /> <br />
<div align="center"> <div align="center">
<a href="https://github.com/luckjiawei/frpc-desktop"> <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="100" height="100">
</a> </a>
<h3 align="center">Frpc-Desktop</h3> <h3 align="center">Frpc-Desktop</h3>

View File

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

View File

@ -2,7 +2,7 @@
<html lang="zh-cn"> <html lang="zh-cn">
<head> <head>
<meta charset="UTF-8" /> <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/32x32.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="Content-Security-Policy" content="script-src 'self' 'unsafe-inline';" /> <meta http-equiv="Content-Security-Policy" content="script-src 'self' 'unsafe-inline';" />
<title>Frpc Desktop</title> <title>Frpc Desktop</title>

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> <template>
<div class="left-menu-container drop-shadow-xl"> <div class="left-menu-container drop-shadow-xl">
<div class="logo-container"> <div class="logo-container">
<img src="/logo/64x64.png" class="logo" alt="Logo"/> <img src="/logo/only/128x128.png" class="logo" alt="Logo"/>
</div> </div>
<ul class="menu-container"> <ul class="menu-container">
<!-- enter-active-class="animate__animated animate__bounceIn"--> <!-- enter-active-class="animate__animated animate__bounceIn"-->