cc98_get_posts
Retrieve floor posts from a specific CC98 topic thread. Supports pagination with offset and size parameters, converting UBB tags to plain text for easy reading.
Instructions
读取某个主题帖的楼层内容(UBB 已清洗为纯文本)。1 楼即主楼。如需翻页,传 from=10、20……内容中的 [图片: …] 可用 cc98_get_image 查看,[图片/文件: …] 均可用 cc98_download 保存到本地。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| from | No | 起始楼层偏移(0 = 主楼开始) | |
| size | No | 读取楼层数 | |
| topic_id | Yes | 主题帖 ID |