23 lines
396 B
JSON
23 lines
396 B
JSON
{
|
|
"currentIndex": 0,
|
|
"tabs": [
|
|
{
|
|
"name": "工具",
|
|
"icon": "icon-tool",
|
|
"type": "blank",
|
|
"componentIndex": 2,
|
|
"storage": {
|
|
"currentToolName": "add"
|
|
}
|
|
},
|
|
{
|
|
"name": "资源",
|
|
"icon": "icon-file",
|
|
"type": "blank",
|
|
"componentIndex": 0,
|
|
"storage": {
|
|
"currentResourceName": "greeting"
|
|
}
|
|
}
|
|
]
|
|
} |