├── README.md ├── index.html └── static ├── config.js ├── css ├── app.add2fd656e807972e5f14b8490c6baa7.css └── app.add2fd656e807972e5f14b8490c6baa7.css.map ├── fonts ├── element-icons.b02bdc1.ttf ├── iconfont.a9f46d2.eot └── iconfont.f326955.ttf ├── img ├── applebag1.580beb4.jpg ├── applebag2.2965568.jpg ├── applebag3.1718370.jpg ├── bg_01.452dda8.jpg ├── dashBoardBg.9f21fb6.png ├── header.32b8a20.png ├── iconfont.3a68900.svg ├── index-bg.f24d666.png ├── left.4055f3c.png └── right.ace479b.png ├── js ├── app.9c9392ed1d8762b24420.js ├── app.9c9392ed1d8762b24420.js.map ├── manifest.e90be7ea60b01681f30a.js └── manifest.e90be7ea60b01681f30a.js.map ├── json ├── 130000.json ├── 140000.json ├── 210000.json ├── 370000.json ├── 410000.json ├── 610000.json └── 620000.json └── tianditu_apiv4_new.js /README.md: -------------------------------------------------------------------------------- 1 | # appleBigScreen 2 | 苹果大数据大屏展示-静态化项目(模拟数据) 3 | -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gzmd/appleBigScreen/HEAD/index.html -------------------------------------------------------------------------------- /static/config.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gzmd/appleBigScreen/HEAD/static/config.js -------------------------------------------------------------------------------- /static/css/app.add2fd656e807972e5f14b8490c6baa7.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gzmd/appleBigScreen/HEAD/static/css/app.add2fd656e807972e5f14b8490c6baa7.css -------------------------------------------------------------------------------- /static/css/app.add2fd656e807972e5f14b8490c6baa7.css.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gzmd/appleBigScreen/HEAD/static/css/app.add2fd656e807972e5f14b8490c6baa7.css.map -------------------------------------------------------------------------------- /static/fonts/element-icons.b02bdc1.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gzmd/appleBigScreen/HEAD/static/fonts/element-icons.b02bdc1.ttf -------------------------------------------------------------------------------- /static/fonts/iconfont.a9f46d2.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gzmd/appleBigScreen/HEAD/static/fonts/iconfont.a9f46d2.eot -------------------------------------------------------------------------------- /static/fonts/iconfont.f326955.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gzmd/appleBigScreen/HEAD/static/fonts/iconfont.f326955.ttf -------------------------------------------------------------------------------- /static/img/applebag1.580beb4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gzmd/appleBigScreen/HEAD/static/img/applebag1.580beb4.jpg -------------------------------------------------------------------------------- /static/img/applebag2.2965568.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gzmd/appleBigScreen/HEAD/static/img/applebag2.2965568.jpg -------------------------------------------------------------------------------- /static/img/applebag3.1718370.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gzmd/appleBigScreen/HEAD/static/img/applebag3.1718370.jpg -------------------------------------------------------------------------------- /static/img/bg_01.452dda8.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gzmd/appleBigScreen/HEAD/static/img/bg_01.452dda8.jpg -------------------------------------------------------------------------------- /static/img/dashBoardBg.9f21fb6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gzmd/appleBigScreen/HEAD/static/img/dashBoardBg.9f21fb6.png -------------------------------------------------------------------------------- /static/img/header.32b8a20.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gzmd/appleBigScreen/HEAD/static/img/header.32b8a20.png -------------------------------------------------------------------------------- /static/img/iconfont.3a68900.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gzmd/appleBigScreen/HEAD/static/img/iconfont.3a68900.svg -------------------------------------------------------------------------------- /static/img/index-bg.f24d666.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gzmd/appleBigScreen/HEAD/static/img/index-bg.f24d666.png -------------------------------------------------------------------------------- /static/img/left.4055f3c.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gzmd/appleBigScreen/HEAD/static/img/left.4055f3c.png -------------------------------------------------------------------------------- /static/img/right.ace479b.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gzmd/appleBigScreen/HEAD/static/img/right.ace479b.png -------------------------------------------------------------------------------- /static/js/app.9c9392ed1d8762b24420.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gzmd/appleBigScreen/HEAD/static/js/app.9c9392ed1d8762b24420.js -------------------------------------------------------------------------------- /static/js/app.9c9392ed1d8762b24420.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gzmd/appleBigScreen/HEAD/static/js/app.9c9392ed1d8762b24420.js.map -------------------------------------------------------------------------------- /static/js/manifest.e90be7ea60b01681f30a.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gzmd/appleBigScreen/HEAD/static/js/manifest.e90be7ea60b01681f30a.js -------------------------------------------------------------------------------- /static/js/manifest.e90be7ea60b01681f30a.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gzmd/appleBigScreen/HEAD/static/js/manifest.e90be7ea60b01681f30a.js.map -------------------------------------------------------------------------------- /static/json/130000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gzmd/appleBigScreen/HEAD/static/json/130000.json -------------------------------------------------------------------------------- /static/json/140000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gzmd/appleBigScreen/HEAD/static/json/140000.json -------------------------------------------------------------------------------- /static/json/210000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gzmd/appleBigScreen/HEAD/static/json/210000.json -------------------------------------------------------------------------------- /static/json/370000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gzmd/appleBigScreen/HEAD/static/json/370000.json -------------------------------------------------------------------------------- /static/json/410000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gzmd/appleBigScreen/HEAD/static/json/410000.json -------------------------------------------------------------------------------- /static/json/610000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gzmd/appleBigScreen/HEAD/static/json/610000.json -------------------------------------------------------------------------------- /static/json/620000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gzmd/appleBigScreen/HEAD/static/json/620000.json -------------------------------------------------------------------------------- /static/tianditu_apiv4_new.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gzmd/appleBigScreen/HEAD/static/tianditu_apiv4_new.js --------------------------------------------------------------------------------