mirror of
https://github.com/jackwener/OpenCLI.git
synced 2026-09-14 18:25:42 +08:00
6c077237a8
* feat(zhihu): add collection command to list favorite items Add new 'opencli zhihu collection' command that: - Lists items from a Zhihu collection (requires login) - Supports pagination with --offset and --limit parameters - Handles multiple content types: answer, article, pin - Shows collection statistics: total count, total pages, current page * feat(zhihu): split collection into collection and collections commands - Rename zhihu collection list functionality to zhihu collections - Keep zhihu collection for viewing specific collection contents by ID - Convert collection.ts to collection.js so build-manifest picks it up - Add tests for both commands - Update cli-manifest.json * fix(zhihu): harden collection read commands --------- Co-authored-by: Developer <developer@example.com> Co-authored-by: jackwener <jakevingoo@gmail.com>