chore(update): emoji-datasource-apple version 15.0.1

This commit is contained in:
pacmandoh 2023-12-15 14:58:13 +08:00 committed by Hk-Gosuto
parent 789de39b2c
commit 07eb9b52b2
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ import BotIcon from "../icons/bot.svg";
import BlackBotIcon from "../icons/black-bot.svg"; import BlackBotIcon from "../icons/black-bot.svg";
export function getEmojiUrl(unified: string, style: EmojiStyle) { export function getEmojiUrl(unified: string, style: EmojiStyle) {
return `https://cdn.staticfile.org/emoji-datasource-apple/14.0.0/img/${style}/64/${unified}.png`; return `https://cdn.staticfile.org/emoji-datasource-apple/15.0.1/img/${style}/64/${unified}.png`;
} }
export function AvatarPicker(props: { export function AvatarPicker(props: {