Improve emoji search (#11768)

Co-authored-by: mpcjazz <mail@mpcjazz.com>
This commit is contained in:
mpcjazz 2024-06-20 12:39:16 +09:00 committed by GitHub
parent 47d79042fd
commit 0b51219f50
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 11643 additions and 9494 deletions

View file

@ -323,10 +323,12 @@ interface IEmoji {
id: string,
title: string,
title_zh_cn: string,
title_ja_jp: string,
items: {
unicode: string,
description: string,
description_zh_cn: string,
description_ja_jp: string,
keywords: string
}[]
}