Compare commits

..

No commits in common. 'aae62c1b826fe4c995fc841e1df0bb396b692ea7' and '4103df1c3d0acb70dd3ddeff3cd807928bcf862b' have entirely different histories.

  1. 2
      .env
  2. 2
      index.html
  3. BIN
      public/favicon.ico
  4. BIN
      public/favicon.svg

2
.env

@ -1,5 +1,5 @@
# 网站标题
VITE_GLOB_APP_TITLE = 青鸟AI助手-同聪
VITE_GLOB_APP_TITLE = 青鸟语言大模型-同聪
# 简称,用于配置文件名字 不要出现空格、数字开头等特殊字符
VITE_GLOB_APP_SHORT_NAME = 同聪

2
index.html

@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/favicon.ico" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>%VITE_GLOB_APP_TITLE%</title>
</head>

BIN
public/favicon.ico

Binary file not shown.

Before

Width:  |  Height:  |  Size: 17 KiB

BIN
public/favicon.svg

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

Loading…
Cancel
Save