Browse Source

📝 docs(commands): add component usage documentation

- mini-navbar.md: 添加查看mini/src/components/ui/navbar.tsx了解具体用法的说明
- mini-tabbar-layout.md: 添加查看mini/src/layouts/tab-bar-layout.tsx了解具体用法的说明
yourname 4 months ago
parent
commit
b59165d6dd
2 changed files with 6 additions and 2 deletions
  1. 3 1
      .roo/commands/mini-navbar.md
  2. 3 1
      .roo/commands/mini-tabbar-layout.md

+ 3 - 1
.roo/commands/mini-navbar.md

@@ -2,4 +2,6 @@
 description: "顶部导航条Navbar使用指令"
 description: "顶部导航条Navbar使用指令"
 ---
 ---
 
 
-使用 import { Navbar } from '@/components/ui/navbar'
+使用 import { Navbar } from '@/components/ui/navbar'
+
+使用前先查看 mini/src/components/ui/navbar.tsx 了解具体用法

+ 3 - 1
.roo/commands/mini-tabbar-layout.md

@@ -2,4 +2,6 @@
 description: "tabbar布局组件使用指令"
 description: "tabbar布局组件使用指令"
 ---
 ---
 
 
-一级页面需要 使用 import { TabBarLayout } from '@/layouts/tab-bar-layout'
+一级页面需要 使用 import { TabBarLayout } from '@/layouts/tab-bar-layout'
+
+使用前先查看 mini/src/layouts/tab-bar-layout.tsx 了解具体用法