@netless/slide 1.4.33 → 1.4.35

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
@@ -4,6 +4,12 @@
4
4
 
5
5
  ## changelog
6
6
 
7
+ ### 1.4.35 (2025-6-16)
8
+ * 修复特殊PPT内箭头不显示问题
9
+
10
+ ### 1.4.34 (2025-6-10)
11
+ * 修复偶现小内存设备上出现的不同步问题
12
+
7
13
  ### 1.4.33 (2025-6-10)
8
14
  * 修复渲染多次有错误的页面时, 无法继续跳转正常的页面问题
9
15
 
package/lib/Slide.d.ts CHANGED
@@ -422,7 +422,6 @@ export declare class Slide extends Slide_base {
422
422
  static volumeAdjuster: VolumeAdjuster;
423
423
  private iosResetCache;
424
424
  private iosNewPlayer?;
425
- private needClearCacheImage;
426
425
  private version?;
427
426
  private __slideState;
428
427
  private userInputTime;