Skip to content

v2.3.0

Choose a tag to compare

@ShunL12324 ShunL12324 released this 30 Jan 12:13
· 24 commits to master since this release

What's New

Creator Center Tools

  • xhs_get_my_notes: Fetch published notes from creator center and cache to database
  • xhs_query_my_notes: Query cached notes with multi-field filter support (type, level, minLikes, titleContains, etc.)

Enhanced Profile Sync

  • xhs_check_auth_status now retrieves full user profile:
    • Followers (粉丝)
    • Following (关注)
    • Likes & Collects (获赞与收藏)
    • IP Location (IP属地)
    • Ban status (是否封禁)
  • xhs_add_account also syncs full profile on successful login

Developer Features

  • DEBUG environment variable: Set to true for non-headless browser debugging

Database

  • New my_published_notes table for caching creator center notes
  • New MyNotesRepository with upsert, batch operations, and statistics