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
This commit is contained in:
cheliangzhao
2026-02-10 21:08:52 +08:00
parent 7f1ff2df6b
commit 87993a5a2c

View File

@@ -18,10 +18,11 @@ ArkTS/ArkUI development for HarmonyOS applications.
**Covers:** **Covers:**
- ArkUI declarative UI framework - 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 - Component lifecycle and navigation
- Network requests and local storage - Network requests and local storage
- TypeScript to ArkTS migration - TypeScript to ArkTS migration
- Code obfuscation, linting, and debugging tools
### harmonyos-build-deploy ### harmonyos-build-deploy
@@ -80,7 +81,8 @@ arkts-development/
├── SKILL.md ├── SKILL.md
├── assets/ ├── assets/
│ ├── component-template.ets │ ├── component-template.ets
── list-page-template.ets ── list-page-template.ets
│ └── state-management-v2-examples.ets
└── references/ └── references/
├── api-reference.md ├── api-reference.md
├── arkguard-obfuscation.md ├── arkguard-obfuscation.md
@@ -88,7 +90,8 @@ arkts-development/
├── component-patterns.md ├── component-patterns.md
├── hstack.md ├── hstack.md
├── hvigor-commandline.md ├── hvigor-commandline.md
── migration-guide.md ── migration-guide.md
└── state-management-v2.md
harmonyos-build-deploy/ harmonyos-build-deploy/
├── SKILL.md ├── SKILL.md
└── references/ └── references/