@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.
@@ -22464,7 +22464,7 @@ const useProductList = (options) => {
22464
22464
  const productDataSource = ref({
22465
22465
  pageNumber: 1,
22466
22466
  pageSize: 20,
22467
- totalItems: 100,
22467
+ totalItems: 0,
22468
22468
  totalPages: 1,
22469
22469
  contents: []
22470
22470
  });
@@ -23028,8 +23028,8 @@ console.log(
23028
23028
  "%c@polyv/product-launch",
23029
23029
  "background:#409EFF;padding: 2px 6px;border-radius: 3px;color: #fff",
23030
23030
  "[component: pc-product-list]",
23031
- "[version: 1.1.0-rc-20250904.1]",
23032
- "[buildTime: 2025-09-04 03:23:26]"
23031
+ "[version: 1.1.0-rc-20250904.2]",
23032
+ "[buildTime: 2025-09-04 10:27:47]"
23033
23033
  );
23034
23034
  export {
23035
23035
  pcProductList as default