first commit
This commit is contained in:
commit
b71ea45681
898 changed files with 138202 additions and 0 deletions
66
static/assets/json/jstree-data.json
Normal file
66
static/assets/json/jstree-data.json
Normal 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"
|
||||
}
|
||||
]
|
Loading…
Add table
Add a link
Reference in a new issue