style: use Pretendard for default
style: apply some assets
This commit is contained in:
parent
a2f0dc46ce
commit
c34f13c24b
17 changed files with 45 additions and 35 deletions
|
@ -51,8 +51,8 @@ export const sendNoteAlert = async (text: string, user: User) => {
|
|||
*/
|
||||
export const sendNotificationAlert = async (text: string, user: User) => {
|
||||
const res = await api(user.host, 'notifications/create', {
|
||||
header: 'Misskey Tools on phater.live',
|
||||
icon: 'https://on.phater.live/logo.png',
|
||||
header: 'Misskey Tools with LycheeBridge',
|
||||
icon: 'https://in.gozou.moe/lcb.png',
|
||||
body: text,
|
||||
}, user.token);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue