@polyv/product-launch 1.1.0-rc-20250904.1 → 1.1.0-rc-20250904.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -19047,7 +19047,7 @@ const useProductList = (options) => {
19047
19047
  const productDataSource = ref({
19048
19048
  pageNumber: 1,
19049
19049
  pageSize: 20,
19050
- totalItems: 100,
19050
+ totalItems: 0,
19051
19051
  totalPages: 1,
19052
19052
  contents: []
19053
19053
  });
@@ -25637,8 +25637,8 @@ console.log(
25637
25637
  "%c@polyv/product-launch",
25638
25638
  "background:#409EFF;padding: 2px 6px;border-radius: 3px;color: #fff",
25639
25639
  "[component: mobile-product-list]",
25640
- "[version: 1.1.0-rc-20250904.1]",
25641
- "[buildTime: 2025-09-04 03:23:10]"
25640
+ "[version: 1.1.0-rc-20250904.2]",
25641
+ "[buildTime: 2025-09-04 10:27:32]"
25642
25642
  );
25643
25643
  export {
25644
25644
  mobileProductList as default