Deploy LolipopJ/design-patterns-for-humans-zh to github.com/LolipopJ/design-patterns-for-humans-zh.git:gh-pages
This commit is contained in:
commit
f255383982
20
404.html
Normal file
20
404.html
Normal file
|
@ -0,0 +1,20 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en-US">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width,initial-scale=1">
|
||||
<title>献给中文读者的设计模式教程</title>
|
||||
<meta name="generator" content="VuePress 1.8.2">
|
||||
|
||||
<meta name="description" content="对设计模式的超简单解读!的另一个中文译本。">
|
||||
|
||||
<link rel="preload" href="/design-patterns-for-humans-zh/assets/css/0.styles.9d3ea226.css" as="style"><link rel="preload" href="/design-patterns-for-humans-zh/assets/js/app.50ff0f05.js" as="script"><link rel="preload" href="/design-patterns-for-humans-zh/assets/js/6.2958d7f8.js" as="script"><link rel="prefetch" href="/design-patterns-for-humans-zh/assets/js/2.1d8dc41c.js"><link rel="prefetch" href="/design-patterns-for-humans-zh/assets/js/3.4c01fb59.js"><link rel="prefetch" href="/design-patterns-for-humans-zh/assets/js/4.e268862a.js"><link rel="prefetch" href="/design-patterns-for-humans-zh/assets/js/5.6366a367.js"><link rel="prefetch" href="/design-patterns-for-humans-zh/assets/js/7.c8bbf2af.js">
|
||||
<link rel="stylesheet" href="/design-patterns-for-humans-zh/assets/css/0.styles.9d3ea226.css">
|
||||
</head>
|
||||
<body>
|
||||
<div id="app" data-server-rendered="true"><div class="theme-container"><div class="theme-default-content"><h1>404</h1> <blockquote>Looks like we've got some broken links.</blockquote> <a href="/design-patterns-for-humans-zh/" class="router-link-active">
|
||||
Take me home.
|
||||
</a></div></div><div class="global-ui"></div></div>
|
||||
<script src="/design-patterns-for-humans-zh/assets/js/app.50ff0f05.js" defer></script><script src="/design-patterns-for-humans-zh/assets/js/6.2958d7f8.js" defer></script>
|
||||
</body>
|
||||
</html>
|
1
assets/css/0.styles.9d3ea226.css
Normal file
1
assets/css/0.styles.9d3ea226.css
Normal file
File diff suppressed because one or more lines are too long
1
assets/img/search.83621669.svg
Normal file
1
assets/img/search.83621669.svg
Normal file
|
@ -0,0 +1 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?><svg xmlns="http://www.w3.org/2000/svg" width="12" height="13"><g stroke-width="2" stroke="#aaa" fill="none"><path d="M11.29 11.71l-4-4"/><circle cx="5" cy="5" r="4"/></g></svg>
|
After Width: | Height: | Size: 216 B |
1
assets/js/2.1d8dc41c.js
Normal file
1
assets/js/2.1d8dc41c.js
Normal file
File diff suppressed because one or more lines are too long
1
assets/js/3.4c01fb59.js
Normal file
1
assets/js/3.4c01fb59.js
Normal file
|
@ -0,0 +1 @@
|
|||
(window.webpackJsonp=window.webpackJsonp||[]).push([[3],{330:function(t,e,n){},358:function(t,e,n){"use strict";n(330)},366:function(t,e,n){"use strict";n.r(e);var i={functional:!0,props:{type:{type:String,default:"tip"},text:String,vertical:{type:String,default:"top"}},render:function(t,e){var n=e.props,i=e.slots;return t("span",{class:["badge",n.type],style:{verticalAlign:n.vertical}},n.text||i().default)}},r=(n(358),n(44)),p=Object(r.a)(i,void 0,void 0,!1,null,"15b7b770",null);e.default=p.exports}}]);
|
1
assets/js/4.e268862a.js
Normal file
1
assets/js/4.e268862a.js
Normal file
|
@ -0,0 +1 @@
|
|||
(window.webpackJsonp=window.webpackJsonp||[]).push([[4],{331:function(t,e,a){},359:function(t,e,a){"use strict";a(331)},363:function(t,e,a){"use strict";a.r(e);var n={name:"CodeBlock",props:{title:{type:String,required:!0},active:{type:Boolean,default:!1}},mounted:function(){this.$parent&&this.$parent.loadTabs&&this.$parent.loadTabs()}},i=(a(359),a(44)),s=Object(i.a)(n,(function(){var t=this.$createElement;return(this._self._c||t)("div",{staticClass:"theme-code-block",class:{"theme-code-block__active":this.active}},[this._t("default")],2)}),[],!1,null,"759a7d02",null);e.default=s.exports}}]);
|
1
assets/js/5.6366a367.js
Normal file
1
assets/js/5.6366a367.js
Normal file
|
@ -0,0 +1 @@
|
|||
(window.webpackJsonp=window.webpackJsonp||[]).push([[5],{332:function(e,t,a){},360:function(e,t,a){"use strict";a(332)},364:function(e,t,a){"use strict";a.r(t);a(66),a(27),a(95),a(96);var o={name:"CodeGroup",data:function(){return{codeTabs:[],activeCodeTabIndex:-1}},watch:{activeCodeTabIndex:function(e){this.activateCodeTab(e)}},mounted:function(){this.loadTabs()},methods:{changeCodeTab:function(e){this.activeCodeTabIndex=e},loadTabs:function(){var e=this;this.codeTabs=(this.$slots.default||[]).filter((function(e){return Boolean(e.componentOptions)})).map((function(t,a){return""===t.componentOptions.propsData.active&&(e.activeCodeTabIndex=a),{title:t.componentOptions.propsData.title,elm:t.elm}})),-1===this.activeCodeTabIndex&&this.codeTabs.length>0&&(this.activeCodeTabIndex=0),this.activateCodeTab(0)},activateCodeTab:function(e){this.codeTabs.forEach((function(e){e.elm&&e.elm.classList.remove("theme-code-block__active")})),this.codeTabs[e].elm&&this.codeTabs[e].elm.classList.add("theme-code-block__active")}}},n=(a(360),a(44)),c=Object(n.a)(o,(function(){var e=this,t=e.$createElement,a=e._self._c||t;return a("ClientOnly",[a("div",{staticClass:"theme-code-group"},[a("div",{staticClass:"theme-code-group__nav"},[a("ul",{staticClass:"theme-code-group__ul"},e._l(e.codeTabs,(function(t,o){return a("li",{key:t.title,staticClass:"theme-code-group__li"},[a("button",{staticClass:"theme-code-group__nav-tab",class:{"theme-code-group__nav-tab-active":o===e.activeCodeTabIndex},on:{click:function(t){return e.changeCodeTab(o)}}},[e._v("\n "+e._s(t.title)+"\n ")])])})),0)]),e._v(" "),e._t("default"),e._v(" "),e.codeTabs.length<1?a("pre",{staticClass:"pre-blank"},[e._v("// Make sure to add code blocks to your code group")]):e._e()],2)])}),[],!1,null,"deefee04",null);t.default=c.exports}}]);
|
1
assets/js/6.2958d7f8.js
Normal file
1
assets/js/6.2958d7f8.js
Normal file
|
@ -0,0 +1 @@
|
|||
(window.webpackJsonp=window.webpackJsonp||[]).push([[6],{362:function(t,e,s){"use strict";s.r(e);var n=["There's nothing here.","How did we get here?","That's a Four-Oh-Four.","Looks like we've got some broken links."],o={methods:{getMsg:function(){return n[Math.floor(Math.random()*n.length)]}}},i=s(44),h=Object(i.a)(o,(function(){var t=this.$createElement,e=this._self._c||t;return e("div",{staticClass:"theme-container"},[e("div",{staticClass:"theme-default-content"},[e("h1",[this._v("404")]),this._v(" "),e("blockquote",[this._v(this._s(this.getMsg()))]),this._v(" "),e("RouterLink",{attrs:{to:"/"}},[this._v("\n Take me home.\n ")])],1)])}),[],!1,null,null,null);e.default=h.exports}}]);
|
1
assets/js/7.c8bbf2af.js
Normal file
1
assets/js/7.c8bbf2af.js
Normal file
File diff suppressed because one or more lines are too long
8
assets/js/app.50ff0f05.js
Normal file
8
assets/js/app.50ff0f05.js
Normal file
File diff suppressed because one or more lines are too long
BIN
favicon.ico
Normal file
BIN
favicon.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.2 KiB |
1196
index.html
Normal file
1196
index.html
Normal file
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user