├── .babelrc ├── .gitignore ├── LICENSE ├── package.json ├── postcss.config.js ├── readme.md ├── src ├── components │ ├── about │ │ └── 1 │ │ │ ├── Snipaste_2020-12-21_21-35-42.png │ │ │ ├── about-1.png │ │ │ ├── about.ejs │ │ │ └── about.less │ ├── banner │ │ ├── 1 │ │ │ ├── Snipaste_2020-12-20_23-40-36.png │ │ │ ├── banner.ejs │ │ │ └── banner.less │ │ ├── 2 │ │ │ ├── Snipaste_2020-12-20_23-40-36.png │ │ │ ├── banner.ejs │ │ │ └── banner.less │ │ ├── banner-1.jpg │ │ ├── banner-2.jpg │ │ └── banner-3.jpg │ ├── bottom │ │ ├── 1 │ │ │ ├── Snipaste_2020-12-21_23-28-47.png │ │ │ ├── bottom.ejs │ │ │ └── bottom.less │ │ └── 2 │ │ │ ├── Snipaste_2022-07-16_11-20-43.png │ │ │ ├── bottom.ejs │ │ │ └── bottom.less │ ├── client │ │ └── 1 │ │ │ ├── Snipaste_2022-07-26_23-05-38.png │ │ │ ├── client.ejs │ │ │ └── client.less │ ├── comment │ │ └── 1 │ │ │ ├── comment.ejs │ │ │ └── comment.less │ ├── cover │ │ └── 1 │ │ │ ├── cover-1.jpg │ │ │ ├── cover.ejs │ │ │ └── cover.less │ ├── crumbs │ │ ├── 1 │ │ │ ├── Snipaste_2022-07-26_23-06-33.png │ │ │ ├── crumbs.ejs │ │ │ └── crumbs.less │ │ └── 2 │ │ │ ├── crumbs.ejs │ │ │ └── crumbs.less │ ├── culture │ │ └── 1 │ │ │ ├── Snipaste_2020-12-21_22-19-19.png │ │ │ ├── culture-1.jpg │ │ │ ├── culture.ejs │ │ │ └── culture.less │ ├── friend-link │ │ └── 1 │ │ │ ├── Snipaste_2020-12-21_23-12-32.png │ │ │ ├── friend-link.ejs │ │ │ └── friend-link.less │ ├── guestbook-form │ │ ├── 1 │ │ │ ├── guestbook-form.ejs │ │ │ └── guestbook-form.less │ │ └── 2 │ │ │ ├── guestbook-form.ejs │ │ │ └── guestbook-form.less │ ├── login-register-form │ │ ├── 1 │ │ │ ├── login-register-form.ejs │ │ │ └── login-register-form.less │ │ ├── 2 │ │ │ ├── login-register-form.ejs │ │ │ └── login-register-form.less │ │ └── 3 │ │ │ ├── login-register-form.ejs │ │ │ └── login-register-form.less │ ├── menu │ │ ├── 1 │ │ │ ├── Snipaste_2020-12-20_22-03-24.png │ │ │ ├── menu.ejs │ │ │ └── menu.less │ │ ├── 2 │ │ │ ├── Snipaste_2020-12-20_22-04-02.png │ │ │ ├── menu.ejs │ │ │ └── menu.less │ │ ├── 3 │ │ │ ├── Snipaste_2022-07-15_23-02-44.png │ │ │ ├── menu.ejs │ │ │ └── menu.less │ │ └── 4 │ │ │ ├── menu.ejs │ │ │ └── menu.less │ ├── pagination │ │ └── 1 │ │ │ ├── Snipaste_2020-12-21_23-23-49.png │ │ │ ├── pagination.ejs │ │ │ └── pagination.less │ ├── post-list │ │ ├── 1 │ │ │ ├── post-list.ejs │ │ │ └── post-list.less │ │ ├── 2 │ │ │ ├── post-list.ejs │ │ │ └── post-list.less │ │ ├── 3 │ │ │ ├── post-list.ejs │ │ │ └── post-list.less │ │ ├── 4 │ │ │ ├── post-list.ejs │ │ │ └── post-list.less │ │ └── 5 │ │ │ ├── post-list.ejs │ │ │ └── post-list.less │ ├── post │ │ ├── 1 │ │ │ ├── Snipaste_2022-07-26_23-04-19.png │ │ │ ├── post.ejs │ │ │ └── post.less │ │ ├── 2 │ │ │ ├── post.ejs │ │ │ └── post.less │ │ └── 3 │ │ │ ├── post.ejs │ │ │ └── post.less │ ├── product-list │ │ ├── 1 │ │ │ ├── product-list.ejs │ │ │ └── product-list.less │ │ └── 2 │ │ │ ├── product-list.ejs │ │ │ └── product-list.less │ ├── service │ │ ├── 1 │ │ │ ├── Snipaste_2020-12-21_23-37-28.png │ │ │ ├── service-1-1.jpg │ │ │ ├── service-1-2.jpg │ │ │ ├── service-1-3.jpg │ │ │ ├── service-1-4.jpg │ │ │ ├── service.ejs │ │ │ └── service.less │ │ ├── 2 │ │ │ ├── service-2-1.png │ │ │ ├── service-2-2.png │ │ │ ├── service-2-3.png │ │ │ ├── service-2-4.png │ │ │ ├── service.ejs │ │ │ └── service.less │ │ └── 3 │ │ │ ├── service-3-1.png │ │ │ ├── service-3-2.png │ │ │ ├── service-3-3.png │ │ │ ├── service-3-4.png │ │ │ ├── service.ejs │ │ │ └── service.less │ ├── sidebar-tool │ │ └── 1 │ │ │ ├── sidebar-tool.ejs │ │ │ └── sidebar-tool.less │ ├── sidebar │ │ └── 1 │ │ │ ├── sidebar.ejs │ │ │ └── sidebar.less │ └── tag-list │ │ └── 1 │ │ ├── tag-list.ejs │ │ └── tag-list.less ├── entry.js ├── iconfont │ ├── dashicons.css │ ├── dashicons.eot │ ├── dashicons.ttf │ └── dashicons.woff2 ├── images │ ├── demo │ │ ├── client-1.png │ │ ├── client-10.png │ │ ├── client-11.png │ │ ├── client-12.png │ │ ├── client-2.png │ │ ├── client-3.png │ │ ├── client-4.png │ │ ├── client-5.png │ │ ├── client-6.png │ │ ├── client-7.png │ │ ├── client-8.png │ │ └── client-9.png │ ├── favicon.png │ ├── icon │ │ ├── icon-arrow-top.png │ │ ├── icon-cs.png │ │ ├── icon-phone.png │ │ ├── icon-qrcode.png │ │ └── icon-wechat.png │ ├── image-placeholder.jpg │ ├── logo-white.png │ ├── logo.png │ ├── sprite │ │ ├── 1.png │ │ ├── 2.png │ │ ├── 3.png │ │ ├── 4.png │ │ ├── 5.png │ │ ├── 6.png │ │ └── 7.png │ └── wechat.jpg ├── public │ ├── footer.ejs │ └── header.ejs ├── route.js ├── script │ └── test.js ├── sprite │ ├── sprite.css │ └── sprite.png ├── style │ ├── demo.less │ ├── nocss.less │ ├── public.less │ ├── reset.less │ └── style.less └── view │ ├── demo │ ├── about │ │ ├── index.ejs │ │ ├── index.js │ │ └── index.less │ ├── banner │ │ ├── index.ejs │ │ ├── index.js │ │ └── index.less │ ├── bottom │ │ ├── index.ejs │ │ ├── index.js │ │ └── index.less │ ├── client │ │ ├── index.ejs │ │ ├── index.js │ │ └── index.less │ ├── comment │ │ ├── index.ejs │ │ ├── index.js │ │ └── index.less │ ├── cover │ │ ├── index.ejs │ │ ├── index.js │ │ └── index.less │ ├── crumbs │ │ ├── index.ejs │ │ ├── index.js │ │ └── index.less │ ├── culture │ │ ├── index.ejs │ │ ├── index.js │ │ └── index.less │ ├── friend-link │ │ ├── index.ejs │ │ ├── index.js │ │ └── index.less │ ├── guestbook-form │ │ ├── index.ejs │ │ ├── index.js │ │ └── index.less │ ├── iconfont │ │ ├── index.ejs │ │ ├── index.js │ │ └── index.less │ ├── index │ │ ├── index.ejs │ │ ├── index.js │ │ └── index.less │ ├── login-register-form │ │ ├── index.ejs │ │ ├── index.js │ │ └── index.less │ ├── menu │ │ ├── index.ejs │ │ ├── index.js │ │ └── index.less │ ├── pagination │ │ ├── index.ejs │ │ ├── index.js │ │ └── index.less │ ├── post-list │ │ ├── index.ejs │ │ ├── index.js │ │ └── index.less │ ├── post │ │ ├── index.ejs │ │ ├── index.js │ │ └── index.less │ ├── product-list │ │ ├── index.ejs │ │ ├── index.js │ │ └── index.less │ ├── service │ │ ├── index.ejs │ │ ├── index.js │ │ └── index.less │ ├── sidebar-tool │ │ ├── index.ejs │ │ ├── index.js │ │ └── index.less │ ├── sidebar │ │ ├── index.ejs │ │ ├── index.js │ │ └── index.less │ ├── sprite │ │ ├── index.ejs │ │ ├── index.js │ │ └── index.less │ └── tag │ │ ├── index.ejs │ │ ├── index.js │ │ └── index.less │ └── template-1 │ ├── guestbook │ ├── index.ejs │ ├── index.js │ └── index.less │ ├── index │ ├── index.ejs │ ├── index.js │ └── index.less │ ├── main.js │ ├── main.less │ ├── post │ ├── index.ejs │ ├── index.js │ └── index.less │ ├── posts │ ├── index.ejs │ ├── index.js │ └── index.less │ ├── products │ ├── index.ejs │ ├── index.js │ └── index.less │ ├── public │ ├── footer.ejs │ └── header.ejs │ ├── script │ ├── qrcode │ │ ├── CHANGELOG.md │ │ ├── README.md │ │ ├── bin │ │ │ └── qrcode │ │ ├── build │ │ │ ├── qrcode.js │ │ │ └── qrcode.tosjis.js │ │ ├── helper │ │ │ ├── to-sjis-browser.js │ │ │ └── to-sjis.js │ │ ├── lib │ │ │ ├── browser.js │ │ │ ├── can-promise.js │ │ │ ├── core │ │ │ │ ├── alignment-pattern.js │ │ │ │ ├── alphanumeric-data.js │ │ │ │ ├── bit-buffer.js │ │ │ │ ├── bit-matrix.js │ │ │ │ ├── byte-data.js │ │ │ │ ├── error-correction-code.js │ │ │ │ ├── error-correction-level.js │ │ │ │ ├── finder-pattern.js │ │ │ │ ├── format-info.js │ │ │ │ ├── galois-field.js │ │ │ │ ├── kanji-data.js │ │ │ │ ├── mask-pattern.js │ │ │ │ ├── mode.js │ │ │ │ ├── numeric-data.js │ │ │ │ ├── polynomial.js │ │ │ │ ├── qrcode.js │ │ │ │ ├── reed-solomon-encoder.js │ │ │ │ ├── regex.js │ │ │ │ ├── segments.js │ │ │ │ ├── utils.js │ │ │ │ ├── version-check.js │ │ │ │ └── version.js │ │ │ ├── index.js │ │ │ ├── renderer │ │ │ │ ├── canvas.js │ │ │ │ ├── png.js │ │ │ │ ├── svg-tag.js │ │ │ │ ├── svg.js │ │ │ │ ├── terminal.js │ │ │ │ ├── terminal │ │ │ │ │ ├── terminal-small.js │ │ │ │ │ └── terminal.js │ │ │ │ ├── utf8.js │ │ │ │ └── utils.js │ │ │ └── server.js │ │ ├── license │ │ └── package.json │ └── swiper-bundle.min.js │ ├── search │ ├── index.ejs │ ├── index.js │ └── index.less │ ├── style │ └── swiper-bundle.min.css │ └── tag │ ├── index.ejs │ ├── index.js │ └── index.less └── webpack.config.js /.babelrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkinit/js2-static-builder/HEAD/.babelrc -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | node_modules/ 2 | dist/ -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkinit/js2-static-builder/HEAD/LICENSE -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkinit/js2-static-builder/HEAD/package.json -------------------------------------------------------------------------------- /postcss.config.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkinit/js2-static-builder/HEAD/postcss.config.js -------------------------------------------------------------------------------- /readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkinit/js2-static-builder/HEAD/readme.md -------------------------------------------------------------------------------- /src/components/about/1/Snipaste_2020-12-21_21-35-42.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkinit/js2-static-builder/HEAD/src/components/about/1/Snipaste_2020-12-21_21-35-42.png -------------------------------------------------------------------------------- /src/components/about/1/about-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkinit/js2-static-builder/HEAD/src/components/about/1/about-1.png -------------------------------------------------------------------------------- /src/components/about/1/about.ejs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkinit/js2-static-builder/HEAD/src/components/about/1/about.ejs -------------------------------------------------------------------------------- /src/components/about/1/about.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkinit/js2-static-builder/HEAD/src/components/about/1/about.less -------------------------------------------------------------------------------- /src/components/banner/1/Snipaste_2020-12-20_23-40-36.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkinit/js2-static-builder/HEAD/src/components/banner/1/Snipaste_2020-12-20_23-40-36.png -------------------------------------------------------------------------------- /src/components/banner/1/banner.ejs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkinit/js2-static-builder/HEAD/src/components/banner/1/banner.ejs -------------------------------------------------------------------------------- /src/components/banner/1/banner.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkinit/js2-static-builder/HEAD/src/components/banner/1/banner.less -------------------------------------------------------------------------------- /src/components/banner/2/Snipaste_2020-12-20_23-40-36.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkinit/js2-static-builder/HEAD/src/components/banner/2/Snipaste_2020-12-20_23-40-36.png -------------------------------------------------------------------------------- /src/components/banner/2/banner.ejs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkinit/js2-static-builder/HEAD/src/components/banner/2/banner.ejs -------------------------------------------------------------------------------- /src/components/banner/2/banner.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkinit/js2-static-builder/HEAD/src/components/banner/2/banner.less -------------------------------------------------------------------------------- /src/components/banner/banner-1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkinit/js2-static-builder/HEAD/src/components/banner/banner-1.jpg -------------------------------------------------------------------------------- /src/components/banner/banner-2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkinit/js2-static-builder/HEAD/src/components/banner/banner-2.jpg -------------------------------------------------------------------------------- /src/components/banner/banner-3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkinit/js2-static-builder/HEAD/src/components/banner/banner-3.jpg -------------------------------------------------------------------------------- /src/components/bottom/1/Snipaste_2020-12-21_23-28-47.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkinit/js2-static-builder/HEAD/src/components/bottom/1/Snipaste_2020-12-21_23-28-47.png -------------------------------------------------------------------------------- /src/components/bottom/1/bottom.ejs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkinit/js2-static-builder/HEAD/src/components/bottom/1/bottom.ejs -------------------------------------------------------------------------------- /src/components/bottom/1/bottom.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkinit/js2-static-builder/HEAD/src/components/bottom/1/bottom.less -------------------------------------------------------------------------------- /src/components/bottom/2/Snipaste_2022-07-16_11-20-43.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkinit/js2-static-builder/HEAD/src/components/bottom/2/Snipaste_2022-07-16_11-20-43.png -------------------------------------------------------------------------------- /src/components/bottom/2/bottom.ejs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkinit/js2-static-builder/HEAD/src/components/bottom/2/bottom.ejs -------------------------------------------------------------------------------- /src/components/bottom/2/bottom.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkinit/js2-static-builder/HEAD/src/components/bottom/2/bottom.less -------------------------------------------------------------------------------- /src/components/client/1/Snipaste_2022-07-26_23-05-38.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkinit/js2-static-builder/HEAD/src/components/client/1/Snipaste_2022-07-26_23-05-38.png -------------------------------------------------------------------------------- /src/components/client/1/client.ejs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkinit/js2-static-builder/HEAD/src/components/client/1/client.ejs -------------------------------------------------------------------------------- /src/components/client/1/client.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkinit/js2-static-builder/HEAD/src/components/client/1/client.less -------------------------------------------------------------------------------- /src/components/comment/1/comment.ejs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkinit/js2-static-builder/HEAD/src/components/comment/1/comment.ejs -------------------------------------------------------------------------------- /src/components/comment/1/comment.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkinit/js2-static-builder/HEAD/src/components/comment/1/comment.less -------------------------------------------------------------------------------- /src/components/cover/1/cover-1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkinit/js2-static-builder/HEAD/src/components/cover/1/cover-1.jpg -------------------------------------------------------------------------------- /src/components/cover/1/cover.ejs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkinit/js2-static-builder/HEAD/src/components/cover/1/cover.ejs -------------------------------------------------------------------------------- /src/components/cover/1/cover.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkinit/js2-static-builder/HEAD/src/components/cover/1/cover.less -------------------------------------------------------------------------------- /src/components/crumbs/1/Snipaste_2022-07-26_23-06-33.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkinit/js2-static-builder/HEAD/src/components/crumbs/1/Snipaste_2022-07-26_23-06-33.png -------------------------------------------------------------------------------- /src/components/crumbs/1/crumbs.ejs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkinit/js2-static-builder/HEAD/src/components/crumbs/1/crumbs.ejs -------------------------------------------------------------------------------- /src/components/crumbs/1/crumbs.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkinit/js2-static-builder/HEAD/src/components/crumbs/1/crumbs.less -------------------------------------------------------------------------------- /src/components/crumbs/2/crumbs.ejs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkinit/js2-static-builder/HEAD/src/components/crumbs/2/crumbs.ejs -------------------------------------------------------------------------------- /src/components/crumbs/2/crumbs.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkinit/js2-static-builder/HEAD/src/components/crumbs/2/crumbs.less -------------------------------------------------------------------------------- /src/components/culture/1/Snipaste_2020-12-21_22-19-19.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkinit/js2-static-builder/HEAD/src/components/culture/1/Snipaste_2020-12-21_22-19-19.png -------------------------------------------------------------------------------- /src/components/culture/1/culture-1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkinit/js2-static-builder/HEAD/src/components/culture/1/culture-1.jpg -------------------------------------------------------------------------------- /src/components/culture/1/culture.ejs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkinit/js2-static-builder/HEAD/src/components/culture/1/culture.ejs -------------------------------------------------------------------------------- /src/components/culture/1/culture.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkinit/js2-static-builder/HEAD/src/components/culture/1/culture.less -------------------------------------------------------------------------------- /src/components/friend-link/1/Snipaste_2020-12-21_23-12-32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkinit/js2-static-builder/HEAD/src/components/friend-link/1/Snipaste_2020-12-21_23-12-32.png -------------------------------------------------------------------------------- /src/components/friend-link/1/friend-link.ejs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkinit/js2-static-builder/HEAD/src/components/friend-link/1/friend-link.ejs -------------------------------------------------------------------------------- /src/components/friend-link/1/friend-link.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkinit/js2-static-builder/HEAD/src/components/friend-link/1/friend-link.less -------------------------------------------------------------------------------- /src/components/guestbook-form/1/guestbook-form.ejs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkinit/js2-static-builder/HEAD/src/components/guestbook-form/1/guestbook-form.ejs -------------------------------------------------------------------------------- /src/components/guestbook-form/1/guestbook-form.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkinit/js2-static-builder/HEAD/src/components/guestbook-form/1/guestbook-form.less -------------------------------------------------------------------------------- /src/components/guestbook-form/2/guestbook-form.ejs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkinit/js2-static-builder/HEAD/src/components/guestbook-form/2/guestbook-form.ejs -------------------------------------------------------------------------------- /src/components/guestbook-form/2/guestbook-form.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkinit/js2-static-builder/HEAD/src/components/guestbook-form/2/guestbook-form.less -------------------------------------------------------------------------------- /src/components/login-register-form/1/login-register-form.ejs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkinit/js2-static-builder/HEAD/src/components/login-register-form/1/login-register-form.ejs -------------------------------------------------------------------------------- /src/components/login-register-form/1/login-register-form.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkinit/js2-static-builder/HEAD/src/components/login-register-form/1/login-register-form.less -------------------------------------------------------------------------------- /src/components/login-register-form/2/login-register-form.ejs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkinit/js2-static-builder/HEAD/src/components/login-register-form/2/login-register-form.ejs -------------------------------------------------------------------------------- /src/components/login-register-form/2/login-register-form.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkinit/js2-static-builder/HEAD/src/components/login-register-form/2/login-register-form.less -------------------------------------------------------------------------------- /src/components/login-register-form/3/login-register-form.ejs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkinit/js2-static-builder/HEAD/src/components/login-register-form/3/login-register-form.ejs -------------------------------------------------------------------------------- /src/components/login-register-form/3/login-register-form.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkinit/js2-static-builder/HEAD/src/components/login-register-form/3/login-register-form.less -------------------------------------------------------------------------------- /src/components/menu/1/Snipaste_2020-12-20_22-03-24.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkinit/js2-static-builder/HEAD/src/components/menu/1/Snipaste_2020-12-20_22-03-24.png -------------------------------------------------------------------------------- /src/components/menu/1/menu.ejs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkinit/js2-static-builder/HEAD/src/components/menu/1/menu.ejs -------------------------------------------------------------------------------- /src/components/menu/1/menu.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkinit/js2-static-builder/HEAD/src/components/menu/1/menu.less -------------------------------------------------------------------------------- /src/components/menu/2/Snipaste_2020-12-20_22-04-02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkinit/js2-static-builder/HEAD/src/components/menu/2/Snipaste_2020-12-20_22-04-02.png -------------------------------------------------------------------------------- /src/components/menu/2/menu.ejs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkinit/js2-static-builder/HEAD/src/components/menu/2/menu.ejs -------------------------------------------------------------------------------- /src/components/menu/2/menu.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkinit/js2-static-builder/HEAD/src/components/menu/2/menu.less -------------------------------------------------------------------------------- /src/components/menu/3/Snipaste_2022-07-15_23-02-44.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkinit/js2-static-builder/HEAD/src/components/menu/3/Snipaste_2022-07-15_23-02-44.png -------------------------------------------------------------------------------- /src/components/menu/3/menu.ejs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkinit/js2-static-builder/HEAD/src/components/menu/3/menu.ejs -------------------------------------------------------------------------------- /src/components/menu/3/menu.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkinit/js2-static-builder/HEAD/src/components/menu/3/menu.less -------------------------------------------------------------------------------- /src/components/menu/4/menu.ejs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkinit/js2-static-builder/HEAD/src/components/menu/4/menu.ejs -------------------------------------------------------------------------------- /src/components/menu/4/menu.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkinit/js2-static-builder/HEAD/src/components/menu/4/menu.less -------------------------------------------------------------------------------- /src/components/pagination/1/Snipaste_2020-12-21_23-23-49.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkinit/js2-static-builder/HEAD/src/components/pagination/1/Snipaste_2020-12-21_23-23-49.png -------------------------------------------------------------------------------- /src/components/pagination/1/pagination.ejs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkinit/js2-static-builder/HEAD/src/components/pagination/1/pagination.ejs -------------------------------------------------------------------------------- /src/components/pagination/1/pagination.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkinit/js2-static-builder/HEAD/src/components/pagination/1/pagination.less -------------------------------------------------------------------------------- /src/components/post-list/1/post-list.ejs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkinit/js2-static-builder/HEAD/src/components/post-list/1/post-list.ejs -------------------------------------------------------------------------------- /src/components/post-list/1/post-list.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkinit/js2-static-builder/HEAD/src/components/post-list/1/post-list.less -------------------------------------------------------------------------------- /src/components/post-list/2/post-list.ejs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkinit/js2-static-builder/HEAD/src/components/post-list/2/post-list.ejs -------------------------------------------------------------------------------- /src/components/post-list/2/post-list.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkinit/js2-static-builder/HEAD/src/components/post-list/2/post-list.less -------------------------------------------------------------------------------- /src/components/post-list/3/post-list.ejs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkinit/js2-static-builder/HEAD/src/components/post-list/3/post-list.ejs -------------------------------------------------------------------------------- /src/components/post-list/3/post-list.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkinit/js2-static-builder/HEAD/src/components/post-list/3/post-list.less -------------------------------------------------------------------------------- /src/components/post-list/4/post-list.ejs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkinit/js2-static-builder/HEAD/src/components/post-list/4/post-list.ejs -------------------------------------------------------------------------------- /src/components/post-list/4/post-list.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkinit/js2-static-builder/HEAD/src/components/post-list/4/post-list.less -------------------------------------------------------------------------------- /src/components/post-list/5/post-list.ejs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkinit/js2-static-builder/HEAD/src/components/post-list/5/post-list.ejs -------------------------------------------------------------------------------- /src/components/post-list/5/post-list.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkinit/js2-static-builder/HEAD/src/components/post-list/5/post-list.less -------------------------------------------------------------------------------- /src/components/post/1/Snipaste_2022-07-26_23-04-19.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkinit/js2-static-builder/HEAD/src/components/post/1/Snipaste_2022-07-26_23-04-19.png -------------------------------------------------------------------------------- /src/components/post/1/post.ejs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkinit/js2-static-builder/HEAD/src/components/post/1/post.ejs -------------------------------------------------------------------------------- /src/components/post/1/post.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkinit/js2-static-builder/HEAD/src/components/post/1/post.less -------------------------------------------------------------------------------- /src/components/post/2/post.ejs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkinit/js2-static-builder/HEAD/src/components/post/2/post.ejs -------------------------------------------------------------------------------- /src/components/post/2/post.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkinit/js2-static-builder/HEAD/src/components/post/2/post.less -------------------------------------------------------------------------------- /src/components/post/3/post.ejs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkinit/js2-static-builder/HEAD/src/components/post/3/post.ejs -------------------------------------------------------------------------------- /src/components/post/3/post.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkinit/js2-static-builder/HEAD/src/components/post/3/post.less -------------------------------------------------------------------------------- /src/components/product-list/1/product-list.ejs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkinit/js2-static-builder/HEAD/src/components/product-list/1/product-list.ejs -------------------------------------------------------------------------------- /src/components/product-list/1/product-list.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkinit/js2-static-builder/HEAD/src/components/product-list/1/product-list.less -------------------------------------------------------------------------------- /src/components/product-list/2/product-list.ejs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkinit/js2-static-builder/HEAD/src/components/product-list/2/product-list.ejs -------------------------------------------------------------------------------- /src/components/product-list/2/product-list.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkinit/js2-static-builder/HEAD/src/components/product-list/2/product-list.less -------------------------------------------------------------------------------- /src/components/service/1/Snipaste_2020-12-21_23-37-28.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkinit/js2-static-builder/HEAD/src/components/service/1/Snipaste_2020-12-21_23-37-28.png -------------------------------------------------------------------------------- /src/components/service/1/service-1-1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkinit/js2-static-builder/HEAD/src/components/service/1/service-1-1.jpg -------------------------------------------------------------------------------- /src/components/service/1/service-1-2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkinit/js2-static-builder/HEAD/src/components/service/1/service-1-2.jpg -------------------------------------------------------------------------------- /src/components/service/1/service-1-3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkinit/js2-static-builder/HEAD/src/components/service/1/service-1-3.jpg -------------------------------------------------------------------------------- /src/components/service/1/service-1-4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkinit/js2-static-builder/HEAD/src/components/service/1/service-1-4.jpg -------------------------------------------------------------------------------- /src/components/service/1/service.ejs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkinit/js2-static-builder/HEAD/src/components/service/1/service.ejs -------------------------------------------------------------------------------- /src/components/service/1/service.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkinit/js2-static-builder/HEAD/src/components/service/1/service.less -------------------------------------------------------------------------------- /src/components/service/2/service-2-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkinit/js2-static-builder/HEAD/src/components/service/2/service-2-1.png -------------------------------------------------------------------------------- /src/components/service/2/service-2-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkinit/js2-static-builder/HEAD/src/components/service/2/service-2-2.png -------------------------------------------------------------------------------- /src/components/service/2/service-2-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkinit/js2-static-builder/HEAD/src/components/service/2/service-2-3.png -------------------------------------------------------------------------------- /src/components/service/2/service-2-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkinit/js2-static-builder/HEAD/src/components/service/2/service-2-4.png -------------------------------------------------------------------------------- /src/components/service/2/service.ejs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkinit/js2-static-builder/HEAD/src/components/service/2/service.ejs -------------------------------------------------------------------------------- /src/components/service/2/service.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkinit/js2-static-builder/HEAD/src/components/service/2/service.less -------------------------------------------------------------------------------- /src/components/service/3/service-3-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkinit/js2-static-builder/HEAD/src/components/service/3/service-3-1.png -------------------------------------------------------------------------------- /src/components/service/3/service-3-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkinit/js2-static-builder/HEAD/src/components/service/3/service-3-2.png -------------------------------------------------------------------------------- /src/components/service/3/service-3-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkinit/js2-static-builder/HEAD/src/components/service/3/service-3-3.png -------------------------------------------------------------------------------- /src/components/service/3/service-3-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkinit/js2-static-builder/HEAD/src/components/service/3/service-3-4.png -------------------------------------------------------------------------------- /src/components/service/3/service.ejs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkinit/js2-static-builder/HEAD/src/components/service/3/service.ejs -------------------------------------------------------------------------------- /src/components/service/3/service.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkinit/js2-static-builder/HEAD/src/components/service/3/service.less -------------------------------------------------------------------------------- /src/components/sidebar-tool/1/sidebar-tool.ejs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkinit/js2-static-builder/HEAD/src/components/sidebar-tool/1/sidebar-tool.ejs -------------------------------------------------------------------------------- /src/components/sidebar-tool/1/sidebar-tool.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkinit/js2-static-builder/HEAD/src/components/sidebar-tool/1/sidebar-tool.less -------------------------------------------------------------------------------- /src/components/sidebar/1/sidebar.ejs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkinit/js2-static-builder/HEAD/src/components/sidebar/1/sidebar.ejs -------------------------------------------------------------------------------- /src/components/sidebar/1/sidebar.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkinit/js2-static-builder/HEAD/src/components/sidebar/1/sidebar.less -------------------------------------------------------------------------------- /src/components/tag-list/1/tag-list.ejs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkinit/js2-static-builder/HEAD/src/components/tag-list/1/tag-list.ejs -------------------------------------------------------------------------------- /src/components/tag-list/1/tag-list.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkinit/js2-static-builder/HEAD/src/components/tag-list/1/tag-list.less -------------------------------------------------------------------------------- /src/entry.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkinit/js2-static-builder/HEAD/src/entry.js -------------------------------------------------------------------------------- /src/iconfont/dashicons.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkinit/js2-static-builder/HEAD/src/iconfont/dashicons.css -------------------------------------------------------------------------------- /src/iconfont/dashicons.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkinit/js2-static-builder/HEAD/src/iconfont/dashicons.eot -------------------------------------------------------------------------------- /src/iconfont/dashicons.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkinit/js2-static-builder/HEAD/src/iconfont/dashicons.ttf -------------------------------------------------------------------------------- /src/iconfont/dashicons.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkinit/js2-static-builder/HEAD/src/iconfont/dashicons.woff2 -------------------------------------------------------------------------------- /src/images/demo/client-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkinit/js2-static-builder/HEAD/src/images/demo/client-1.png -------------------------------------------------------------------------------- /src/images/demo/client-10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkinit/js2-static-builder/HEAD/src/images/demo/client-10.png -------------------------------------------------------------------------------- /src/images/demo/client-11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkinit/js2-static-builder/HEAD/src/images/demo/client-11.png -------------------------------------------------------------------------------- /src/images/demo/client-12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkinit/js2-static-builder/HEAD/src/images/demo/client-12.png -------------------------------------------------------------------------------- /src/images/demo/client-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkinit/js2-static-builder/HEAD/src/images/demo/client-2.png -------------------------------------------------------------------------------- /src/images/demo/client-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkinit/js2-static-builder/HEAD/src/images/demo/client-3.png -------------------------------------------------------------------------------- /src/images/demo/client-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkinit/js2-static-builder/HEAD/src/images/demo/client-4.png -------------------------------------------------------------------------------- /src/images/demo/client-5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkinit/js2-static-builder/HEAD/src/images/demo/client-5.png -------------------------------------------------------------------------------- /src/images/demo/client-6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkinit/js2-static-builder/HEAD/src/images/demo/client-6.png -------------------------------------------------------------------------------- /src/images/demo/client-7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkinit/js2-static-builder/HEAD/src/images/demo/client-7.png -------------------------------------------------------------------------------- /src/images/demo/client-8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkinit/js2-static-builder/HEAD/src/images/demo/client-8.png -------------------------------------------------------------------------------- /src/images/demo/client-9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkinit/js2-static-builder/HEAD/src/images/demo/client-9.png -------------------------------------------------------------------------------- /src/images/favicon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkinit/js2-static-builder/HEAD/src/images/favicon.png -------------------------------------------------------------------------------- /src/images/icon/icon-arrow-top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkinit/js2-static-builder/HEAD/src/images/icon/icon-arrow-top.png -------------------------------------------------------------------------------- /src/images/icon/icon-cs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkinit/js2-static-builder/HEAD/src/images/icon/icon-cs.png -------------------------------------------------------------------------------- /src/images/icon/icon-phone.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkinit/js2-static-builder/HEAD/src/images/icon/icon-phone.png -------------------------------------------------------------------------------- /src/images/icon/icon-qrcode.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkinit/js2-static-builder/HEAD/src/images/icon/icon-qrcode.png -------------------------------------------------------------------------------- /src/images/icon/icon-wechat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkinit/js2-static-builder/HEAD/src/images/icon/icon-wechat.png -------------------------------------------------------------------------------- /src/images/image-placeholder.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkinit/js2-static-builder/HEAD/src/images/image-placeholder.jpg -------------------------------------------------------------------------------- /src/images/logo-white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkinit/js2-static-builder/HEAD/src/images/logo-white.png -------------------------------------------------------------------------------- /src/images/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkinit/js2-static-builder/HEAD/src/images/logo.png -------------------------------------------------------------------------------- /src/images/sprite/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkinit/js2-static-builder/HEAD/src/images/sprite/1.png -------------------------------------------------------------------------------- /src/images/sprite/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkinit/js2-static-builder/HEAD/src/images/sprite/2.png -------------------------------------------------------------------------------- /src/images/sprite/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkinit/js2-static-builder/HEAD/src/images/sprite/3.png -------------------------------------------------------------------------------- /src/images/sprite/4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkinit/js2-static-builder/HEAD/src/images/sprite/4.png -------------------------------------------------------------------------------- /src/images/sprite/5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkinit/js2-static-builder/HEAD/src/images/sprite/5.png -------------------------------------------------------------------------------- /src/images/sprite/6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkinit/js2-static-builder/HEAD/src/images/sprite/6.png -------------------------------------------------------------------------------- /src/images/sprite/7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkinit/js2-static-builder/HEAD/src/images/sprite/7.png -------------------------------------------------------------------------------- /src/images/wechat.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkinit/js2-static-builder/HEAD/src/images/wechat.jpg -------------------------------------------------------------------------------- /src/public/footer.ejs: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /src/public/header.ejs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkinit/js2-static-builder/HEAD/src/public/header.ejs -------------------------------------------------------------------------------- /src/route.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkinit/js2-static-builder/HEAD/src/route.js -------------------------------------------------------------------------------- /src/script/test.js: -------------------------------------------------------------------------------- 1 | export default () => { 2 | console.log('这是测试的自定义公共模块') 3 | } -------------------------------------------------------------------------------- /src/sprite/sprite.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkinit/js2-static-builder/HEAD/src/sprite/sprite.css -------------------------------------------------------------------------------- /src/sprite/sprite.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkinit/js2-static-builder/HEAD/src/sprite/sprite.png -------------------------------------------------------------------------------- /src/style/demo.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkinit/js2-static-builder/HEAD/src/style/demo.less -------------------------------------------------------------------------------- /src/style/nocss.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkinit/js2-static-builder/HEAD/src/style/nocss.less -------------------------------------------------------------------------------- /src/style/public.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkinit/js2-static-builder/HEAD/src/style/public.less -------------------------------------------------------------------------------- /src/style/reset.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkinit/js2-static-builder/HEAD/src/style/reset.less -------------------------------------------------------------------------------- /src/style/style.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkinit/js2-static-builder/HEAD/src/style/style.less -------------------------------------------------------------------------------- /src/view/demo/about/index.ejs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkinit/js2-static-builder/HEAD/src/view/demo/about/index.ejs -------------------------------------------------------------------------------- /src/view/demo/about/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkinit/js2-static-builder/HEAD/src/view/demo/about/index.js -------------------------------------------------------------------------------- /src/view/demo/about/index.less: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/view/demo/banner/index.ejs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkinit/js2-static-builder/HEAD/src/view/demo/banner/index.ejs -------------------------------------------------------------------------------- /src/view/demo/banner/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkinit/js2-static-builder/HEAD/src/view/demo/banner/index.js -------------------------------------------------------------------------------- /src/view/demo/banner/index.less: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/view/demo/bottom/index.ejs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkinit/js2-static-builder/HEAD/src/view/demo/bottom/index.ejs -------------------------------------------------------------------------------- /src/view/demo/bottom/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkinit/js2-static-builder/HEAD/src/view/demo/bottom/index.js -------------------------------------------------------------------------------- /src/view/demo/bottom/index.less: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/view/demo/client/index.ejs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkinit/js2-static-builder/HEAD/src/view/demo/client/index.ejs -------------------------------------------------------------------------------- /src/view/demo/client/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkinit/js2-static-builder/HEAD/src/view/demo/client/index.js -------------------------------------------------------------------------------- /src/view/demo/client/index.less: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/view/demo/comment/index.ejs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkinit/js2-static-builder/HEAD/src/view/demo/comment/index.ejs -------------------------------------------------------------------------------- /src/view/demo/comment/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkinit/js2-static-builder/HEAD/src/view/demo/comment/index.js -------------------------------------------------------------------------------- /src/view/demo/comment/index.less: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/view/demo/cover/index.ejs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkinit/js2-static-builder/HEAD/src/view/demo/cover/index.ejs -------------------------------------------------------------------------------- /src/view/demo/cover/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkinit/js2-static-builder/HEAD/src/view/demo/cover/index.js -------------------------------------------------------------------------------- /src/view/demo/cover/index.less: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/view/demo/crumbs/index.ejs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkinit/js2-static-builder/HEAD/src/view/demo/crumbs/index.ejs -------------------------------------------------------------------------------- /src/view/demo/crumbs/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkinit/js2-static-builder/HEAD/src/view/demo/crumbs/index.js -------------------------------------------------------------------------------- /src/view/demo/crumbs/index.less: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/view/demo/culture/index.ejs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkinit/js2-static-builder/HEAD/src/view/demo/culture/index.ejs -------------------------------------------------------------------------------- /src/view/demo/culture/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkinit/js2-static-builder/HEAD/src/view/demo/culture/index.js -------------------------------------------------------------------------------- /src/view/demo/culture/index.less: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/view/demo/friend-link/index.ejs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkinit/js2-static-builder/HEAD/src/view/demo/friend-link/index.ejs -------------------------------------------------------------------------------- /src/view/demo/friend-link/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkinit/js2-static-builder/HEAD/src/view/demo/friend-link/index.js -------------------------------------------------------------------------------- /src/view/demo/friend-link/index.less: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/view/demo/guestbook-form/index.ejs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkinit/js2-static-builder/HEAD/src/view/demo/guestbook-form/index.ejs -------------------------------------------------------------------------------- /src/view/demo/guestbook-form/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkinit/js2-static-builder/HEAD/src/view/demo/guestbook-form/index.js -------------------------------------------------------------------------------- /src/view/demo/guestbook-form/index.less: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/view/demo/iconfont/index.ejs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkinit/js2-static-builder/HEAD/src/view/demo/iconfont/index.ejs -------------------------------------------------------------------------------- /src/view/demo/iconfont/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkinit/js2-static-builder/HEAD/src/view/demo/iconfont/index.js -------------------------------------------------------------------------------- /src/view/demo/iconfont/index.less: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/view/demo/index/index.ejs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkinit/js2-static-builder/HEAD/src/view/demo/index/index.ejs -------------------------------------------------------------------------------- /src/view/demo/index/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkinit/js2-static-builder/HEAD/src/view/demo/index/index.js -------------------------------------------------------------------------------- /src/view/demo/index/index.less: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/view/demo/login-register-form/index.ejs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkinit/js2-static-builder/HEAD/src/view/demo/login-register-form/index.ejs -------------------------------------------------------------------------------- /src/view/demo/login-register-form/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkinit/js2-static-builder/HEAD/src/view/demo/login-register-form/index.js -------------------------------------------------------------------------------- /src/view/demo/login-register-form/index.less: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/view/demo/menu/index.ejs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkinit/js2-static-builder/HEAD/src/view/demo/menu/index.ejs -------------------------------------------------------------------------------- /src/view/demo/menu/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkinit/js2-static-builder/HEAD/src/view/demo/menu/index.js -------------------------------------------------------------------------------- /src/view/demo/menu/index.less: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/view/demo/pagination/index.ejs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkinit/js2-static-builder/HEAD/src/view/demo/pagination/index.ejs -------------------------------------------------------------------------------- /src/view/demo/pagination/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkinit/js2-static-builder/HEAD/src/view/demo/pagination/index.js -------------------------------------------------------------------------------- /src/view/demo/pagination/index.less: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/view/demo/post-list/index.ejs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkinit/js2-static-builder/HEAD/src/view/demo/post-list/index.ejs -------------------------------------------------------------------------------- /src/view/demo/post-list/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkinit/js2-static-builder/HEAD/src/view/demo/post-list/index.js -------------------------------------------------------------------------------- /src/view/demo/post-list/index.less: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/view/demo/post/index.ejs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkinit/js2-static-builder/HEAD/src/view/demo/post/index.ejs -------------------------------------------------------------------------------- /src/view/demo/post/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkinit/js2-static-builder/HEAD/src/view/demo/post/index.js -------------------------------------------------------------------------------- /src/view/demo/post/index.less: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/view/demo/product-list/index.ejs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkinit/js2-static-builder/HEAD/src/view/demo/product-list/index.ejs -------------------------------------------------------------------------------- /src/view/demo/product-list/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkinit/js2-static-builder/HEAD/src/view/demo/product-list/index.js -------------------------------------------------------------------------------- /src/view/demo/product-list/index.less: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/view/demo/service/index.ejs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkinit/js2-static-builder/HEAD/src/view/demo/service/index.ejs -------------------------------------------------------------------------------- /src/view/demo/service/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkinit/js2-static-builder/HEAD/src/view/demo/service/index.js -------------------------------------------------------------------------------- /src/view/demo/service/index.less: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/view/demo/sidebar-tool/index.ejs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkinit/js2-static-builder/HEAD/src/view/demo/sidebar-tool/index.ejs -------------------------------------------------------------------------------- /src/view/demo/sidebar-tool/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkinit/js2-static-builder/HEAD/src/view/demo/sidebar-tool/index.js -------------------------------------------------------------------------------- /src/view/demo/sidebar-tool/index.less: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/view/demo/sidebar/index.ejs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkinit/js2-static-builder/HEAD/src/view/demo/sidebar/index.ejs -------------------------------------------------------------------------------- /src/view/demo/sidebar/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkinit/js2-static-builder/HEAD/src/view/demo/sidebar/index.js -------------------------------------------------------------------------------- /src/view/demo/sidebar/index.less: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/view/demo/sprite/index.ejs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkinit/js2-static-builder/HEAD/src/view/demo/sprite/index.ejs -------------------------------------------------------------------------------- /src/view/demo/sprite/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkinit/js2-static-builder/HEAD/src/view/demo/sprite/index.js -------------------------------------------------------------------------------- /src/view/demo/sprite/index.less: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/view/demo/tag/index.ejs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkinit/js2-static-builder/HEAD/src/view/demo/tag/index.ejs -------------------------------------------------------------------------------- /src/view/demo/tag/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkinit/js2-static-builder/HEAD/src/view/demo/tag/index.js -------------------------------------------------------------------------------- /src/view/demo/tag/index.less: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/view/template-1/guestbook/index.ejs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkinit/js2-static-builder/HEAD/src/view/template-1/guestbook/index.ejs -------------------------------------------------------------------------------- /src/view/template-1/guestbook/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkinit/js2-static-builder/HEAD/src/view/template-1/guestbook/index.js -------------------------------------------------------------------------------- /src/view/template-1/guestbook/index.less: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/view/template-1/index/index.ejs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkinit/js2-static-builder/HEAD/src/view/template-1/index/index.ejs -------------------------------------------------------------------------------- /src/view/template-1/index/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkinit/js2-static-builder/HEAD/src/view/template-1/index/index.js -------------------------------------------------------------------------------- /src/view/template-1/index/index.less: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/view/template-1/main.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkinit/js2-static-builder/HEAD/src/view/template-1/main.js -------------------------------------------------------------------------------- /src/view/template-1/main.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkinit/js2-static-builder/HEAD/src/view/template-1/main.less -------------------------------------------------------------------------------- /src/view/template-1/post/index.ejs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkinit/js2-static-builder/HEAD/src/view/template-1/post/index.ejs -------------------------------------------------------------------------------- /src/view/template-1/post/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkinit/js2-static-builder/HEAD/src/view/template-1/post/index.js -------------------------------------------------------------------------------- /src/view/template-1/post/index.less: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/view/template-1/posts/index.ejs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkinit/js2-static-builder/HEAD/src/view/template-1/posts/index.ejs -------------------------------------------------------------------------------- /src/view/template-1/posts/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkinit/js2-static-builder/HEAD/src/view/template-1/posts/index.js -------------------------------------------------------------------------------- /src/view/template-1/posts/index.less: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/view/template-1/products/index.ejs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkinit/js2-static-builder/HEAD/src/view/template-1/products/index.ejs -------------------------------------------------------------------------------- /src/view/template-1/products/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkinit/js2-static-builder/HEAD/src/view/template-1/products/index.js -------------------------------------------------------------------------------- /src/view/template-1/products/index.less: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/view/template-1/public/footer.ejs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkinit/js2-static-builder/HEAD/src/view/template-1/public/footer.ejs -------------------------------------------------------------------------------- /src/view/template-1/public/header.ejs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkinit/js2-static-builder/HEAD/src/view/template-1/public/header.ejs -------------------------------------------------------------------------------- /src/view/template-1/script/qrcode/CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkinit/js2-static-builder/HEAD/src/view/template-1/script/qrcode/CHANGELOG.md -------------------------------------------------------------------------------- /src/view/template-1/script/qrcode/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkinit/js2-static-builder/HEAD/src/view/template-1/script/qrcode/README.md -------------------------------------------------------------------------------- /src/view/template-1/script/qrcode/bin/qrcode: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkinit/js2-static-builder/HEAD/src/view/template-1/script/qrcode/bin/qrcode -------------------------------------------------------------------------------- /src/view/template-1/script/qrcode/build/qrcode.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkinit/js2-static-builder/HEAD/src/view/template-1/script/qrcode/build/qrcode.js -------------------------------------------------------------------------------- /src/view/template-1/script/qrcode/build/qrcode.tosjis.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkinit/js2-static-builder/HEAD/src/view/template-1/script/qrcode/build/qrcode.tosjis.js -------------------------------------------------------------------------------- /src/view/template-1/script/qrcode/helper/to-sjis-browser.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkinit/js2-static-builder/HEAD/src/view/template-1/script/qrcode/helper/to-sjis-browser.js -------------------------------------------------------------------------------- /src/view/template-1/script/qrcode/helper/to-sjis.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkinit/js2-static-builder/HEAD/src/view/template-1/script/qrcode/helper/to-sjis.js -------------------------------------------------------------------------------- /src/view/template-1/script/qrcode/lib/browser.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkinit/js2-static-builder/HEAD/src/view/template-1/script/qrcode/lib/browser.js -------------------------------------------------------------------------------- /src/view/template-1/script/qrcode/lib/can-promise.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkinit/js2-static-builder/HEAD/src/view/template-1/script/qrcode/lib/can-promise.js -------------------------------------------------------------------------------- /src/view/template-1/script/qrcode/lib/core/alignment-pattern.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkinit/js2-static-builder/HEAD/src/view/template-1/script/qrcode/lib/core/alignment-pattern.js -------------------------------------------------------------------------------- /src/view/template-1/script/qrcode/lib/core/alphanumeric-data.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkinit/js2-static-builder/HEAD/src/view/template-1/script/qrcode/lib/core/alphanumeric-data.js -------------------------------------------------------------------------------- /src/view/template-1/script/qrcode/lib/core/bit-buffer.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkinit/js2-static-builder/HEAD/src/view/template-1/script/qrcode/lib/core/bit-buffer.js -------------------------------------------------------------------------------- /src/view/template-1/script/qrcode/lib/core/bit-matrix.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkinit/js2-static-builder/HEAD/src/view/template-1/script/qrcode/lib/core/bit-matrix.js -------------------------------------------------------------------------------- /src/view/template-1/script/qrcode/lib/core/byte-data.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkinit/js2-static-builder/HEAD/src/view/template-1/script/qrcode/lib/core/byte-data.js -------------------------------------------------------------------------------- /src/view/template-1/script/qrcode/lib/core/error-correction-code.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkinit/js2-static-builder/HEAD/src/view/template-1/script/qrcode/lib/core/error-correction-code.js -------------------------------------------------------------------------------- /src/view/template-1/script/qrcode/lib/core/error-correction-level.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkinit/js2-static-builder/HEAD/src/view/template-1/script/qrcode/lib/core/error-correction-level.js -------------------------------------------------------------------------------- /src/view/template-1/script/qrcode/lib/core/finder-pattern.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkinit/js2-static-builder/HEAD/src/view/template-1/script/qrcode/lib/core/finder-pattern.js -------------------------------------------------------------------------------- /src/view/template-1/script/qrcode/lib/core/format-info.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkinit/js2-static-builder/HEAD/src/view/template-1/script/qrcode/lib/core/format-info.js -------------------------------------------------------------------------------- /src/view/template-1/script/qrcode/lib/core/galois-field.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkinit/js2-static-builder/HEAD/src/view/template-1/script/qrcode/lib/core/galois-field.js -------------------------------------------------------------------------------- /src/view/template-1/script/qrcode/lib/core/kanji-data.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkinit/js2-static-builder/HEAD/src/view/template-1/script/qrcode/lib/core/kanji-data.js -------------------------------------------------------------------------------- /src/view/template-1/script/qrcode/lib/core/mask-pattern.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkinit/js2-static-builder/HEAD/src/view/template-1/script/qrcode/lib/core/mask-pattern.js -------------------------------------------------------------------------------- /src/view/template-1/script/qrcode/lib/core/mode.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkinit/js2-static-builder/HEAD/src/view/template-1/script/qrcode/lib/core/mode.js -------------------------------------------------------------------------------- /src/view/template-1/script/qrcode/lib/core/numeric-data.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkinit/js2-static-builder/HEAD/src/view/template-1/script/qrcode/lib/core/numeric-data.js -------------------------------------------------------------------------------- /src/view/template-1/script/qrcode/lib/core/polynomial.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkinit/js2-static-builder/HEAD/src/view/template-1/script/qrcode/lib/core/polynomial.js -------------------------------------------------------------------------------- /src/view/template-1/script/qrcode/lib/core/qrcode.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkinit/js2-static-builder/HEAD/src/view/template-1/script/qrcode/lib/core/qrcode.js -------------------------------------------------------------------------------- /src/view/template-1/script/qrcode/lib/core/reed-solomon-encoder.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkinit/js2-static-builder/HEAD/src/view/template-1/script/qrcode/lib/core/reed-solomon-encoder.js -------------------------------------------------------------------------------- /src/view/template-1/script/qrcode/lib/core/regex.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkinit/js2-static-builder/HEAD/src/view/template-1/script/qrcode/lib/core/regex.js -------------------------------------------------------------------------------- /src/view/template-1/script/qrcode/lib/core/segments.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkinit/js2-static-builder/HEAD/src/view/template-1/script/qrcode/lib/core/segments.js -------------------------------------------------------------------------------- /src/view/template-1/script/qrcode/lib/core/utils.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkinit/js2-static-builder/HEAD/src/view/template-1/script/qrcode/lib/core/utils.js -------------------------------------------------------------------------------- /src/view/template-1/script/qrcode/lib/core/version-check.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkinit/js2-static-builder/HEAD/src/view/template-1/script/qrcode/lib/core/version-check.js -------------------------------------------------------------------------------- /src/view/template-1/script/qrcode/lib/core/version.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkinit/js2-static-builder/HEAD/src/view/template-1/script/qrcode/lib/core/version.js -------------------------------------------------------------------------------- /src/view/template-1/script/qrcode/lib/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkinit/js2-static-builder/HEAD/src/view/template-1/script/qrcode/lib/index.js -------------------------------------------------------------------------------- /src/view/template-1/script/qrcode/lib/renderer/canvas.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkinit/js2-static-builder/HEAD/src/view/template-1/script/qrcode/lib/renderer/canvas.js -------------------------------------------------------------------------------- /src/view/template-1/script/qrcode/lib/renderer/png.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkinit/js2-static-builder/HEAD/src/view/template-1/script/qrcode/lib/renderer/png.js -------------------------------------------------------------------------------- /src/view/template-1/script/qrcode/lib/renderer/svg-tag.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkinit/js2-static-builder/HEAD/src/view/template-1/script/qrcode/lib/renderer/svg-tag.js -------------------------------------------------------------------------------- /src/view/template-1/script/qrcode/lib/renderer/svg.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkinit/js2-static-builder/HEAD/src/view/template-1/script/qrcode/lib/renderer/svg.js -------------------------------------------------------------------------------- /src/view/template-1/script/qrcode/lib/renderer/terminal.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkinit/js2-static-builder/HEAD/src/view/template-1/script/qrcode/lib/renderer/terminal.js -------------------------------------------------------------------------------- /src/view/template-1/script/qrcode/lib/renderer/terminal/terminal-small.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkinit/js2-static-builder/HEAD/src/view/template-1/script/qrcode/lib/renderer/terminal/terminal-small.js -------------------------------------------------------------------------------- /src/view/template-1/script/qrcode/lib/renderer/terminal/terminal.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkinit/js2-static-builder/HEAD/src/view/template-1/script/qrcode/lib/renderer/terminal/terminal.js -------------------------------------------------------------------------------- /src/view/template-1/script/qrcode/lib/renderer/utf8.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkinit/js2-static-builder/HEAD/src/view/template-1/script/qrcode/lib/renderer/utf8.js -------------------------------------------------------------------------------- /src/view/template-1/script/qrcode/lib/renderer/utils.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkinit/js2-static-builder/HEAD/src/view/template-1/script/qrcode/lib/renderer/utils.js -------------------------------------------------------------------------------- /src/view/template-1/script/qrcode/lib/server.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkinit/js2-static-builder/HEAD/src/view/template-1/script/qrcode/lib/server.js -------------------------------------------------------------------------------- /src/view/template-1/script/qrcode/license: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkinit/js2-static-builder/HEAD/src/view/template-1/script/qrcode/license -------------------------------------------------------------------------------- /src/view/template-1/script/qrcode/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkinit/js2-static-builder/HEAD/src/view/template-1/script/qrcode/package.json -------------------------------------------------------------------------------- /src/view/template-1/script/swiper-bundle.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkinit/js2-static-builder/HEAD/src/view/template-1/script/swiper-bundle.min.js -------------------------------------------------------------------------------- /src/view/template-1/search/index.ejs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkinit/js2-static-builder/HEAD/src/view/template-1/search/index.ejs -------------------------------------------------------------------------------- /src/view/template-1/search/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkinit/js2-static-builder/HEAD/src/view/template-1/search/index.js -------------------------------------------------------------------------------- /src/view/template-1/search/index.less: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/view/template-1/style/swiper-bundle.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkinit/js2-static-builder/HEAD/src/view/template-1/style/swiper-bundle.min.css -------------------------------------------------------------------------------- /src/view/template-1/tag/index.ejs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkinit/js2-static-builder/HEAD/src/view/template-1/tag/index.ejs -------------------------------------------------------------------------------- /src/view/template-1/tag/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkinit/js2-static-builder/HEAD/src/view/template-1/tag/index.js -------------------------------------------------------------------------------- /src/view/template-1/tag/index.less: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /webpack.config.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkinit/js2-static-builder/HEAD/webpack.config.js --------------------------------------------------------------------------------