mirror of
https://github.com/lzh-1625/go_process_manager.git
synced 2025-10-06 16:36:52 +08:00
9 lines
129 B
TypeScript
9 lines
129 B
TypeScript
export default [
|
|
{
|
|
icon: "mdi-application-braces",
|
|
name: "task-page",
|
|
key: "menu.task",
|
|
link: "/task",
|
|
},
|
|
];
|