@rongcloud/imlib-next 5.24.0 → 5.24.1

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 CHANGED
@@ -565,8 +565,9 @@ declare type IInitOption = {
565
565
  */
566
566
  useNaviV2?: boolean;
567
567
  /**
568
+ * 日志存储代理,用于自定义日志存储
568
569
  * @hidden
569
- * 日志存储代理
570
+ * @since 5.22.0
570
571
  */
571
572
  loggerProxy?: LogDBProxy;
572
573
  };