@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.
package/index.es.js CHANGED
@@ -19060,7 +19060,7 @@ const useProductList = (options) => {
19060
19060
  const productDataSource = ref({
19061
19061
  pageNumber: 1,
19062
19062
  pageSize: 20,
19063
- totalItems: 100,
19063
+ totalItems: 0,
19064
19064
  totalPages: 1,
19065
19065
  contents: []
19066
19066
  });
@@ -26256,8 +26256,8 @@ console.log(
26256
26256
  "%c@polyv/product-launch",
26257
26257
  "background:#409EFF;padding: 2px 6px;border-radius: 3px;color: #fff",
26258
26258
  "[component: index]",
26259
- "[version: 1.1.0-rc-20250904.1]",
26260
- "[buildTime: 2025-09-04 03:22:40]"
26259
+ "[version: 1.1.0-rc-20250904.2]",
26260
+ "[buildTime: 2025-09-04 10:27:00]"
26261
26261
  );
26262
26262
  export {
26263
26263
  MobileProductList,