docs: image url

This commit is contained in:
FantasticLBP
2026-01-02 10:28:57 +08:00
parent 7ac7513900
commit 7843661458
29 changed files with 719 additions and 719 deletions

View File

@@ -291,7 +291,7 @@ Weex Android 侧用 C++、iOS 侧用 OC 的差异,是:
## 增强并发
![Weex concurrency enhancement](./../assets/Weex-ConcurrencyEnhancement.png)
![Weex concurrency enhancement](https://raw.githubusercontent.com/FantasticLBP/knowledge-kit/master/assets/Weex-ConcurrencyEnhancement.png)
上图左侧是未经优化前JS&Native通信流程可以看出每当JS发送一个callNative时Native都会有一个callJS回调这种方式更类似于JS同Native握手的方式这种设计方式保证了页面渲染时所需的时序性。