@jieyin/editor-sdk 1.1.122 → 1.1.124

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/README.md CHANGED
@@ -131,7 +131,7 @@ import '@jieyin/editor-sdk/style.css'
131
131
  | `productDetailApi` | `ProductDetailApi` | - | 产品详情接口(列表模式必传) |
132
132
  | `productListPageSize` | `number` | - | 产品列表每页条数 |
133
133
  | `productListInitialPage` | `number` | - | 产品列表初始页码 |
134
- | `initialProductId` | `string \| number` | - | 进入时默认选中的产品 ID(需在第一页列表中) |
134
+ | `initialProductId` | `string \| number` | - | 进入时默认选中的产品 ID;不在第一页时也会按 ID 加载详情并展示 |
135
135
  | `fileBaseUrl` | `string` | - | 文件资源基础 URL(用于代理/拼接) |
136
136
  | `licenseConfig` | `LicenseConfig` | - | License 配置(不传则不做 License 校验) |
137
137
  | `fileToken` | `string \| null` | `null` | 文件访问 Token(用于带鉴权的图片/资源) |