| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566 |
- [
- {
- "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"
- }
- ]
|