initialˆ
This commit is contained in:
11
reijm-read/src/config/navigation.ts
Normal file
11
reijm-read/src/config/navigation.ts
Normal file
@@ -0,0 +1,11 @@
|
||||
export interface Tab {
|
||||
id: string;
|
||||
label: string;
|
||||
icon: string;
|
||||
}
|
||||
|
||||
export const tabs: Tab[] = [
|
||||
{ id: "projects", label: "项目展示", icon: "🎨" },
|
||||
{ id: "tools", label: "在线工具", icon: "🛠" },
|
||||
{ id: "bookmarks", label: "网址导航", icon: "🔖" },
|
||||
];
|
||||
Reference in New Issue
Block a user