diff --git a/back/data/notify.ts b/back/data/notify.ts index 144cd758..8989ae79 100644 --- a/back/data/notify.ts +++ b/back/data/notify.ts @@ -39,8 +39,7 @@ export class PushDeerNotification extends NotificationBaseInfo { export class BarkNotification extends NotificationBaseInfo { public barkPush = ''; - public barkIcon = - 'https://img.gejiba.com/images/a3f551e09ac19add4c49ec16228729c5.png'; + public barkIcon = 'https://qn.whyour.cn/logo.png'; public barkSound = ''; public barkGroup = 'qinglong'; } diff --git a/sample/config.sample.sh b/sample/config.sample.sh index eb36d85b..5fa5860f 100644 --- a/sample/config.sample.sh +++ b/sample/config.sample.sh @@ -51,7 +51,7 @@ export PUSH_KEY="" ## 下方填写app提供的设备码,例如:https://api.day.app/123 那么此处的设备码就是123 export BARK_PUSH="" ## 下方填写推送图标设置,自定义推送图标(需iOS15或以上) -export BARK_ICON="https://img.gejiba.com/images/a3f551e09ac19add4c49ec16228729c5.png" +export BARK_ICON="https://qn.whyour.cn/logo.png" ## 下方填写推送声音设置,例如choo,具体值请在bark-推送铃声-查看所有铃声 export BARK_SOUND="" ## 下方填写推送消息分组,默认为"QingLong" diff --git a/sample/notify.js b/sample/notify.js index 133a3d2d..006a9618 100644 --- a/sample/notify.js +++ b/sample/notify.js @@ -43,8 +43,7 @@ let PUSHDEER_KEY = ''; //此处填你BarkAPP的信息(IP/设备码,例如:https://api.day.app/XXXXXXXX) let BARK_PUSH = ''; //BARK app推送图标,自定义推送图标(需iOS15或以上) -let BARK_ICON = - 'https://img.gejiba.com/images/a3f551e09ac19add4c49ec16228729c5.png'; +let BARK_ICON = 'https://qn.whyour.cn/logo.png'; //BARK app推送铃声,铃声列表去APP查看复制填写 let BARK_SOUND = ''; //BARK app推送消息的分组, 默认为"QingLong" diff --git a/src/layouts/index.tsx b/src/layouts/index.tsx index ce9cdf84..2ba49ca7 100644 --- a/src/layouts/index.tsx +++ b/src/layouts/index.tsx @@ -226,12 +226,7 @@ export default function (props: any) { selectedKeys={[props.location.pathname]} loading={loading} ErrorBoundary={Sentry.ErrorBoundary} - logo={ - - } + logo={} title={ <> 控制面板 diff --git a/src/pages/initialization/index.tsx b/src/pages/initialization/index.tsx index 2f0c225b..3e8cc587 100644 --- a/src/pages/initialization/index.tsx +++ b/src/pages/initialization/index.tsx @@ -233,7 +233,7 @@ const Initialization = () => { logo 初始化配置 diff --git a/src/pages/login/index.tsx b/src/pages/login/index.tsx index 42f6036b..c527e0ee 100644 --- a/src/pages/login/index.tsx +++ b/src/pages/login/index.tsx @@ -135,7 +135,7 @@ const Login = () => { logo {twoFactor ? '两步验证' : config.siteName} diff --git a/src/pages/setting/about.tsx b/src/pages/setting/about.tsx index c349e537..f077ecd8 100644 --- a/src/pages/setting/about.tsx +++ b/src/pages/setting/about.tsx @@ -10,7 +10,7 @@ const About = () => { logo
青龙