├── .gitattributes ├── .gitignore ├── AlgorithmsLearn ├── JavaScript.html ├── Stark.html ├── arrAy.html ├── fillms.txt ├── indexOf.html ├── newArray.html └── scope.html ├── JqueryLearn ├── Jqdemo1.html ├── addclass.html ├── adddemo.html ├── ajaxdemo.html ├── animatedemo.html ├── cleardemo.html ├── datademo.1.html ├── datademo.html ├── delegatedemo.html ├── domdemo.html ├── dommin.html ├── getdomdemo.html ├── hoverdemo.html ├── indexdemo.html ├── jquery-1.11.3.js ├── mousedemo.html ├── parentdemo.html ├── remodemo.html ├── siblingsdemo.html ├── tabdemo.html ├── triggerdemo.html └── 插件demo.html ├── README.md ├── demo ├── jQuery 制作无缝轮播的焦点图 │ ├── 源码 │ │ ├── jQuery 制作无缝轮播的焦点图-v3.zip │ │ ├── 手写轮播 │ │ │ ├── img │ │ │ │ ├── 1.jpg │ │ │ │ ├── 2.jpg │ │ │ │ ├── 3.jpg │ │ │ │ └── 4.jpg │ │ │ ├── index.html │ │ │ └── js │ │ │ │ └── jquery-1.12.0.min.js │ │ └── 无缝轮播案例 (课堂源码) │ │ │ ├── B~]D5DGLOYA1~W%I~_0`CA8.png │ │ │ ├── JBDROFJ4J0FY~9_ODYSMBN4.png │ │ │ ├── images │ │ │ ├── 1.jpg │ │ │ ├── 2.jpg │ │ │ ├── 3.jpg │ │ │ └── 4.jpg │ │ │ ├── index.html │ │ │ └── js │ │ │ └── jquery-1.12.0.min.js │ └── 课件 │ │ ├── jQuery 制作无缝轮播的焦点图-v2.ppt │ │ └── jQuery 制作无缝轮播的焦点图-v3.pdf ├── js获取位置 │ ├── 1.html │ ├── 2.html │ ├── 3.html │ ├── 4.html │ ├── jquery-1.7.1.min.js │ └── jquery.js ├── 菜单下拉 │ ├── css │ │ ├── web1.css │ │ ├── web2.css │ │ └── web3.css │ ├── index.html │ ├── index2.html │ ├── index3.html │ ├── js │ │ ├── jquery-1.11.3.min.js │ │ ├── jquery.easing.1.3.js │ │ └── nav.js │ └── 菜单下拉.rar └── 首页导航条 │ ├── css │ └── webstyle.css │ ├── index.html │ ├── jia.html │ ├── jike.html │ ├── jiuye.html │ ├── js │ ├── jquery-1.11.3.min.js │ └── nav.js │ └── zhiye.html ├── jsplumb ├── g6.html └── jsplumb.html ├── lessLearn ├── koala-config.json ├── less1 │ ├── arr.jpg │ ├── img │ │ └── arr.jpg │ ├── index.html │ ├── less.min.js │ ├── less_demo.html │ ├── style.css │ └── style.less └── less2 │ ├── .idea │ ├── .name │ ├── jsLibraryMappings.xml │ ├── less2.iml │ ├── misc.xml │ ├── modules.xml │ ├── vcs.xml │ ├── watcherTasks.xml │ └── workspace.xml │ ├── index.html │ ├── style.css │ └── style.less ├── prototype-js-oop.html ├── test ├── .editorconfig ├── .gitignore ├── README.md ├── config.xml ├── ionic.config.json ├── ionic.starter.json ├── package-lock.json ├── package.json ├── resources │ ├── README.md │ ├── android │ │ ├── icon │ │ │ ├── drawable-hdpi-icon.png │ │ │ ├── drawable-ldpi-icon.png │ │ │ ├── drawable-mdpi-icon.png │ │ │ ├── drawable-xhdpi-icon.png │ │ │ ├── drawable-xxhdpi-icon.png │ │ │ └── drawable-xxxhdpi-icon.png │ │ └── splash │ │ │ ├── drawable-land-hdpi-screen.png │ │ │ ├── drawable-land-ldpi-screen.png │ │ │ ├── drawable-land-mdpi-screen.png │ │ │ ├── drawable-land-xhdpi-screen.png │ │ │ ├── drawable-land-xxhdpi-screen.png │ │ │ ├── drawable-land-xxxhdpi-screen.png │ │ │ ├── drawable-port-hdpi-screen.png │ │ │ ├── drawable-port-ldpi-screen.png │ │ │ ├── drawable-port-mdpi-screen.png │ │ │ ├── drawable-port-xhdpi-screen.png │ │ │ ├── drawable-port-xxhdpi-screen.png │ │ │ └── drawable-port-xxxhdpi-screen.png │ ├── icon.png │ ├── ios │ │ ├── icon │ │ │ ├── icon-1024.png │ │ │ ├── icon-40.png │ │ │ ├── icon-40@2x.png │ │ │ ├── icon-40@3x.png │ │ │ ├── icon-50.png │ │ │ ├── icon-50@2x.png │ │ │ ├── icon-60.png │ │ │ ├── icon-60@2x.png │ │ │ ├── icon-60@3x.png │ │ │ ├── icon-72.png │ │ │ ├── icon-72@2x.png │ │ │ ├── icon-76.png │ │ │ ├── icon-76@2x.png │ │ │ ├── icon-83.5@2x.png │ │ │ ├── icon-small.png │ │ │ ├── icon-small@2x.png │ │ │ ├── icon-small@3x.png │ │ │ ├── icon.png │ │ │ └── icon@2x.png │ │ └── splash │ │ │ ├── Default-568h@2x~iphone.png │ │ │ ├── Default-667h.png │ │ │ ├── Default-736h.png │ │ │ ├── Default-Landscape-736h.png │ │ │ ├── Default-Landscape@2x~ipad.png │ │ │ ├── Default-Landscape@~ipadpro.png │ │ │ ├── Default-Landscape~ipad.png │ │ │ ├── Default-Portrait@2x~ipad.png │ │ │ ├── Default-Portrait@~ipadpro.png │ │ │ ├── Default-Portrait~ipad.png │ │ │ ├── Default@2x~iphone.png │ │ │ ├── Default@2x~universal~anyany.png │ │ │ └── Default~iphone.png │ └── splash.png ├── src │ ├── app │ │ ├── app.component.ts │ │ ├── app.module.ts │ │ ├── app.scss │ │ └── main.ts │ ├── assets │ │ ├── i18n │ │ │ ├── ar.json │ │ │ ├── bs.json │ │ │ ├── by.json │ │ │ ├── da.json │ │ │ ├── de.json │ │ │ ├── el.json │ │ │ ├── en.json │ │ │ ├── es-eu.json │ │ │ ├── es.json │ │ │ ├── fil.json │ │ │ ├── fr.json │ │ │ ├── he.json │ │ │ ├── it.json │ │ │ ├── ja.json │ │ │ ├── nb_NO.json │ │ │ ├── nl.json │ │ │ ├── pl.json │ │ │ ├── pt-PT.json │ │ │ ├── pt-br.json │ │ │ ├── ru.json │ │ │ ├── sk.json │ │ │ ├── sl.json │ │ │ ├── sn.json │ │ │ ├── sv.json │ │ │ ├── th.json │ │ │ ├── tr.json │ │ │ ├── ua.json │ │ │ ├── zh-cmn-Hans.json │ │ │ └── zh-cmn-Hant.json │ │ ├── icon │ │ │ └── favicon.ico │ │ ├── img │ │ │ ├── advance-card-bttf.png │ │ │ ├── advance-card-jp.jpg │ │ │ ├── advance-card-tmntr.jpg │ │ │ ├── appicon.png │ │ │ ├── badu-live.png │ │ │ ├── bjork-live.jpg │ │ │ ├── ian-avatar.png │ │ │ ├── ica-slidebox-img-1.png │ │ │ ├── ica-slidebox-img-2.png │ │ │ ├── ica-slidebox-img-3.png │ │ │ ├── ica-slidebox-img-4.png │ │ │ ├── marty-avatar.png │ │ │ ├── nin-live.png │ │ │ ├── queen-live.png │ │ │ ├── rundmc-live.png │ │ │ ├── sarah-avatar.png.jpeg │ │ │ ├── speakers │ │ │ │ ├── bear.jpg │ │ │ │ ├── cheetah.jpg │ │ │ │ ├── duck.jpg │ │ │ │ ├── eagle.jpg │ │ │ │ ├── elephant.jpg │ │ │ │ ├── giraffe.jpg │ │ │ │ ├── iguana.jpg │ │ │ │ ├── kitten.jpg │ │ │ │ ├── lion.jpg │ │ │ │ ├── mouse.jpg │ │ │ │ ├── puppy.jpg │ │ │ │ ├── rabbit.jpg │ │ │ │ └── turtle.jpg │ │ │ └── splashbg.png │ │ └── imgs │ │ │ └── logo.png │ ├── index.html │ ├── manifest.json │ ├── mocks │ │ └── providers │ │ │ └── items.ts │ ├── models │ │ └── item.ts │ ├── pages │ │ ├── README.md │ │ ├── cards │ │ │ ├── README.md │ │ │ ├── cards.html │ │ │ ├── cards.module.ts │ │ │ ├── cards.scss │ │ │ └── cards.ts │ │ ├── content │ │ │ ├── README.md │ │ │ ├── content.html │ │ │ ├── content.module.ts │ │ │ ├── content.scss │ │ │ └── content.ts │ │ ├── item-create │ │ │ ├── README.md │ │ │ ├── item-create.html │ │ │ ├── item-create.module.ts │ │ │ ├── item-create.scss │ │ │ └── item-create.ts │ │ ├── item-detail │ │ │ ├── README.md │ │ │ ├── item-detail.html │ │ │ ├── item-detail.module.ts │ │ │ ├── item-detail.scss │ │ │ └── item-detail.ts │ │ ├── list-master │ │ │ ├── README.md │ │ │ ├── list-master.html │ │ │ ├── list-master.module.ts │ │ │ ├── list-master.scss │ │ │ └── list-master.ts │ │ ├── login │ │ │ ├── README.md │ │ │ ├── login.html │ │ │ ├── login.module.ts │ │ │ ├── login.scss │ │ │ └── login.ts │ │ ├── menu │ │ │ ├── README.md │ │ │ ├── menu.html │ │ │ ├── menu.module.ts │ │ │ ├── menu.scss │ │ │ └── menu.ts │ │ ├── pages.ts │ │ ├── search │ │ │ ├── README.md │ │ │ ├── search.html │ │ │ ├── search.module.ts │ │ │ ├── search.scss │ │ │ └── search.ts │ │ ├── settings │ │ │ ├── README.md │ │ │ ├── settings.html │ │ │ ├── settings.module.ts │ │ │ ├── settings.scss │ │ │ └── settings.ts │ │ ├── signup │ │ │ ├── README.md │ │ │ ├── signup.html │ │ │ ├── signup.module.ts │ │ │ ├── signup.scss │ │ │ └── signup.ts │ │ ├── tabs │ │ │ ├── README.md │ │ │ ├── tabs.html │ │ │ ├── tabs.module.ts │ │ │ ├── tabs.scss │ │ │ └── tabs.ts │ │ ├── tutorial │ │ │ ├── README.md │ │ │ ├── tutorial.html │ │ │ ├── tutorial.module.ts │ │ │ ├── tutorial.scss │ │ │ └── tutorial.ts │ │ └── welcome │ │ │ ├── README.md │ │ │ ├── welcome.html │ │ │ ├── welcome.module.ts │ │ │ ├── welcome.scss │ │ │ └── welcome.ts │ ├── providers │ │ ├── api │ │ │ └── api.ts │ │ ├── items │ │ │ └── items.ts │ │ ├── providers.ts │ │ ├── settings │ │ │ └── settings.ts │ │ └── user │ │ │ └── user.ts │ ├── service-worker.js │ └── theme │ │ └── variables.scss ├── tsconfig.json └── tslint.json └── vue-demo └── login.vue /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/Exercise/HEAD/.gitattributes -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/Exercise/HEAD/.gitignore -------------------------------------------------------------------------------- /AlgorithmsLearn/JavaScript.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/Exercise/HEAD/AlgorithmsLearn/JavaScript.html -------------------------------------------------------------------------------- /AlgorithmsLearn/Stark.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/Exercise/HEAD/AlgorithmsLearn/Stark.html -------------------------------------------------------------------------------- /AlgorithmsLearn/arrAy.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/Exercise/HEAD/AlgorithmsLearn/arrAy.html -------------------------------------------------------------------------------- /AlgorithmsLearn/fillms.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/Exercise/HEAD/AlgorithmsLearn/fillms.txt -------------------------------------------------------------------------------- /AlgorithmsLearn/indexOf.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/Exercise/HEAD/AlgorithmsLearn/indexOf.html -------------------------------------------------------------------------------- /AlgorithmsLearn/newArray.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/Exercise/HEAD/AlgorithmsLearn/newArray.html -------------------------------------------------------------------------------- /AlgorithmsLearn/scope.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/Exercise/HEAD/AlgorithmsLearn/scope.html -------------------------------------------------------------------------------- /JqueryLearn/Jqdemo1.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/Exercise/HEAD/JqueryLearn/Jqdemo1.html -------------------------------------------------------------------------------- /JqueryLearn/addclass.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/Exercise/HEAD/JqueryLearn/addclass.html -------------------------------------------------------------------------------- /JqueryLearn/adddemo.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/Exercise/HEAD/JqueryLearn/adddemo.html -------------------------------------------------------------------------------- /JqueryLearn/ajaxdemo.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/Exercise/HEAD/JqueryLearn/ajaxdemo.html -------------------------------------------------------------------------------- /JqueryLearn/animatedemo.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/Exercise/HEAD/JqueryLearn/animatedemo.html -------------------------------------------------------------------------------- /JqueryLearn/cleardemo.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/Exercise/HEAD/JqueryLearn/cleardemo.html -------------------------------------------------------------------------------- /JqueryLearn/datademo.1.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/Exercise/HEAD/JqueryLearn/datademo.1.html -------------------------------------------------------------------------------- /JqueryLearn/datademo.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/Exercise/HEAD/JqueryLearn/datademo.html -------------------------------------------------------------------------------- /JqueryLearn/delegatedemo.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/Exercise/HEAD/JqueryLearn/delegatedemo.html -------------------------------------------------------------------------------- /JqueryLearn/domdemo.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/Exercise/HEAD/JqueryLearn/domdemo.html -------------------------------------------------------------------------------- /JqueryLearn/dommin.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/Exercise/HEAD/JqueryLearn/dommin.html -------------------------------------------------------------------------------- /JqueryLearn/getdomdemo.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/Exercise/HEAD/JqueryLearn/getdomdemo.html -------------------------------------------------------------------------------- /JqueryLearn/hoverdemo.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/Exercise/HEAD/JqueryLearn/hoverdemo.html -------------------------------------------------------------------------------- /JqueryLearn/indexdemo.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/Exercise/HEAD/JqueryLearn/indexdemo.html -------------------------------------------------------------------------------- /JqueryLearn/jquery-1.11.3.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/Exercise/HEAD/JqueryLearn/jquery-1.11.3.js -------------------------------------------------------------------------------- /JqueryLearn/mousedemo.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/Exercise/HEAD/JqueryLearn/mousedemo.html -------------------------------------------------------------------------------- /JqueryLearn/parentdemo.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/Exercise/HEAD/JqueryLearn/parentdemo.html -------------------------------------------------------------------------------- /JqueryLearn/remodemo.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/Exercise/HEAD/JqueryLearn/remodemo.html -------------------------------------------------------------------------------- /JqueryLearn/siblingsdemo.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/Exercise/HEAD/JqueryLearn/siblingsdemo.html -------------------------------------------------------------------------------- /JqueryLearn/tabdemo.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/Exercise/HEAD/JqueryLearn/tabdemo.html -------------------------------------------------------------------------------- /JqueryLearn/triggerdemo.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/Exercise/HEAD/JqueryLearn/triggerdemo.html -------------------------------------------------------------------------------- /JqueryLearn/插件demo.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/Exercise/HEAD/JqueryLearn/插件demo.html -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/Exercise/HEAD/README.md -------------------------------------------------------------------------------- /demo/jQuery 制作无缝轮播的焦点图/源码/jQuery 制作无缝轮播的焦点图-v3.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/Exercise/HEAD/demo/jQuery 制作无缝轮播的焦点图/源码/jQuery 制作无缝轮播的焦点图-v3.zip -------------------------------------------------------------------------------- /demo/jQuery 制作无缝轮播的焦点图/源码/手写轮播/img/1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/Exercise/HEAD/demo/jQuery 制作无缝轮播的焦点图/源码/手写轮播/img/1.jpg -------------------------------------------------------------------------------- /demo/jQuery 制作无缝轮播的焦点图/源码/手写轮播/img/2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/Exercise/HEAD/demo/jQuery 制作无缝轮播的焦点图/源码/手写轮播/img/2.jpg -------------------------------------------------------------------------------- /demo/jQuery 制作无缝轮播的焦点图/源码/手写轮播/img/3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/Exercise/HEAD/demo/jQuery 制作无缝轮播的焦点图/源码/手写轮播/img/3.jpg -------------------------------------------------------------------------------- /demo/jQuery 制作无缝轮播的焦点图/源码/手写轮播/img/4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/Exercise/HEAD/demo/jQuery 制作无缝轮播的焦点图/源码/手写轮播/img/4.jpg -------------------------------------------------------------------------------- /demo/jQuery 制作无缝轮播的焦点图/源码/手写轮播/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/Exercise/HEAD/demo/jQuery 制作无缝轮播的焦点图/源码/手写轮播/index.html -------------------------------------------------------------------------------- /demo/jQuery 制作无缝轮播的焦点图/源码/手写轮播/js/jquery-1.12.0.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/Exercise/HEAD/demo/jQuery 制作无缝轮播的焦点图/源码/手写轮播/js/jquery-1.12.0.min.js -------------------------------------------------------------------------------- /demo/jQuery 制作无缝轮播的焦点图/源码/无缝轮播案例 (课堂源码)/B~]D5DGLOYA1~W%I~_0`CA8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/Exercise/HEAD/demo/jQuery 制作无缝轮播的焦点图/源码/无缝轮播案例 (课堂源码)/B~]D5DGLOYA1~W%I~_0`CA8.png -------------------------------------------------------------------------------- /demo/jQuery 制作无缝轮播的焦点图/源码/无缝轮播案例 (课堂源码)/JBDROFJ4J0FY~9_ODYSMBN4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/Exercise/HEAD/demo/jQuery 制作无缝轮播的焦点图/源码/无缝轮播案例 (课堂源码)/JBDROFJ4J0FY~9_ODYSMBN4.png -------------------------------------------------------------------------------- /demo/jQuery 制作无缝轮播的焦点图/源码/无缝轮播案例 (课堂源码)/images/1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/Exercise/HEAD/demo/jQuery 制作无缝轮播的焦点图/源码/无缝轮播案例 (课堂源码)/images/1.jpg -------------------------------------------------------------------------------- /demo/jQuery 制作无缝轮播的焦点图/源码/无缝轮播案例 (课堂源码)/images/2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/Exercise/HEAD/demo/jQuery 制作无缝轮播的焦点图/源码/无缝轮播案例 (课堂源码)/images/2.jpg -------------------------------------------------------------------------------- /demo/jQuery 制作无缝轮播的焦点图/源码/无缝轮播案例 (课堂源码)/images/3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/Exercise/HEAD/demo/jQuery 制作无缝轮播的焦点图/源码/无缝轮播案例 (课堂源码)/images/3.jpg -------------------------------------------------------------------------------- /demo/jQuery 制作无缝轮播的焦点图/源码/无缝轮播案例 (课堂源码)/images/4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/Exercise/HEAD/demo/jQuery 制作无缝轮播的焦点图/源码/无缝轮播案例 (课堂源码)/images/4.jpg -------------------------------------------------------------------------------- /demo/jQuery 制作无缝轮播的焦点图/源码/无缝轮播案例 (课堂源码)/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/Exercise/HEAD/demo/jQuery 制作无缝轮播的焦点图/源码/无缝轮播案例 (课堂源码)/index.html -------------------------------------------------------------------------------- /demo/jQuery 制作无缝轮播的焦点图/源码/无缝轮播案例 (课堂源码)/js/jquery-1.12.0.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/Exercise/HEAD/demo/jQuery 制作无缝轮播的焦点图/源码/无缝轮播案例 (课堂源码)/js/jquery-1.12.0.min.js -------------------------------------------------------------------------------- /demo/jQuery 制作无缝轮播的焦点图/课件/jQuery 制作无缝轮播的焦点图-v2.ppt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/Exercise/HEAD/demo/jQuery 制作无缝轮播的焦点图/课件/jQuery 制作无缝轮播的焦点图-v2.ppt -------------------------------------------------------------------------------- /demo/jQuery 制作无缝轮播的焦点图/课件/jQuery 制作无缝轮播的焦点图-v3.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/Exercise/HEAD/demo/jQuery 制作无缝轮播的焦点图/课件/jQuery 制作无缝轮播的焦点图-v3.pdf -------------------------------------------------------------------------------- /demo/js获取位置/1.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/Exercise/HEAD/demo/js获取位置/1.html -------------------------------------------------------------------------------- /demo/js获取位置/2.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/Exercise/HEAD/demo/js获取位置/2.html -------------------------------------------------------------------------------- /demo/js获取位置/3.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/Exercise/HEAD/demo/js获取位置/3.html -------------------------------------------------------------------------------- /demo/js获取位置/4.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/Exercise/HEAD/demo/js获取位置/4.html -------------------------------------------------------------------------------- /demo/js获取位置/jquery-1.7.1.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/Exercise/HEAD/demo/js获取位置/jquery-1.7.1.min.js -------------------------------------------------------------------------------- /demo/js获取位置/jquery.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/Exercise/HEAD/demo/js获取位置/jquery.js -------------------------------------------------------------------------------- /demo/菜单下拉/css/web1.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/Exercise/HEAD/demo/菜单下拉/css/web1.css -------------------------------------------------------------------------------- /demo/菜单下拉/css/web2.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/Exercise/HEAD/demo/菜单下拉/css/web2.css -------------------------------------------------------------------------------- /demo/菜单下拉/css/web3.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/Exercise/HEAD/demo/菜单下拉/css/web3.css -------------------------------------------------------------------------------- /demo/菜单下拉/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/Exercise/HEAD/demo/菜单下拉/index.html -------------------------------------------------------------------------------- /demo/菜单下拉/index2.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/Exercise/HEAD/demo/菜单下拉/index2.html -------------------------------------------------------------------------------- /demo/菜单下拉/index3.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/Exercise/HEAD/demo/菜单下拉/index3.html -------------------------------------------------------------------------------- /demo/菜单下拉/js/jquery-1.11.3.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/Exercise/HEAD/demo/菜单下拉/js/jquery-1.11.3.min.js -------------------------------------------------------------------------------- /demo/菜单下拉/js/jquery.easing.1.3.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/Exercise/HEAD/demo/菜单下拉/js/jquery.easing.1.3.js -------------------------------------------------------------------------------- /demo/菜单下拉/js/nav.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/Exercise/HEAD/demo/菜单下拉/js/nav.js -------------------------------------------------------------------------------- /demo/菜单下拉/菜单下拉.rar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/Exercise/HEAD/demo/菜单下拉/菜单下拉.rar -------------------------------------------------------------------------------- /demo/首页导航条/css/webstyle.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/Exercise/HEAD/demo/首页导航条/css/webstyle.css -------------------------------------------------------------------------------- /demo/首页导航条/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/Exercise/HEAD/demo/首页导航条/index.html -------------------------------------------------------------------------------- /demo/首页导航条/jia.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/Exercise/HEAD/demo/首页导航条/jia.html -------------------------------------------------------------------------------- /demo/首页导航条/jike.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/Exercise/HEAD/demo/首页导航条/jike.html -------------------------------------------------------------------------------- /demo/首页导航条/jiuye.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/Exercise/HEAD/demo/首页导航条/jiuye.html -------------------------------------------------------------------------------- /demo/首页导航条/js/jquery-1.11.3.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/Exercise/HEAD/demo/首页导航条/js/jquery-1.11.3.min.js -------------------------------------------------------------------------------- /demo/首页导航条/js/nav.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/Exercise/HEAD/demo/首页导航条/js/nav.js -------------------------------------------------------------------------------- /demo/首页导航条/zhiye.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/Exercise/HEAD/demo/首页导航条/zhiye.html -------------------------------------------------------------------------------- /jsplumb/g6.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/Exercise/HEAD/jsplumb/g6.html -------------------------------------------------------------------------------- /jsplumb/jsplumb.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/Exercise/HEAD/jsplumb/jsplumb.html -------------------------------------------------------------------------------- /lessLearn/koala-config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/Exercise/HEAD/lessLearn/koala-config.json -------------------------------------------------------------------------------- /lessLearn/less1/arr.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/Exercise/HEAD/lessLearn/less1/arr.jpg -------------------------------------------------------------------------------- /lessLearn/less1/img/arr.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/Exercise/HEAD/lessLearn/less1/img/arr.jpg -------------------------------------------------------------------------------- /lessLearn/less1/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/Exercise/HEAD/lessLearn/less1/index.html -------------------------------------------------------------------------------- /lessLearn/less1/less.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/Exercise/HEAD/lessLearn/less1/less.min.js -------------------------------------------------------------------------------- /lessLearn/less1/less_demo.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/Exercise/HEAD/lessLearn/less1/less_demo.html -------------------------------------------------------------------------------- /lessLearn/less1/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/Exercise/HEAD/lessLearn/less1/style.css -------------------------------------------------------------------------------- /lessLearn/less1/style.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/Exercise/HEAD/lessLearn/less1/style.less -------------------------------------------------------------------------------- /lessLearn/less2/.idea/.name: -------------------------------------------------------------------------------- 1 | less2 -------------------------------------------------------------------------------- /lessLearn/less2/.idea/jsLibraryMappings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/Exercise/HEAD/lessLearn/less2/.idea/jsLibraryMappings.xml -------------------------------------------------------------------------------- /lessLearn/less2/.idea/less2.iml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/Exercise/HEAD/lessLearn/less2/.idea/less2.iml -------------------------------------------------------------------------------- /lessLearn/less2/.idea/misc.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/Exercise/HEAD/lessLearn/less2/.idea/misc.xml -------------------------------------------------------------------------------- /lessLearn/less2/.idea/modules.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/Exercise/HEAD/lessLearn/less2/.idea/modules.xml -------------------------------------------------------------------------------- /lessLearn/less2/.idea/vcs.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/Exercise/HEAD/lessLearn/less2/.idea/vcs.xml -------------------------------------------------------------------------------- /lessLearn/less2/.idea/watcherTasks.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/Exercise/HEAD/lessLearn/less2/.idea/watcherTasks.xml -------------------------------------------------------------------------------- /lessLearn/less2/.idea/workspace.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/Exercise/HEAD/lessLearn/less2/.idea/workspace.xml -------------------------------------------------------------------------------- /lessLearn/less2/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/Exercise/HEAD/lessLearn/less2/index.html -------------------------------------------------------------------------------- /lessLearn/less2/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/Exercise/HEAD/lessLearn/less2/style.css -------------------------------------------------------------------------------- /lessLearn/less2/style.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/Exercise/HEAD/lessLearn/less2/style.less -------------------------------------------------------------------------------- /prototype-js-oop.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/Exercise/HEAD/prototype-js-oop.html -------------------------------------------------------------------------------- /test/.editorconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/Exercise/HEAD/test/.editorconfig -------------------------------------------------------------------------------- /test/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/Exercise/HEAD/test/.gitignore -------------------------------------------------------------------------------- /test/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/Exercise/HEAD/test/README.md -------------------------------------------------------------------------------- /test/config.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/Exercise/HEAD/test/config.xml -------------------------------------------------------------------------------- /test/ionic.config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/Exercise/HEAD/test/ionic.config.json -------------------------------------------------------------------------------- /test/ionic.starter.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/Exercise/HEAD/test/ionic.starter.json -------------------------------------------------------------------------------- /test/package-lock.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/Exercise/HEAD/test/package-lock.json -------------------------------------------------------------------------------- /test/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/Exercise/HEAD/test/package.json -------------------------------------------------------------------------------- /test/resources/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/Exercise/HEAD/test/resources/README.md -------------------------------------------------------------------------------- /test/resources/android/icon/drawable-hdpi-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/Exercise/HEAD/test/resources/android/icon/drawable-hdpi-icon.png -------------------------------------------------------------------------------- /test/resources/android/icon/drawable-ldpi-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/Exercise/HEAD/test/resources/android/icon/drawable-ldpi-icon.png -------------------------------------------------------------------------------- /test/resources/android/icon/drawable-mdpi-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/Exercise/HEAD/test/resources/android/icon/drawable-mdpi-icon.png -------------------------------------------------------------------------------- /test/resources/android/icon/drawable-xhdpi-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/Exercise/HEAD/test/resources/android/icon/drawable-xhdpi-icon.png -------------------------------------------------------------------------------- /test/resources/android/icon/drawable-xxhdpi-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/Exercise/HEAD/test/resources/android/icon/drawable-xxhdpi-icon.png -------------------------------------------------------------------------------- /test/resources/android/icon/drawable-xxxhdpi-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/Exercise/HEAD/test/resources/android/icon/drawable-xxxhdpi-icon.png -------------------------------------------------------------------------------- /test/resources/android/splash/drawable-land-hdpi-screen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/Exercise/HEAD/test/resources/android/splash/drawable-land-hdpi-screen.png -------------------------------------------------------------------------------- /test/resources/android/splash/drawable-land-ldpi-screen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/Exercise/HEAD/test/resources/android/splash/drawable-land-ldpi-screen.png -------------------------------------------------------------------------------- /test/resources/android/splash/drawable-land-mdpi-screen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/Exercise/HEAD/test/resources/android/splash/drawable-land-mdpi-screen.png -------------------------------------------------------------------------------- /test/resources/android/splash/drawable-land-xhdpi-screen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/Exercise/HEAD/test/resources/android/splash/drawable-land-xhdpi-screen.png -------------------------------------------------------------------------------- /test/resources/android/splash/drawable-land-xxhdpi-screen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/Exercise/HEAD/test/resources/android/splash/drawable-land-xxhdpi-screen.png -------------------------------------------------------------------------------- /test/resources/android/splash/drawable-land-xxxhdpi-screen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/Exercise/HEAD/test/resources/android/splash/drawable-land-xxxhdpi-screen.png -------------------------------------------------------------------------------- /test/resources/android/splash/drawable-port-hdpi-screen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/Exercise/HEAD/test/resources/android/splash/drawable-port-hdpi-screen.png -------------------------------------------------------------------------------- /test/resources/android/splash/drawable-port-ldpi-screen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/Exercise/HEAD/test/resources/android/splash/drawable-port-ldpi-screen.png -------------------------------------------------------------------------------- /test/resources/android/splash/drawable-port-mdpi-screen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/Exercise/HEAD/test/resources/android/splash/drawable-port-mdpi-screen.png -------------------------------------------------------------------------------- /test/resources/android/splash/drawable-port-xhdpi-screen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/Exercise/HEAD/test/resources/android/splash/drawable-port-xhdpi-screen.png -------------------------------------------------------------------------------- /test/resources/android/splash/drawable-port-xxhdpi-screen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/Exercise/HEAD/test/resources/android/splash/drawable-port-xxhdpi-screen.png -------------------------------------------------------------------------------- /test/resources/android/splash/drawable-port-xxxhdpi-screen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/Exercise/HEAD/test/resources/android/splash/drawable-port-xxxhdpi-screen.png -------------------------------------------------------------------------------- /test/resources/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/Exercise/HEAD/test/resources/icon.png -------------------------------------------------------------------------------- /test/resources/ios/icon/icon-1024.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/Exercise/HEAD/test/resources/ios/icon/icon-1024.png -------------------------------------------------------------------------------- /test/resources/ios/icon/icon-40.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/Exercise/HEAD/test/resources/ios/icon/icon-40.png -------------------------------------------------------------------------------- /test/resources/ios/icon/icon-40@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/Exercise/HEAD/test/resources/ios/icon/icon-40@2x.png -------------------------------------------------------------------------------- /test/resources/ios/icon/icon-40@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/Exercise/HEAD/test/resources/ios/icon/icon-40@3x.png -------------------------------------------------------------------------------- /test/resources/ios/icon/icon-50.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/Exercise/HEAD/test/resources/ios/icon/icon-50.png -------------------------------------------------------------------------------- /test/resources/ios/icon/icon-50@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/Exercise/HEAD/test/resources/ios/icon/icon-50@2x.png -------------------------------------------------------------------------------- /test/resources/ios/icon/icon-60.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/Exercise/HEAD/test/resources/ios/icon/icon-60.png -------------------------------------------------------------------------------- /test/resources/ios/icon/icon-60@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/Exercise/HEAD/test/resources/ios/icon/icon-60@2x.png -------------------------------------------------------------------------------- /test/resources/ios/icon/icon-60@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/Exercise/HEAD/test/resources/ios/icon/icon-60@3x.png -------------------------------------------------------------------------------- /test/resources/ios/icon/icon-72.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/Exercise/HEAD/test/resources/ios/icon/icon-72.png -------------------------------------------------------------------------------- /test/resources/ios/icon/icon-72@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/Exercise/HEAD/test/resources/ios/icon/icon-72@2x.png -------------------------------------------------------------------------------- /test/resources/ios/icon/icon-76.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/Exercise/HEAD/test/resources/ios/icon/icon-76.png -------------------------------------------------------------------------------- /test/resources/ios/icon/icon-76@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/Exercise/HEAD/test/resources/ios/icon/icon-76@2x.png -------------------------------------------------------------------------------- /test/resources/ios/icon/icon-83.5@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/Exercise/HEAD/test/resources/ios/icon/icon-83.5@2x.png -------------------------------------------------------------------------------- /test/resources/ios/icon/icon-small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/Exercise/HEAD/test/resources/ios/icon/icon-small.png -------------------------------------------------------------------------------- /test/resources/ios/icon/icon-small@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/Exercise/HEAD/test/resources/ios/icon/icon-small@2x.png -------------------------------------------------------------------------------- /test/resources/ios/icon/icon-small@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/Exercise/HEAD/test/resources/ios/icon/icon-small@3x.png -------------------------------------------------------------------------------- /test/resources/ios/icon/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/Exercise/HEAD/test/resources/ios/icon/icon.png -------------------------------------------------------------------------------- /test/resources/ios/icon/icon@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/Exercise/HEAD/test/resources/ios/icon/icon@2x.png -------------------------------------------------------------------------------- /test/resources/ios/splash/Default-568h@2x~iphone.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/Exercise/HEAD/test/resources/ios/splash/Default-568h@2x~iphone.png -------------------------------------------------------------------------------- /test/resources/ios/splash/Default-667h.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/Exercise/HEAD/test/resources/ios/splash/Default-667h.png -------------------------------------------------------------------------------- /test/resources/ios/splash/Default-736h.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/Exercise/HEAD/test/resources/ios/splash/Default-736h.png -------------------------------------------------------------------------------- /test/resources/ios/splash/Default-Landscape-736h.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/Exercise/HEAD/test/resources/ios/splash/Default-Landscape-736h.png -------------------------------------------------------------------------------- /test/resources/ios/splash/Default-Landscape@2x~ipad.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/Exercise/HEAD/test/resources/ios/splash/Default-Landscape@2x~ipad.png -------------------------------------------------------------------------------- /test/resources/ios/splash/Default-Landscape@~ipadpro.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/Exercise/HEAD/test/resources/ios/splash/Default-Landscape@~ipadpro.png -------------------------------------------------------------------------------- /test/resources/ios/splash/Default-Landscape~ipad.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/Exercise/HEAD/test/resources/ios/splash/Default-Landscape~ipad.png -------------------------------------------------------------------------------- /test/resources/ios/splash/Default-Portrait@2x~ipad.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/Exercise/HEAD/test/resources/ios/splash/Default-Portrait@2x~ipad.png -------------------------------------------------------------------------------- /test/resources/ios/splash/Default-Portrait@~ipadpro.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/Exercise/HEAD/test/resources/ios/splash/Default-Portrait@~ipadpro.png -------------------------------------------------------------------------------- /test/resources/ios/splash/Default-Portrait~ipad.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/Exercise/HEAD/test/resources/ios/splash/Default-Portrait~ipad.png -------------------------------------------------------------------------------- /test/resources/ios/splash/Default@2x~iphone.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/Exercise/HEAD/test/resources/ios/splash/Default@2x~iphone.png -------------------------------------------------------------------------------- /test/resources/ios/splash/Default@2x~universal~anyany.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/Exercise/HEAD/test/resources/ios/splash/Default@2x~universal~anyany.png -------------------------------------------------------------------------------- /test/resources/ios/splash/Default~iphone.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/Exercise/HEAD/test/resources/ios/splash/Default~iphone.png -------------------------------------------------------------------------------- /test/resources/splash.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/Exercise/HEAD/test/resources/splash.png -------------------------------------------------------------------------------- /test/src/app/app.component.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/Exercise/HEAD/test/src/app/app.component.ts -------------------------------------------------------------------------------- /test/src/app/app.module.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/Exercise/HEAD/test/src/app/app.module.ts -------------------------------------------------------------------------------- /test/src/app/app.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/Exercise/HEAD/test/src/app/app.scss -------------------------------------------------------------------------------- /test/src/app/main.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/Exercise/HEAD/test/src/app/main.ts -------------------------------------------------------------------------------- /test/src/assets/i18n/ar.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/Exercise/HEAD/test/src/assets/i18n/ar.json -------------------------------------------------------------------------------- /test/src/assets/i18n/bs.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/Exercise/HEAD/test/src/assets/i18n/bs.json -------------------------------------------------------------------------------- /test/src/assets/i18n/by.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/Exercise/HEAD/test/src/assets/i18n/by.json -------------------------------------------------------------------------------- /test/src/assets/i18n/da.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/Exercise/HEAD/test/src/assets/i18n/da.json -------------------------------------------------------------------------------- /test/src/assets/i18n/de.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/Exercise/HEAD/test/src/assets/i18n/de.json -------------------------------------------------------------------------------- /test/src/assets/i18n/el.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/Exercise/HEAD/test/src/assets/i18n/el.json -------------------------------------------------------------------------------- /test/src/assets/i18n/en.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/Exercise/HEAD/test/src/assets/i18n/en.json -------------------------------------------------------------------------------- /test/src/assets/i18n/es-eu.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/Exercise/HEAD/test/src/assets/i18n/es-eu.json -------------------------------------------------------------------------------- /test/src/assets/i18n/es.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/Exercise/HEAD/test/src/assets/i18n/es.json -------------------------------------------------------------------------------- /test/src/assets/i18n/fil.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/Exercise/HEAD/test/src/assets/i18n/fil.json -------------------------------------------------------------------------------- /test/src/assets/i18n/fr.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/Exercise/HEAD/test/src/assets/i18n/fr.json -------------------------------------------------------------------------------- /test/src/assets/i18n/he.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/Exercise/HEAD/test/src/assets/i18n/he.json -------------------------------------------------------------------------------- /test/src/assets/i18n/it.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/Exercise/HEAD/test/src/assets/i18n/it.json -------------------------------------------------------------------------------- /test/src/assets/i18n/ja.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/Exercise/HEAD/test/src/assets/i18n/ja.json -------------------------------------------------------------------------------- /test/src/assets/i18n/nb_NO.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/Exercise/HEAD/test/src/assets/i18n/nb_NO.json -------------------------------------------------------------------------------- /test/src/assets/i18n/nl.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/Exercise/HEAD/test/src/assets/i18n/nl.json -------------------------------------------------------------------------------- /test/src/assets/i18n/pl.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/Exercise/HEAD/test/src/assets/i18n/pl.json -------------------------------------------------------------------------------- /test/src/assets/i18n/pt-PT.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/Exercise/HEAD/test/src/assets/i18n/pt-PT.json -------------------------------------------------------------------------------- /test/src/assets/i18n/pt-br.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/Exercise/HEAD/test/src/assets/i18n/pt-br.json -------------------------------------------------------------------------------- /test/src/assets/i18n/ru.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/Exercise/HEAD/test/src/assets/i18n/ru.json -------------------------------------------------------------------------------- /test/src/assets/i18n/sk.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/Exercise/HEAD/test/src/assets/i18n/sk.json -------------------------------------------------------------------------------- /test/src/assets/i18n/sl.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/Exercise/HEAD/test/src/assets/i18n/sl.json -------------------------------------------------------------------------------- /test/src/assets/i18n/sn.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/Exercise/HEAD/test/src/assets/i18n/sn.json -------------------------------------------------------------------------------- /test/src/assets/i18n/sv.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/Exercise/HEAD/test/src/assets/i18n/sv.json -------------------------------------------------------------------------------- /test/src/assets/i18n/th.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/Exercise/HEAD/test/src/assets/i18n/th.json -------------------------------------------------------------------------------- /test/src/assets/i18n/tr.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/Exercise/HEAD/test/src/assets/i18n/tr.json -------------------------------------------------------------------------------- /test/src/assets/i18n/ua.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/Exercise/HEAD/test/src/assets/i18n/ua.json -------------------------------------------------------------------------------- /test/src/assets/i18n/zh-cmn-Hans.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/Exercise/HEAD/test/src/assets/i18n/zh-cmn-Hans.json -------------------------------------------------------------------------------- /test/src/assets/i18n/zh-cmn-Hant.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/Exercise/HEAD/test/src/assets/i18n/zh-cmn-Hant.json -------------------------------------------------------------------------------- /test/src/assets/icon/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/Exercise/HEAD/test/src/assets/icon/favicon.ico -------------------------------------------------------------------------------- /test/src/assets/img/advance-card-bttf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/Exercise/HEAD/test/src/assets/img/advance-card-bttf.png -------------------------------------------------------------------------------- /test/src/assets/img/advance-card-jp.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/Exercise/HEAD/test/src/assets/img/advance-card-jp.jpg -------------------------------------------------------------------------------- /test/src/assets/img/advance-card-tmntr.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/Exercise/HEAD/test/src/assets/img/advance-card-tmntr.jpg -------------------------------------------------------------------------------- /test/src/assets/img/appicon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/Exercise/HEAD/test/src/assets/img/appicon.png -------------------------------------------------------------------------------- /test/src/assets/img/badu-live.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/Exercise/HEAD/test/src/assets/img/badu-live.png -------------------------------------------------------------------------------- /test/src/assets/img/bjork-live.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/Exercise/HEAD/test/src/assets/img/bjork-live.jpg -------------------------------------------------------------------------------- /test/src/assets/img/ian-avatar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/Exercise/HEAD/test/src/assets/img/ian-avatar.png -------------------------------------------------------------------------------- /test/src/assets/img/ica-slidebox-img-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/Exercise/HEAD/test/src/assets/img/ica-slidebox-img-1.png -------------------------------------------------------------------------------- /test/src/assets/img/ica-slidebox-img-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/Exercise/HEAD/test/src/assets/img/ica-slidebox-img-2.png -------------------------------------------------------------------------------- /test/src/assets/img/ica-slidebox-img-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/Exercise/HEAD/test/src/assets/img/ica-slidebox-img-3.png -------------------------------------------------------------------------------- /test/src/assets/img/ica-slidebox-img-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/Exercise/HEAD/test/src/assets/img/ica-slidebox-img-4.png -------------------------------------------------------------------------------- /test/src/assets/img/marty-avatar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/Exercise/HEAD/test/src/assets/img/marty-avatar.png -------------------------------------------------------------------------------- /test/src/assets/img/nin-live.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/Exercise/HEAD/test/src/assets/img/nin-live.png -------------------------------------------------------------------------------- /test/src/assets/img/queen-live.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/Exercise/HEAD/test/src/assets/img/queen-live.png -------------------------------------------------------------------------------- /test/src/assets/img/rundmc-live.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/Exercise/HEAD/test/src/assets/img/rundmc-live.png -------------------------------------------------------------------------------- /test/src/assets/img/sarah-avatar.png.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/Exercise/HEAD/test/src/assets/img/sarah-avatar.png.jpeg -------------------------------------------------------------------------------- /test/src/assets/img/speakers/bear.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/Exercise/HEAD/test/src/assets/img/speakers/bear.jpg -------------------------------------------------------------------------------- /test/src/assets/img/speakers/cheetah.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/Exercise/HEAD/test/src/assets/img/speakers/cheetah.jpg -------------------------------------------------------------------------------- /test/src/assets/img/speakers/duck.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/Exercise/HEAD/test/src/assets/img/speakers/duck.jpg -------------------------------------------------------------------------------- /test/src/assets/img/speakers/eagle.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/Exercise/HEAD/test/src/assets/img/speakers/eagle.jpg -------------------------------------------------------------------------------- /test/src/assets/img/speakers/elephant.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/Exercise/HEAD/test/src/assets/img/speakers/elephant.jpg -------------------------------------------------------------------------------- /test/src/assets/img/speakers/giraffe.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/Exercise/HEAD/test/src/assets/img/speakers/giraffe.jpg -------------------------------------------------------------------------------- /test/src/assets/img/speakers/iguana.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/Exercise/HEAD/test/src/assets/img/speakers/iguana.jpg -------------------------------------------------------------------------------- /test/src/assets/img/speakers/kitten.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/Exercise/HEAD/test/src/assets/img/speakers/kitten.jpg -------------------------------------------------------------------------------- /test/src/assets/img/speakers/lion.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/Exercise/HEAD/test/src/assets/img/speakers/lion.jpg -------------------------------------------------------------------------------- /test/src/assets/img/speakers/mouse.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/Exercise/HEAD/test/src/assets/img/speakers/mouse.jpg -------------------------------------------------------------------------------- /test/src/assets/img/speakers/puppy.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/Exercise/HEAD/test/src/assets/img/speakers/puppy.jpg -------------------------------------------------------------------------------- /test/src/assets/img/speakers/rabbit.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/Exercise/HEAD/test/src/assets/img/speakers/rabbit.jpg -------------------------------------------------------------------------------- /test/src/assets/img/speakers/turtle.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/Exercise/HEAD/test/src/assets/img/speakers/turtle.jpg -------------------------------------------------------------------------------- /test/src/assets/img/splashbg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/Exercise/HEAD/test/src/assets/img/splashbg.png -------------------------------------------------------------------------------- /test/src/assets/imgs/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/Exercise/HEAD/test/src/assets/imgs/logo.png -------------------------------------------------------------------------------- /test/src/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/Exercise/HEAD/test/src/index.html -------------------------------------------------------------------------------- /test/src/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/Exercise/HEAD/test/src/manifest.json -------------------------------------------------------------------------------- /test/src/mocks/providers/items.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/Exercise/HEAD/test/src/mocks/providers/items.ts -------------------------------------------------------------------------------- /test/src/models/item.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/Exercise/HEAD/test/src/models/item.ts -------------------------------------------------------------------------------- /test/src/pages/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/Exercise/HEAD/test/src/pages/README.md -------------------------------------------------------------------------------- /test/src/pages/cards/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/Exercise/HEAD/test/src/pages/cards/README.md -------------------------------------------------------------------------------- /test/src/pages/cards/cards.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/Exercise/HEAD/test/src/pages/cards/cards.html -------------------------------------------------------------------------------- /test/src/pages/cards/cards.module.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/Exercise/HEAD/test/src/pages/cards/cards.module.ts -------------------------------------------------------------------------------- /test/src/pages/cards/cards.scss: -------------------------------------------------------------------------------- 1 | page-cards { 2 | 3 | } 4 | -------------------------------------------------------------------------------- /test/src/pages/cards/cards.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/Exercise/HEAD/test/src/pages/cards/cards.ts -------------------------------------------------------------------------------- /test/src/pages/content/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/Exercise/HEAD/test/src/pages/content/README.md -------------------------------------------------------------------------------- /test/src/pages/content/content.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/Exercise/HEAD/test/src/pages/content/content.html -------------------------------------------------------------------------------- /test/src/pages/content/content.module.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/Exercise/HEAD/test/src/pages/content/content.module.ts -------------------------------------------------------------------------------- /test/src/pages/content/content.scss: -------------------------------------------------------------------------------- 1 | page-home { 2 | 3 | } 4 | -------------------------------------------------------------------------------- /test/src/pages/content/content.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/Exercise/HEAD/test/src/pages/content/content.ts -------------------------------------------------------------------------------- /test/src/pages/item-create/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/Exercise/HEAD/test/src/pages/item-create/README.md -------------------------------------------------------------------------------- /test/src/pages/item-create/item-create.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/Exercise/HEAD/test/src/pages/item-create/item-create.html -------------------------------------------------------------------------------- /test/src/pages/item-create/item-create.module.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/Exercise/HEAD/test/src/pages/item-create/item-create.module.ts -------------------------------------------------------------------------------- /test/src/pages/item-create/item-create.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/Exercise/HEAD/test/src/pages/item-create/item-create.scss -------------------------------------------------------------------------------- /test/src/pages/item-create/item-create.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/Exercise/HEAD/test/src/pages/item-create/item-create.ts -------------------------------------------------------------------------------- /test/src/pages/item-detail/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/Exercise/HEAD/test/src/pages/item-detail/README.md -------------------------------------------------------------------------------- /test/src/pages/item-detail/item-detail.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/Exercise/HEAD/test/src/pages/item-detail/item-detail.html -------------------------------------------------------------------------------- /test/src/pages/item-detail/item-detail.module.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/Exercise/HEAD/test/src/pages/item-detail/item-detail.module.ts -------------------------------------------------------------------------------- /test/src/pages/item-detail/item-detail.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/Exercise/HEAD/test/src/pages/item-detail/item-detail.scss -------------------------------------------------------------------------------- /test/src/pages/item-detail/item-detail.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/Exercise/HEAD/test/src/pages/item-detail/item-detail.ts -------------------------------------------------------------------------------- /test/src/pages/list-master/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/Exercise/HEAD/test/src/pages/list-master/README.md -------------------------------------------------------------------------------- /test/src/pages/list-master/list-master.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/Exercise/HEAD/test/src/pages/list-master/list-master.html -------------------------------------------------------------------------------- /test/src/pages/list-master/list-master.module.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/Exercise/HEAD/test/src/pages/list-master/list-master.module.ts -------------------------------------------------------------------------------- /test/src/pages/list-master/list-master.scss: -------------------------------------------------------------------------------- 1 | page-list-master { 2 | 3 | } 4 | -------------------------------------------------------------------------------- /test/src/pages/list-master/list-master.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/Exercise/HEAD/test/src/pages/list-master/list-master.ts -------------------------------------------------------------------------------- /test/src/pages/login/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/Exercise/HEAD/test/src/pages/login/README.md -------------------------------------------------------------------------------- /test/src/pages/login/login.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/Exercise/HEAD/test/src/pages/login/login.html -------------------------------------------------------------------------------- /test/src/pages/login/login.module.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/Exercise/HEAD/test/src/pages/login/login.module.ts -------------------------------------------------------------------------------- /test/src/pages/login/login.scss: -------------------------------------------------------------------------------- 1 | page-login { 2 | } 3 | -------------------------------------------------------------------------------- /test/src/pages/login/login.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/Exercise/HEAD/test/src/pages/login/login.ts -------------------------------------------------------------------------------- /test/src/pages/menu/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/Exercise/HEAD/test/src/pages/menu/README.md -------------------------------------------------------------------------------- /test/src/pages/menu/menu.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/Exercise/HEAD/test/src/pages/menu/menu.html -------------------------------------------------------------------------------- /test/src/pages/menu/menu.module.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/Exercise/HEAD/test/src/pages/menu/menu.module.ts -------------------------------------------------------------------------------- /test/src/pages/menu/menu.scss: -------------------------------------------------------------------------------- 1 | page-menu { 2 | 3 | } 4 | -------------------------------------------------------------------------------- /test/src/pages/menu/menu.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/Exercise/HEAD/test/src/pages/menu/menu.ts -------------------------------------------------------------------------------- /test/src/pages/pages.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/Exercise/HEAD/test/src/pages/pages.ts -------------------------------------------------------------------------------- /test/src/pages/search/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/Exercise/HEAD/test/src/pages/search/README.md -------------------------------------------------------------------------------- /test/src/pages/search/search.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/Exercise/HEAD/test/src/pages/search/search.html -------------------------------------------------------------------------------- /test/src/pages/search/search.module.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/Exercise/HEAD/test/src/pages/search/search.module.ts -------------------------------------------------------------------------------- /test/src/pages/search/search.scss: -------------------------------------------------------------------------------- 1 | page-search { 2 | 3 | } 4 | -------------------------------------------------------------------------------- /test/src/pages/search/search.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/Exercise/HEAD/test/src/pages/search/search.ts -------------------------------------------------------------------------------- /test/src/pages/settings/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/Exercise/HEAD/test/src/pages/settings/README.md -------------------------------------------------------------------------------- /test/src/pages/settings/settings.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/Exercise/HEAD/test/src/pages/settings/settings.html -------------------------------------------------------------------------------- /test/src/pages/settings/settings.module.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/Exercise/HEAD/test/src/pages/settings/settings.module.ts -------------------------------------------------------------------------------- /test/src/pages/settings/settings.scss: -------------------------------------------------------------------------------- 1 | page-settings { 2 | 3 | } 4 | -------------------------------------------------------------------------------- /test/src/pages/settings/settings.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/Exercise/HEAD/test/src/pages/settings/settings.ts -------------------------------------------------------------------------------- /test/src/pages/signup/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/Exercise/HEAD/test/src/pages/signup/README.md -------------------------------------------------------------------------------- /test/src/pages/signup/signup.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/Exercise/HEAD/test/src/pages/signup/signup.html -------------------------------------------------------------------------------- /test/src/pages/signup/signup.module.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/Exercise/HEAD/test/src/pages/signup/signup.module.ts -------------------------------------------------------------------------------- /test/src/pages/signup/signup.scss: -------------------------------------------------------------------------------- 1 | page-signup { 2 | 3 | } 4 | -------------------------------------------------------------------------------- /test/src/pages/signup/signup.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/Exercise/HEAD/test/src/pages/signup/signup.ts -------------------------------------------------------------------------------- /test/src/pages/tabs/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/Exercise/HEAD/test/src/pages/tabs/README.md -------------------------------------------------------------------------------- /test/src/pages/tabs/tabs.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/Exercise/HEAD/test/src/pages/tabs/tabs.html -------------------------------------------------------------------------------- /test/src/pages/tabs/tabs.module.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/Exercise/HEAD/test/src/pages/tabs/tabs.module.ts -------------------------------------------------------------------------------- /test/src/pages/tabs/tabs.scss: -------------------------------------------------------------------------------- 1 | page-tabs { 2 | 3 | } 4 | -------------------------------------------------------------------------------- /test/src/pages/tabs/tabs.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/Exercise/HEAD/test/src/pages/tabs/tabs.ts -------------------------------------------------------------------------------- /test/src/pages/tutorial/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/Exercise/HEAD/test/src/pages/tutorial/README.md -------------------------------------------------------------------------------- /test/src/pages/tutorial/tutorial.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/Exercise/HEAD/test/src/pages/tutorial/tutorial.html -------------------------------------------------------------------------------- /test/src/pages/tutorial/tutorial.module.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/Exercise/HEAD/test/src/pages/tutorial/tutorial.module.ts -------------------------------------------------------------------------------- /test/src/pages/tutorial/tutorial.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/Exercise/HEAD/test/src/pages/tutorial/tutorial.scss -------------------------------------------------------------------------------- /test/src/pages/tutorial/tutorial.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/Exercise/HEAD/test/src/pages/tutorial/tutorial.ts -------------------------------------------------------------------------------- /test/src/pages/welcome/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/Exercise/HEAD/test/src/pages/welcome/README.md -------------------------------------------------------------------------------- /test/src/pages/welcome/welcome.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/Exercise/HEAD/test/src/pages/welcome/welcome.html -------------------------------------------------------------------------------- /test/src/pages/welcome/welcome.module.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/Exercise/HEAD/test/src/pages/welcome/welcome.module.ts -------------------------------------------------------------------------------- /test/src/pages/welcome/welcome.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/Exercise/HEAD/test/src/pages/welcome/welcome.scss -------------------------------------------------------------------------------- /test/src/pages/welcome/welcome.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/Exercise/HEAD/test/src/pages/welcome/welcome.ts -------------------------------------------------------------------------------- /test/src/providers/api/api.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/Exercise/HEAD/test/src/providers/api/api.ts -------------------------------------------------------------------------------- /test/src/providers/items/items.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/Exercise/HEAD/test/src/providers/items/items.ts -------------------------------------------------------------------------------- /test/src/providers/providers.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/Exercise/HEAD/test/src/providers/providers.ts -------------------------------------------------------------------------------- /test/src/providers/settings/settings.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/Exercise/HEAD/test/src/providers/settings/settings.ts -------------------------------------------------------------------------------- /test/src/providers/user/user.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/Exercise/HEAD/test/src/providers/user/user.ts -------------------------------------------------------------------------------- /test/src/service-worker.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/Exercise/HEAD/test/src/service-worker.js -------------------------------------------------------------------------------- /test/src/theme/variables.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/Exercise/HEAD/test/src/theme/variables.scss -------------------------------------------------------------------------------- /test/tsconfig.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/Exercise/HEAD/test/tsconfig.json -------------------------------------------------------------------------------- /test/tslint.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/Exercise/HEAD/test/tslint.json -------------------------------------------------------------------------------- /vue-demo/login.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzlshen/Exercise/HEAD/vue-demo/login.vue --------------------------------------------------------------------------------