Changelog
Updated: 2025-12-26 14:39:31
v1.18.0 (2025-09-05)
Features
- Added PopupAd module
- PushCard supports session isolation
v1.17.0 (2025-08-15)
Features
- Announcement supports session isolation
v1.15.0 (2025-06-16)
Features
- Added new enum type
ProductSoldOutto the product library message enum, with a value of 12, indicating the product is sold out - The tracking method trackLog now supports recording session status
v1.11.0 (2025-03-24)
Features
- Added the
generateProductExplainPageUrlmethod to the product library for generating the replay page URL of product explanations
v1.10.0 (2025-02-27)
Features
- The
getProductListByShowIdreturn result of the product library now includes thetoppingProductfield, supporting retrieval of the currently pinned product
v1.9.0 (2025-01-17)
Features
- Added
getProductByIdto the product library to retrieve product information by product ID - Added
isUserCheckedInto check-in to check if the user has already checked in - Added
forcePushCardto push-card to force push a card, andforceCancelCurrentPushCardto force cancel the currently pushed card
v1.6.0 (2024-12-26)
Features
- Added the
ProductExplainStatusproduct explanation status constant to the product library module
v1.5.0 (2024-11-25)
Features
- Added the
getCurrentPushingProductmethod to the product library module to retrieve the currently pushed product
