Skip to content
This repository was archived by the owner on Nov 2, 2024. It is now read-only.

Commit 8c9a942

Browse files
authored
docs(themes/kami): add details of kami conflict with core api (#47)
1 parent e063544 commit 8c9a942

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

pages/themes/kami.mdx

+7
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,13 @@ import { Callout, Steps } from "nextra/components";
1515
由于 Kami 主题已不再维护并 Achieved ,该部分文档将会保持最小程度的更新;值得注意的是,使用 Kami 要求服务器的 Linux 内核版本不小于 4.19。
1616
</Callout>
1717

18+
## 目前发现的与新版 Core 的冲突
19+
20+
由于 Kami 已不再维护,如果你想继续使用,你需要自行解决 Core 版本更新带来的 BREAKING CHANGE 导致的 kami 功能丢失问题。
21+
22+
- 点赞接口不兼容,已迁移至 `Activity Module` - [Source](https://github.com/mx-space/core/blob/master/apps/core/src/modules/activity/activity.controller.ts#L15-L26)
23+
- 阅读计数不再自动 increase, 已抽离至 `Ack Module` - [Source](https://github.com/mx-space/core/blob/master/apps/core/src/modules/ack/ack.controller.ts#L31-L39)
24+
1825

1926
<Steps>
2027
### 检查内核版本

0 commit comments

Comments
 (0)