Auto commit: 2026-03-26 01:03

This commit is contained in:
xiongxiao
2026-03-26 01:03:33 +08:00
committed by cnb
parent 4cd5c7ac22
commit 9000de7e20
91 changed files with 627 additions and 99 deletions

View File

@@ -24,4 +24,8 @@ export type HotListItem = {
## hotnow 模块
单独的 api 的模块,纯粹负责获取数据,不涉及任何 UI 相关的东西。这样做的好处是可以让数据获取和 UI 展示解耦,方便后续维护和扩展。
单独的 api 的模块,纯粹负责获取数据,不涉及任何 UI 相关的东西。这样做的好处是可以让数据获取和 UI 展示解耦,方便后续维护和扩展。
## 其他模块
使用 bun 运行