clean:清理图标等信息

This commit is contained in:
李亮亮 2024-01-15 17:36:36 +08:00
parent b70e7fff6b
commit 1ce47f6f62
6 changed files with 5 additions and 5 deletions

View File

@ -4,7 +4,7 @@
"scripts": {
"dev": "vite",
"build": "vite build",
"dev:worker": "wrangler pages dev ./public --r2=PICX",
"dev:worker": "wrangler pages dev ./public --r2=R2",
"preview": "vite preview"
},
"dependencies": {

Binary file not shown.

Before

Width:  |  Height:  |  Size: 17 KiB

BIN
public/favicon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

View File

@ -6,7 +6,7 @@
class="w-full h-16 bg-rose-100/50 shadow-sm sticky left-0 top-0 backdrop-blur-sm z-10"
>
<div class="mx-auto max-w-6xl px-4 h-full flex items-center">
<img src="./assets/picx-logo.png" class="w-8 h-8 block mr-2" />
<img src="/favicon.png" class="w-8 h-8 block mr-2" />
<div class="text-lg">
{{ appName }}
</div>
@ -56,9 +56,9 @@ import { useRouter } from 'vue-router'
import { ElScrollbar, ElConfigProvider } from 'element-plus'
import zhCn from "element-plus/es/locale/lang/zh-cn"
const repoLink = 'https://roim.app'
const repoName = 'roim-picx'
const appName = 'PICX'
const repoLink = 'https://blog.lianglianglee.com'
const repoName = '墓灵守护'
const appName = '图床管理工具'
document.title = appName

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.1 KiB