修改logo地址

This commit is contained in:
whyour 2022-02-16 22:56:54 +08:00
parent d23049b2fe
commit 5b048a5510
7 changed files with 8 additions and 7 deletions

View File

@ -34,7 +34,8 @@ export class ServerChanNotification extends NotificationBaseInfo {
export class BarkNotification extends NotificationBaseInfo {
public barkPush = '';
public barkIcon = 'https://lf9-survey.bytetos.com/obj/web.business.image/202201205d0d7b5e576ee603497ab6f3';
public barkIcon =
'https://img.gejiba.com/images/a3f551e09ac19add4c49ec16228729c5.png';
public barkSound = '';
public barkGroup = 'qinglong';
}

View File

@ -51,7 +51,7 @@ export PUSH_KEY=""
## 下方填写app提供的设备码例如https://api.day.app/123 那么此处的设备码就是123
export BARK_PUSH=""
## 下方填写推送图标设置,自定义推送图标(需iOS15或以上)
export BARK_ICON="https://lf9-survey.bytetos.com/obj/web.business.image/202201205d0d7b5e576ee603497ab6f3"
export BARK_ICON="https://img.gejiba.com/images/a3f551e09ac19add4c49ec16228729c5.png"
## 下方填写推送声音设置例如choo具体值请在bark-推送铃声-查看所有铃声
export BARK_SOUND=""
## 下方填写推送消息分组,默认为"QingLong"

View File

@ -39,7 +39,7 @@ let SCKEY = '';
let BARK_PUSH = '';
//BARK app推送图标,自定义推送图标(需iOS15或以上)
let BARK_ICON =
'https://lf9-survey.bytetos.com/obj/web.business.image/202201205d0d7b5e576ee603497ab6f3';
'https://img.gejiba.com/images/a3f551e09ac19add4c49ec16228729c5.png';
//BARK app推送铃声,铃声列表去APP查看复制填写
let BARK_SOUND = '';
//BARK app推送消息的分组, 默认为"QingLong"

View File

@ -235,7 +235,7 @@ export default function (props: any) {
logo={
<Image
preview={false}
src="https://lf9-survey.bytetos.com/obj/web.business.image/202201205d0d7b5e576ee603497ab6f3"
src="https://img.gejiba.com/images/a3f551e09ac19add4c49ec16228729c5.png"
/>
}
title={

View File

@ -233,7 +233,7 @@ const Initialization = () => {
<img
alt="logo"
className={styles.logo}
src="https://lf9-survey.bytetos.com/obj/web.business.image/202201205d0d7b5e576ee603497ab6f3"
src="https://img.gejiba.com/images/a3f551e09ac19add4c49ec16228729c5.png"
/>
<span className={styles.title}></span>
</div>

View File

@ -135,7 +135,7 @@ const Login = () => {
<img
alt="logo"
className={styles.logo}
src="https://lf9-survey.bytetos.com/obj/web.business.image/202201205d0d7b5e576ee603497ab6f3"
src="https://img.gejiba.com/images/a3f551e09ac19add4c49ec16228729c5.png"
/>
<span className={styles.title}>
{twoFactor ? '两步验证' : config.siteName}

View File

@ -10,7 +10,7 @@ const About = () => {
<img
alt="logo"
style={{ width: 140, marginRight: 20 }}
src="https://lf9-survey.bytetos.com/obj/web.business.image/202201205d0d7b5e576ee603497ab6f3"
src="https://img.gejiba.com/images/a3f551e09ac19add4c49ec16228729c5.png"
/>
<div className={styles.right}>
<span className={styles.title}></span>