| docs: translate figures in en/api and prune low-value figures Replace Chinese figures under docs/en/api/ with English translations so the English documentation no longer embeds Chinese-only images. Figures translated (docs/en/api/...): - framework/feature/figures/JIDL.png - framework/feature/figures/feature_static.png - framework/feature/figures/feature_instance.png - framework/feature/figures/Asynchronous_model.png - framework/telephony/figures/TapiWork.png Figures pruned (removed in both en/ and zh-cn/) and expressed inline via concise text or tables, which carries the same information more compactly: - feature_framework.png: use a short bullet list of the architecture layers. - feature_life.png: use a table documenting each lifecycle event. - feature_running.png: use a bullet list describing Module / Prototype / Instance semantics. - callback_promise_manager.png: describe the internal ID/table design inline. - quickapp/basic_structure.png: remove the Overall Architecture section, whose information is already covered by Related Documentation links. | 1 个月前 |