颜色,基础组件重新封装,降低理解难度,分层更明显。入口更抽象

This commit is contained in:
Cody
2026-03-10 09:38:07 +08:00
parent ea3192bd65
commit ed93d556d6
13 changed files with 590 additions and 537 deletions

View File

@@ -33,7 +33,7 @@ melos:
scripts:
analyze:
description: "Run flutter analyze in all packages"
run: melos exec -- flutter analyze .
run: melos exec --concurrency=1 -- flutter analyze .
test:
description: "Run flutter test in all packages"