Răsfoiți Sursa

🔧 chore(commands): rename and update mini shadui commands

- rename mini-check-shadui.md to mini-shadui-check.md for consistent naming
- rename mini-page.md to mini-shadui-page.md to clarify it's shadui-specific
- update description in mini-shadui-page.md to specify it's for shadui pages
- update overview to mention Shadui in the technology stack
- add Shadui path section specifying component location
yourname 3 luni în urmă
părinte
comite
fffb8d0269
2 a modificat fișierele cu 5 adăugiri și 2 ștergeri
  1. 0 0
      .roo/commands/mini-shadui-check.md
  2. 5 2
      .roo/commands/mini-shadui-page.md

+ 0 - 0
.roo/commands/mini-check-shadui.md → .roo/commands/mini-shadui-check.md


+ 5 - 2
.roo/commands/mini-page.md → .roo/commands/mini-shadui-page.md

@@ -1,11 +1,14 @@
 ---
-description: "小程序页面的开发指令"
+description: "小程序shadui页面的开发指令"
 ---
 
 # 小程序页面开发指令
 
 ## 概述
-本指令规范了基于Taro + React + Tailwind CSS的小程序页面开发流程,包含tabbar页和非tabbar页的创建标准和最佳实践,涵盖了认证、RPC调用、React Query v5使用等核心功能。
+本指令规范了基于Taro + React + Shadui + Tailwind CSS的小程序页面开发流程,包含tabbar页和非tabbar页的创建标准和最佳实践,涵盖了认证、RPC调用、React Query v5使用等核心功能。
+
+## 小程序Shadui路径
+mini/src/components/ui
 
 ## 页面类型分类