Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
阅读和点赞统计接口
POST /api/posts/:id/stats
{ "action": "view" }
view
like
{ "ok": true, "views": 100, "likes": 25 }
GET /api/stats/trend Authorization: Bearer <token>
{ "ok": true, "trend": [ { "date": "2025-01-01", "views": 150, "likes": 12 }, { "date": "2025-01-02", "views": 200, "likes": 18 } ] }
post_id
TEXT
likes
INTEGER
views
(post_id, date)
localStorage
blog_views_{postId}
blog_likes_{postId}