tabs
Installation
SKILL.md
Steedos Tabs | Steedos 标签页
Overview | 概述
Tabs define the navigation items that appear in an application's sidebar. Each tab is a .tab.yml file that points to an object, a micro page, or a URL. Tabs are referenced by name in the application's tabs array.
标签页定义了应用程序侧边栏中的导航项。每个标签页是一个 .tab.yml 文件,指向一个对象、微页面或 URL。标签页通过名称在应用程序的 tabs 数组中引用。
File Format | 文件格式
- File Extension:
.tab.yml - Location:
main/default/tabs/ - Format: YAML
- Naming:
[tab_name].tab.yml
Tab Types | 标签页类型
1. Object Tab | 对象标签页
Related skills