mirror of
https://github.com/jackwener/OpenCLI.git
synced 2026-09-14 18:25:42 +08:00
5f0cce7b22
* feat(weibo): add favorites + publish CLI commands Consolidates #1253 (favorites) and #1254 (publish) into a single PR per maintainer request. - clis/weibo/favorites.ts: cookie-mode fetch of authenticated user's favorites via weibo.com/u/page/fav/{uid} - clis/weibo/publish.js: UI-automation post (text up to 2000 chars, up to 9 images jpg/png/gif/webp) - cli-manifest.json regenerated to include the new commands Note: favorites.ts uses TypeScript syntax but build-manifest.js scans only *.js — favorites is currently NOT registered in the manifest. Reviewers please check whether to rename to .js or whether the manifest scanner should learn .ts. Authored-by: hszhsz <heshaoz1990@gmail.com> * fix(weibo): harden favorites and publish commands * fix(weibo): publish without execute gate --------- Co-authored-by: jackwener <jakevingoo@gmail.com>