mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-23 16:56:10 +01:00
Improve emoji search (#11768)
Co-authored-by: mpcjazz <mail@mpcjazz.com>
This commit is contained in:
parent
47d79042fd
commit
0b51219f50
7 changed files with 11643 additions and 9494 deletions
2
app/src/types/index.d.ts
vendored
2
app/src/types/index.d.ts
vendored
|
|
@ -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
|
||||
}[]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue