-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
117 additions
and
73 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,57 @@ | ||
--- | ||
title:emoji.db | ||
description:emoji.db分析…… | ||
--- | ||
|
||
# emoji.db | ||
`base_sys_emoji_table`:QQ默认表情数据 | ||
| 列名 | 含义 | 说明 | | ||
|--------|--------------------------------|----------------------------------------------------------------------| | ||
| 81211 | 表情ID | | | ||
| 81212 | 表情描述(外显文字) | | | ||
| 81218 | protobuf格式 | 为81229与81230的下载链接内容 | | ||
| 81221 | 特殊类表情标识 | 0为正常,1为特殊 | | ||
| 81224 | 特殊限定类表情标识 | | | ||
| 81225 | 特殊限定类表情标识 | | | ||
| 81226 | EmojiType | 系统表情为1,emoji表情为2,动态可变表情为3(比如掷骰子) | | ||
| 81266 | 表情类型说明 | | | ||
| 81229 | 静态图片下载地址 | | | ||
| 81230 | APNG图片下载地址 | emoji 表情没有此链接 | | ||
|
||
`bottom_emoji_table`:protobuf格式,包含该账号下已收藏的原创表情数据 | ||
|
||
`emoji_config_storage_table`:QQ系统表情数据 | ||
|
||
`emoji_group_table`:包含表情ID说明(如 超级表情0-16) | ||
|
||
`emoji_misc_data_table`:QQ默认表情下载地址 | ||
|
||
`fav_emoji_info_storage_table`:QQ收藏表情数据 | ||
|
||
| 列名 | 含义 | 说明 | | ||
|--------|--------------------------------|----------------------------------------------------------------------| | ||
| 80002 | 文件名 | 格式为`{uin}_0_0_0_{MD5}}_0_0` | | ||
| 80001 | 表情排序 | 倒序,即最新的收藏表情序号为0 | | ||
| 1002 | 收藏用户uin | | | ||
| 80012 | 本地存贮路径 | | | ||
| 80010 | 下载地址 | 格式为`hxxps://p.qpic.cn/qq_expression/{1002}/{8002}/0` | | ||
| 80011 | 表情MD5 | 32位大写 | | ||
| 80213 | 是否为原创表情 | 0为否,1为是 | | ||
| 80201 | 原创表情标识符 | 当80213为1时,显示为对应原创表情的标识符 | | ||
| 80202 | 原创表情包ID | 当80213为1时,显示对应原创表情包ID | | ||
| 80223 | 表情备注 | | | ||
| 80225 | 表情备注 | | | ||
|
||
`market_emoticon_package_table`:原创表情市场 | ||
| 列名 | 含义 | 说明 | | ||
| ------ | -------- | ----------------------------------------------------------------------------------- | | ||
| 80943 | 原创表情 ID | 知道 ID 可在 ../{uin}/nt_qq/nt_data/Emoji/marketface/{ID} 找到已缓存的原创表情包 | | ||
| 80947 | 原创表情包名字 | | | ||
| 80948 | 表情包说明 | | | ||
`market_emoticon_table` | ||
| 列名 | 含义 | 说明 | | ||
| ------ | ---------- | ---------------------------------------------- | | ||
| 80920 | 表情标识符 | | | ||
| 80943 | 原创表情包 ID | | | ||
| 80921 | 表情描述 | 外显文字 | | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.