Skip to content

Commit

Permalink
Update Timeline.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Sai authored Dec 18, 2023
1 parent 4cdb467 commit 7e9f225
Showing 1 changed file with 7 additions and 12 deletions.
19 changes: 7 additions & 12 deletions Timeline.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,17 +19,12 @@ CREATE TABLE IF NOT EXISTS `chii_timeline` (
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
```

`tml_cat` 一级分类

`tml_type` 二级类型

`tml_related` 直接关联 ID

`tml_memo` 关联数据

`tml_img` 关联图片数据(封面、头像、小组图标等,v2 将废弃)

`tml_batch` 是否为批量数据
- `tml_cat` 一级分类
- `tml_type` 二级类型
- `tml_related` 直接关联 ID
- `tml_memo` 关联数据
- `tml_img` 关联图片数据(封面、头像、小组图标等,v2 将废弃)
- `tml_batch` 是否为批量数据

# Constants

Expand Down Expand Up @@ -143,7 +138,7 @@ v2 起,在 `tml_memo` 与中不再存储关联条目详细数据,展示 Time

**同类收藏合并**

10 分钟内有同样的收藏类型(,则 `tml_batch` 标记为 1,将 `tml_memo` 合并存储为 {
如用户 10 分钟内有同样的收藏类型与动作,则相同类型与动作的 Timeline `tml_batch` 标记为 1,将 `tml_memo` 合并存储

`{ #subject_id: {}, #subject_id: {} }` 结构。

Expand Down

0 comments on commit 7e9f225

Please sign in to comment.