From 87993a5a2cf800db1ea99c47226e310cdb278c80 Mon Sep 17 00:00:00 2001 From: cheliangzhao Date: Tue, 10 Feb 2026 21:08:52 +0800 Subject: [PATCH] docs: update README with State Management V2 and new files - Add state-management-v2.md and state-management-v2-examples.ets to file tree - Update arkts-development coverage to include V2 decorators - Add mention of code obfuscation, linting, and debugging tools --- README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9dc564b..50c911c 100644 --- a/README.md +++ b/README.md @@ -18,10 +18,11 @@ ArkTS/ArkUI development for HarmonyOS applications. **Covers:** - ArkUI declarative UI framework -- State management decorators (@State, @Prop, @Link) +- State management V1 (@State, @Prop, @Link) and V2 (@Local, @Param, @Event, @ObservedV2, @Trace) - Component lifecycle and navigation - Network requests and local storage - TypeScript to ArkTS migration +- Code obfuscation, linting, and debugging tools ### harmonyos-build-deploy @@ -80,7 +81,8 @@ arkts-development/ ├── SKILL.md ├── assets/ │ ├── component-template.ets -│ └── list-page-template.ets +│ ├── list-page-template.ets +│ └── state-management-v2-examples.ets └── references/ ├── api-reference.md ├── arkguard-obfuscation.md @@ -88,7 +90,8 @@ arkts-development/ ├── component-patterns.md ├── hstack.md ├── hvigor-commandline.md - └── migration-guide.md + ├── migration-guide.md + └── state-management-v2.md harmonyos-build-deploy/ ├── SKILL.md └── references/