mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-10-09 03:26:38 +08:00
3 lines
301 B
TypeScript
3 lines
301 B
TypeScript
// export const getEmojiUrl = 反代的地址 ?? "https://cdn.jsdelivr.net/npm/emoji-datasource-apple/img/apple/64/"
|
|
// https://github.com/ealush/emoji-picker-react/blob/master/src/config/cdnUrls.ts
|
|
export const getEmojiUrl = null ?? "https://cdn.jsdelivr.net/npm/emoji-datasource-apple/img/apple/64/" |