├── _config.yml ├── bootstrap ├── css │ ├── bootstrap-theme.css │ ├── bootstrap-theme.css.map │ ├── bootstrap-theme.min.css │ ├── bootstrap-theme.min.css.map │ ├── bootstrap.css │ ├── bootstrap.css.map │ ├── bootstrap.min.css │ └── bootstrap.min.css.map ├── fonts │ ├── glyphicons-halflings-regular.eot │ ├── glyphicons-halflings-regular.svg │ ├── glyphicons-halflings-regular.ttf │ ├── glyphicons-halflings-regular.woff │ └── glyphicons-halflings-regular.woff2 └── js │ ├── bootstrap.js │ ├── bootstrap.min.js │ └── npm.js ├── css ├── animate.css └── main.css ├── img ├── assess.png ├── cart1.png ├── cart2.png ├── edit.png ├── fdj.gif ├── feng.png ├── get.png ├── getBg.png ├── head.png ├── index1.png ├── index2.png ├── mine1.png ├── mine2.png ├── more.png ├── pay.png ├── point.png ├── return.png ├── save.png ├── select.png ├── send1.png ├── send2.png ├── shop.png └── turnR.png ├── index.html ├── index.md ├── js ├── angular-route.js ├── angular.min.js └── main.js ├── json ├── categories_.json ├── home_.json └── userAddress_.json └── views ├── cart.html ├── categories.html ├── cgrProDetail.html ├── home.html ├── homeProDetail.html ├── map.html ├── mine.html └── search.html /_config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spider-yamet/bee-quick/HEAD/_config.yml -------------------------------------------------------------------------------- /bootstrap/css/bootstrap-theme.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spider-yamet/bee-quick/HEAD/bootstrap/css/bootstrap-theme.css -------------------------------------------------------------------------------- /bootstrap/css/bootstrap-theme.css.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spider-yamet/bee-quick/HEAD/bootstrap/css/bootstrap-theme.css.map -------------------------------------------------------------------------------- /bootstrap/css/bootstrap-theme.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spider-yamet/bee-quick/HEAD/bootstrap/css/bootstrap-theme.min.css -------------------------------------------------------------------------------- /bootstrap/css/bootstrap-theme.min.css.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spider-yamet/bee-quick/HEAD/bootstrap/css/bootstrap-theme.min.css.map -------------------------------------------------------------------------------- /bootstrap/css/bootstrap.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spider-yamet/bee-quick/HEAD/bootstrap/css/bootstrap.css -------------------------------------------------------------------------------- /bootstrap/css/bootstrap.css.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spider-yamet/bee-quick/HEAD/bootstrap/css/bootstrap.css.map -------------------------------------------------------------------------------- /bootstrap/css/bootstrap.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spider-yamet/bee-quick/HEAD/bootstrap/css/bootstrap.min.css -------------------------------------------------------------------------------- /bootstrap/css/bootstrap.min.css.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spider-yamet/bee-quick/HEAD/bootstrap/css/bootstrap.min.css.map -------------------------------------------------------------------------------- /bootstrap/fonts/glyphicons-halflings-regular.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spider-yamet/bee-quick/HEAD/bootstrap/fonts/glyphicons-halflings-regular.eot -------------------------------------------------------------------------------- /bootstrap/fonts/glyphicons-halflings-regular.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spider-yamet/bee-quick/HEAD/bootstrap/fonts/glyphicons-halflings-regular.svg -------------------------------------------------------------------------------- /bootstrap/fonts/glyphicons-halflings-regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spider-yamet/bee-quick/HEAD/bootstrap/fonts/glyphicons-halflings-regular.ttf -------------------------------------------------------------------------------- /bootstrap/fonts/glyphicons-halflings-regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spider-yamet/bee-quick/HEAD/bootstrap/fonts/glyphicons-halflings-regular.woff -------------------------------------------------------------------------------- /bootstrap/fonts/glyphicons-halflings-regular.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spider-yamet/bee-quick/HEAD/bootstrap/fonts/glyphicons-halflings-regular.woff2 -------------------------------------------------------------------------------- /bootstrap/js/bootstrap.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spider-yamet/bee-quick/HEAD/bootstrap/js/bootstrap.js -------------------------------------------------------------------------------- /bootstrap/js/bootstrap.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spider-yamet/bee-quick/HEAD/bootstrap/js/bootstrap.min.js -------------------------------------------------------------------------------- /bootstrap/js/npm.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spider-yamet/bee-quick/HEAD/bootstrap/js/npm.js -------------------------------------------------------------------------------- /css/animate.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spider-yamet/bee-quick/HEAD/css/animate.css -------------------------------------------------------------------------------- /css/main.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spider-yamet/bee-quick/HEAD/css/main.css -------------------------------------------------------------------------------- /img/assess.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spider-yamet/bee-quick/HEAD/img/assess.png -------------------------------------------------------------------------------- /img/cart1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spider-yamet/bee-quick/HEAD/img/cart1.png -------------------------------------------------------------------------------- /img/cart2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spider-yamet/bee-quick/HEAD/img/cart2.png -------------------------------------------------------------------------------- /img/edit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spider-yamet/bee-quick/HEAD/img/edit.png -------------------------------------------------------------------------------- /img/fdj.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spider-yamet/bee-quick/HEAD/img/fdj.gif -------------------------------------------------------------------------------- /img/feng.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spider-yamet/bee-quick/HEAD/img/feng.png -------------------------------------------------------------------------------- /img/get.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spider-yamet/bee-quick/HEAD/img/get.png -------------------------------------------------------------------------------- /img/getBg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spider-yamet/bee-quick/HEAD/img/getBg.png -------------------------------------------------------------------------------- /img/head.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spider-yamet/bee-quick/HEAD/img/head.png -------------------------------------------------------------------------------- /img/index1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spider-yamet/bee-quick/HEAD/img/index1.png -------------------------------------------------------------------------------- /img/index2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spider-yamet/bee-quick/HEAD/img/index2.png -------------------------------------------------------------------------------- /img/mine1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spider-yamet/bee-quick/HEAD/img/mine1.png -------------------------------------------------------------------------------- /img/mine2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spider-yamet/bee-quick/HEAD/img/mine2.png -------------------------------------------------------------------------------- /img/more.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spider-yamet/bee-quick/HEAD/img/more.png -------------------------------------------------------------------------------- /img/pay.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spider-yamet/bee-quick/HEAD/img/pay.png -------------------------------------------------------------------------------- /img/point.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spider-yamet/bee-quick/HEAD/img/point.png -------------------------------------------------------------------------------- /img/return.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spider-yamet/bee-quick/HEAD/img/return.png -------------------------------------------------------------------------------- /img/save.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spider-yamet/bee-quick/HEAD/img/save.png -------------------------------------------------------------------------------- /img/select.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spider-yamet/bee-quick/HEAD/img/select.png -------------------------------------------------------------------------------- /img/send1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spider-yamet/bee-quick/HEAD/img/send1.png -------------------------------------------------------------------------------- /img/send2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spider-yamet/bee-quick/HEAD/img/send2.png -------------------------------------------------------------------------------- /img/shop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spider-yamet/bee-quick/HEAD/img/shop.png -------------------------------------------------------------------------------- /img/turnR.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spider-yamet/bee-quick/HEAD/img/turnR.png -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spider-yamet/bee-quick/HEAD/index.html -------------------------------------------------------------------------------- /index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spider-yamet/bee-quick/HEAD/index.md -------------------------------------------------------------------------------- /js/angular-route.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spider-yamet/bee-quick/HEAD/js/angular-route.js -------------------------------------------------------------------------------- /js/angular.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spider-yamet/bee-quick/HEAD/js/angular.min.js -------------------------------------------------------------------------------- /js/main.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spider-yamet/bee-quick/HEAD/js/main.js -------------------------------------------------------------------------------- /json/categories_.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spider-yamet/bee-quick/HEAD/json/categories_.json -------------------------------------------------------------------------------- /json/home_.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spider-yamet/bee-quick/HEAD/json/home_.json -------------------------------------------------------------------------------- /json/userAddress_.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spider-yamet/bee-quick/HEAD/json/userAddress_.json -------------------------------------------------------------------------------- /views/cart.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spider-yamet/bee-quick/HEAD/views/cart.html -------------------------------------------------------------------------------- /views/categories.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spider-yamet/bee-quick/HEAD/views/categories.html -------------------------------------------------------------------------------- /views/cgrProDetail.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spider-yamet/bee-quick/HEAD/views/cgrProDetail.html -------------------------------------------------------------------------------- /views/home.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spider-yamet/bee-quick/HEAD/views/home.html -------------------------------------------------------------------------------- /views/homeProDetail.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spider-yamet/bee-quick/HEAD/views/homeProDetail.html -------------------------------------------------------------------------------- /views/map.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spider-yamet/bee-quick/HEAD/views/map.html -------------------------------------------------------------------------------- /views/mine.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spider-yamet/bee-quick/HEAD/views/mine.html -------------------------------------------------------------------------------- /views/search.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spider-yamet/bee-quick/HEAD/views/search.html --------------------------------------------------------------------------------