@@ -333,7 +333,7 @@ For non-custom navigation bars, tabs and tab content are linked by default. For
**Figure 11** Lack of linkage between tabs and tab content


To manually switch between the tabs, use the **onChange** API provided by the **\<Tabs>** component to listen for the index change and pass the index of the active tab to **currentIndex**.
@@ -22,7 +22,7 @@ ArkUI is a UI development framework for building OpenHarmony applications. It pr
-**Platform API channel**: ArkUI provides an API extension mechanism through which platform capabilities are encapsulated to produce JavaScript (JS) APIs in a unified style.
-**Two development paradigms**: ArkUI comes with two development paradigms: [ArkTS-based declarative development paradigm](./ui-ts-overview.md)(declarative development paradigm for short) and [JS-compatible web-like development paradigm](./ui-js-overview.md)(web-like development paradigm for short). You can choose whichever development paradigm that aligns with your practice.
-**Two development paradigms**: ArkUI comes with two development paradigms: [ArkTS-based declarative development paradigm](arkts-ui-development-overview.md)(declarative development paradigm for short) and [JS-compatible web-like development paradigm](../ui/ui-js-overview.md)(web-like development paradigm for short). You can choose whichever development paradigm that aligns with your practice.
| Development Paradigm | Description | Applicable To | Target Audience |