Added original Vuexy files and cloned focus2 views into vuexy views for its conversion

This commit is contained in:
imnavajas
2023-05-06 13:01:53 +02:00
parent f0772cf1a6
commit ab99ba508b
1240 changed files with 240576 additions and 12 deletions

View File

@ -0,0 +1,66 @@
[
{
"id": 1,
"text": "css",
"children": [
{
"text": "app.css",
"type": "css"
},
{
"text": "style.css",
"type": "css"
}
]
},
{
"id": 2,
"text": "img",
"state": {
"opened": true
},
"children": [
{
"text": "bg.jpg",
"type": "img"
},
{
"text": "logo.png",
"type": "img"
},
{
"text": "avatar.png",
"type": "img"
}
]
},
{
"id": 3,
"text": "js",
"state": {
"opened": true
},
"children": [
{
"text": "jquery.js",
"type": "js"
},
{
"text": "app.js",
"type": "js"
}
]
},
{
"text": "index.html",
"type": "html"
},
{
"text": "page-one.html",
"type": "html"
},
{
"text": "page-two.html",
"type": "html"
}
]