@rongcloud/imlib-next 5.6.2-beem-alpha.2 → 5.6.2-beem-alpha.4
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.d.ts +1 -1
- package/index.esm.js +1 -1
- package/index.js +1 -1
- package/package.json +2 -2
package/index.d.ts
CHANGED
|
@@ -202,7 +202,7 @@ declare type IInitOption = {
|
|
|
202
202
|
*/
|
|
203
203
|
__reportLogLevel?: EnableLogL;
|
|
204
204
|
/**
|
|
205
|
-
* IndexDB
|
|
205
|
+
* IndexDB 数据库内的日志有效期,单位为小时,有效值为 `24` - `168`,默认 IndexDB 内日志数据有效期 168 小时
|
|
206
206
|
*/
|
|
207
207
|
logExpireTime?: number;
|
|
208
208
|
};
|