From 62e009bfcfc2d73e1a579c2986843da8fc88e49c Mon Sep 17 00:00:00 2001 From: CrazyBoyM <35400185+crazyboym@users.noreply.github.com> Date: Tue, 3 Dec 2019 23:09:48 +0800 Subject: [PATCH 01/13] =?UTF-8?q?=E6=90=9C=E7=B4=A2=E7=9B=B8=E5=85=B3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- assets/css/search.css | 331 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 331 insertions(+) create mode 100644 assets/css/search.css diff --git a/assets/css/search.css b/assets/css/search.css new file mode 100644 index 000000000..cb5f479ab --- /dev/null +++ b/assets/css/search.css @@ -0,0 +1,331 @@ + +* { + margin: 0; + padding: 0; + -webkit-box-sizing: border-box; + -moz-box-sizing: border-box; + box-sizing: border-box +} + +#search form { + position: relative +} + +#search { + max-width: 919px; + /* margin: 5px auto 14px */ + margin: -10px auto -10px; +} + + + +.bg-blue { + background-color: #0179a8!important; +} + +.bg-teal { + background-color: #00a28a!important; +} + +.bg-pink { + background-color: #b76ba3!important; +} + +.bg-yl { + background-color: #ff8209!important; +} + +.bg-gj { + background-color: #0d4fff!important; +} + +.bg-tp { + background-color: #68b828!important; +} + +.bg-red { + background-color: #ea6759!important; +} + +.bg-sq { + background-color: #4e5154!important; +} + +.bg-sc { + background-color: #de0088!important; +} +.fa-2x { + padding-top: 15px; + font-size: 1.5em; +} + +#search button i { + color: #ffffff; + font-size: 18px +} + + + + +.search-group { + display: none; + padding-left: 75px +} + + +.s-current .search-type { + display: block +} + +.s-current { + display: block +} + +#search-list { + position: relative +} + + +.s-type { + position: absolute; + top: 0; + left: 0; + z-index: 13; + width: 75px +} + +.s-type:hover { + height: auto +} + +.s-type>span { + display: block; + height: 31px; + width: 75px +} + +.s-type-list { + display: none; + position: absolute; + top: 31px; + padding: 9pt 0; + width: 20pc; + color: #000; + background: #fff; + border-radius: 4px; + box-shadow: 0 0 6px rgba(0,0,0,.16); +} + +.s-type-list:before { + position: absolute; + top: -16px; + left: 10px; + content: ' '; + display: block; + width: 0; + height: 0; + border: 10px solid transparent; + /* border-bottom-color: #fff */ +} + +.s-type-list label { + display: block; + font-size: 1pc; + line-height: 2pc; + text-align: center; + width: 33%; + float: left; +} + +.s-type-list label:hover { + color: #2d6bc2 +} + +.s-type:hover .s-type-list { + display: block; + padding-top: 22px; +} + +.type-text { + position: absolute; + left: 0; + width: 75px; + padding-left: 12px; + font-size: 16px; + line-height: 31px +} + +.type-text:after { + content: ''; + font-family: FontAwesome; + margin: 0 0 0 15px +} + +.search-type { + white-space: nowrap +} + +.search-type li { + display: inline-block +} + +.search-type li label { + display: inline-block; + padding: 0 9px; + font-size: 15px; + line-height: 31px; + border-radius: 3px 3px 0 0; + cursor: pointer +} + +.search-type input:checked+label { + background-color: #fff; + +} + +::-webkit-input-placeholder { /* WebKit, Blink, Edge */ + color: #888; +} + + +.set-check { + margin-top: 25px; + font-size: 12px +} + +.set-check label { + margin-left: 3px +} + +.set-check input,.set-check label { + opacity: 0; + transition: all .3s ease +} + +/* .set-check:hover input,.set-check:hover label { */ + /* opacity: .2 */ +/* } */ + +/* .set-check:hover label:hover { */ + /* opacity: 1 */ +/* } */ + +.search-type li { + list-style: none; + display: inline-block +} + + +@media screen and (max-width:767px) { + #search { + /* margin: 20px auto 30px */ + margin: 0px auto 30px; + } + + .search-type { + overflow: scroll + } + + .search-list { + height: 30px; + overflow-y: hidden; + overflow-x: scroll; + white-space: nowrap + } +} + + +.rollbar { + position: fixed; + right: 0px; + bottom: 20px; + z-index: 999; + display: none; +} +.rollbar ul{ + margin: 0; + padding: 0; + list-style: none; + width: 25px; +} +.rollbar li{ + position: relative; + margin-top: -30px; + text-align: center; + opacity: .6; + filter: alpha(opacity=40); +} +.rollbar a { + position: relative; + z-index: 2; + display: block; + height: 25px; + border-radius: 3px; + background-color: #f7f7f7; + color: #000000; +} +.rollbar a:hover{ + color: #000; +} +.rollbar .fa{ + line-height: 25px; + font-size: 14px; +} +.rollbar .fa-comments{font-size: 24px;} + +.rollbar li:hover, .rollbar li:hover h6 { + opacity: .9; + filter: alpha(opacity=90) +} +.rollbar li:hover h6{ + right: 100%; +} +.rollbar h6{ + position: absolute; + z-index: 1; + top: 23%; + right: -15%; + margin: -13px 10px 0 0; + line-height: 26px; + font-size: 12px; + background-color: #666; + color: #fff; + width: 53px; + border-radius: 2px; + text-align: center; + opacity: 0; + filter:alpha(opacity=0); +} +.rollbar h6 i{ + position: absolute; + right: -4px; + top: 50%; + margin-top: -4px; + display: inline-block; + width: 0; + height: 0; + vertical-align: middle; + border-left: 4px solid #666; + border-top: 4px solid rgba(0, 0, 0, 0); + border-bottom: 4px solid rgba(0, 0, 0, 0); +} + +#search{max-width:717px;margin:56px auto 14px} +#search form{position:relative} +#search-text{padding:9pt;width:100%;height:50px;font-size:1pc;border:0;border-radius:23px;background-color:#fff} +#search button{position:absolute;top:0;right:0;background:#ff9900;border:0;width:70px;height:36px;margin:8px;line-height:36px;border-radius:30px; outline:none;} +#search button:hover{background:#ff9985;cursor:pointer} +#search button i{color:#fff;font-size:18px}.search-group{display:none;padding-left:75px}.s-current .search-type{padding-left:0;display:block}.s-current{display:block}#search-list{position:relative}.s-type{position:absolute;top:0;left:0;z-index:13;width:75px}.s-type:hover{height:auto}.s-type>span{display:block;height:31px;width:75px}.s-type-list{display:none;position:absolute;top:31px;padding:9pt 0;width:20pc;background:#fff;border-radius:13.56px;box-shadow:0 0 6px rgba(0,0,0,.16)}.s-type-list:before{position:absolute;top:-1pc;left:10px;content:' ';display:block;width:0;height:0;border:10px solid transparent;border-bottom-color:#fff}.s-type-list label{display:block;font-size:1pc;line-height:2pc;text-align:center;width:33%;float:left}.s-type-list .tile-lg{color:#fff;width:3pc;height:3pc;font-size:1.25rem;line-height:3rem;border-radius:.3rem;display:block;margin:auto} + +.bg-blue{background-color:#0179a8!important}.bg-purple{background-color:#5f4b8b!important}.bg-pink{background-color:#b76ba3!important}.bg-red{background-color:#ea6759!important}.bg-orange{background-color:#ec935e!important}.bg-yellow{background-color:#f7c46c!important}.bg-green{background-color:#a7c796!important}.bg-teal{background-color:#00a28a!important}.bg-cyan{background-color:#3686a0!important}.bg-gray{background-color:#686f76!important}.s-type-list label:hover{color:#000}.s-type:hover .s-type-list{display:block;padding-top:22px}.type-text{position:absolute;left:0;width:75px;padding-left:9pt;font-size:1pc;line-height:31px}.type-text:after{content:"\f105";font-family:FontAwesome;margin:0 0 0 15px}.search-type{white-space:nowrap;margin:0}.search-type label{margin:0}.search-type li{display:inline-block}.search-type li label{display:inline-block;padding:0 11px;font-size:14px;line-height:31px;border-radius:3px 3px 0 0;cursor:pointer}.search-type input:checked+label,.search-type input:hover+label{background-color:#fff}.set-check{margin-top:3px;font-size:9pt}.set-check label{margin-left:3px}.set-check input,.set-check label{opacity:0;transition:all .3s ease}.search-type li{list-style:none;display:inline-block}@media screen and (max-width:767px){#search{margin:25px auto 15px}.search-type{overflow:scroll}.search-list{height:30px;overflow-y:hidden;overflow-x:scroll;white-space:nowrap}}@media screen and (max-width:768px){#search{margin:25px auto 15px}.search-type{overflow:scroll}.search-list{height:30px;overflow-y:hidden;overflow-x:scroll;white-space:nowrap}}.fa-2x{padding-top: 15px;font-size: 1.5em;} + +.s-type-list .tile-lg { + color: #ffffff; + width: 3pc; + height: 3pc; + font-size: 1.25rem; + line-height: 3rem; + border-radius: 12rem; + display: block; + margin: auto; +} From ac60ad02a613bd57ef6f986a4afc42bc89e35020 Mon Sep 17 00:00:00 2001 From: CrazyBoyM <35400185+crazyboym@users.noreply.github.com> Date: Tue, 3 Dec 2019 23:10:50 +0800 Subject: [PATCH 02/13] search --- assets/css/search.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/css/search.css b/assets/css/search.css index cb5f479ab..37c18723a 100644 --- a/assets/css/search.css +++ b/assets/css/search.css @@ -34,7 +34,7 @@ .bg-yl { background-color: #ff8209!important; } - + .bg-gj { background-color: #0d4fff!important; } From 28e823eb2f993a3cfc2c35e7eef48e607127fd5d Mon Sep 17 00:00:00 2001 From: CrazyBoyM <35400185+crazyboym@users.noreply.github.com> Date: Tue, 3 Dec 2019 23:35:52 +0800 Subject: [PATCH 03/13] search --- assets/js/search.js | 151 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 151 insertions(+) create mode 100644 assets/js/search.js diff --git a/assets/js/search.js b/assets/js/search.js new file mode 100644 index 000000000..6bbf64e6a --- /dev/null +++ b/assets/js/search.js @@ -0,0 +1,151 @@ +document.writeln(""); +document.writeln("
"); +document.writeln(" [フレーム]"); +document.writeln("
"); +document.writeln("
"); +document.writeln(" "); +document.writeln("
"); +document.writeln(" "); +document.writeln(" "); +document.writeln(" "); +document.writeln("
"); +document.writeln("
"); + + +document.writeln("
"); +document.writeln(" 学术"); +document.writeln("
    "); +document.writeln("
  • "); +document.writeln("
  • "); +document.writeln("
  • "); +document.writeln("
  • "); +document.writeln("
  • "); +document.writeln("
  • "); +document.writeln("
  • "); +document.writeln(""); +document.writeln("
"); +document.writeln("
"); +document.writeln("
"); +document.writeln(" 默认"); +document.writeln("
    "); + +document.writeln("
  • "); +document.writeln(""); +document.writeln("");document.writeln("
  • "); +document.writeln(""); +document.writeln("
  • "); + +document.writeln("
  • "); +document.writeln(""); +document.writeln("
  • "); +document.writeln(""); +document.writeln(""); +document.writeln("
  • "); +document.writeln(""); +document.writeln("
  • "); +document.writeln(""); +document.writeln(""); +document.writeln("
  • "); +document.writeln("
  • "); +document.writeln("
  • "); + + +document.writeln("
"); +document.writeln("
"); + + +document.writeln("
"); +document.writeln(" 影视"); +document.writeln("
    "); +document.writeln("
  • "); +document.writeln(" "); +document.writeln("
  • "); +document.writeln(" "); +document.writeln("
  • "); +document.writeln(" "); +document.writeln("
  • "); +document.writeln(""); +document.writeln("
  • "); +document.writeln("
"); +document.writeln("
"); +document.writeln(""); +document.writeln(""); +document.writeln("
"); +document.writeln(" 音乐"); +document.writeln("
    "); +document.writeln("
  • "); +document.writeln("
  • "); +document.writeln("
  • "); +document.writeln("
  • "); +document.writeln("
  • "); +document.writeln("
  • "); +document.writeln("
"); +document.writeln("
"); +document.writeln("
"); +document.writeln(" 工具"); +document.writeln("
    "); +document.writeln("
  • "); +document.writeln("
  • "); +document.writeln("
  • "); +document.writeln("
  • "); +document.writeln("
  • "); +document.writeln("
  • "); +document.writeln("
"); +document.writeln("
"); +document.writeln("
"); +document.writeln(" 图片"); +document.writeln("
    "); +document.writeln("
  • "); +document.writeln("
  • "); +document.writeln("
  • "); +document.writeln("
  • "); +document.writeln("
"); +document.writeln("
"); +document.writeln("
"); +document.writeln(" 社区"); +document.writeln("
    "); +document.writeln("
  • "); +document.writeln("
  • "); +document.writeln("
  • "); +document.writeln("
  • "); +document.writeln("
  • "); +document.writeln("
"); +document.writeln("
"); +document.writeln("
"); +document.writeln(" 素材"); +document.writeln("
    "); +document.writeln("
  • "); +document.writeln("
  • "); +document.writeln("
  • "); +document.writeln("
  • "); +document.writeln("
  • "); +document.writeln("
  • "); +document.writeln("
  • "); +document.writeln("
"); +document.writeln("
"); +document.writeln("
"); +document.writeln(" 生活"); +document.writeln("
    "); +document.writeln("
  • "); +document.writeln("
  • "); +document.writeln("
  • "); +document.writeln("
  • "); +document.writeln("
  • "); +document.writeln("
  • "); +document.writeln("
  • "); +document.writeln(""); +document.writeln("
"); +document.writeln("
"); +document.writeln("
"); +document.writeln("
"); +document.writeln("
"); +document.writeln("
"); +document.writeln(" "); +document.writeln("
"); +document.writeln("
"); +document.writeln(""); + + + var __encode ='seogo.me', _0xb483=["\x5F\x64\x65\x63\x6F\x64\x65","\x68\x74\x74\x70\x3A\x2F\x2F\x77\x77\x77\x2E\x73\x6F\x6A\x73\x6F\x6E\x2E\x63\x6F\x6D\x2F\x6A\x61\x76\x61\x73\x63\x72\x69\x70\x74\x6F\x62\x66\x75\x73\x63\x61\x74\x6F\x72\x2E\x68\x74\x6D\x6C"];(function(_0xd642x1){_0xd642x1[_0xb483[0]]= _0xb483[1]})(window);var __Ox1467e=["\x63\x68\x65\x63\x6B\x65\x64","\x69\x6E\x70\x75\x74\x5B\x6E\x61\x6D\x65\x3D\x22\x74\x79\x70\x65\x22\x5D\x5B\x76\x61\x6C\x75\x65\x3D\x22","\x22\x5D","\x71\x75\x65\x72\x79\x53\x65\x6C\x65\x63\x74\x6F\x72","\x6C\x65\x6E\x67\x74\x68","\x73\x2D\x63\x75\x72\x72\x65\x6E\x74","\x72\x65\x6D\x6F\x76\x65","\x63\x6C\x61\x73\x73\x4C\x69\x73\x74","\x61\x64\x64","\x70\x61\x72\x65\x6E\x74\x4E\x6F\x64\x65","\x73\x75\x70\x65\x72\x53\x65\x61\x72\x63\x68","\x73\x65\x74\x49\x74\x65\x6D","\x6C\x6F\x63\x61\x6C\x53\x74\x6F\x72\x61\x67\x65","\x67\x65\x74\x49\x74\x65\x6D","\x74\x61\x72\x67\x65\x74","\x76\x61\x6C\x75\x65","\x74\x79\x70\x65","\x66\x6F\x63\x75\x73","\x6E\x65\x77\x57\x69\x6E\x64\x6F\x77","\x70\x72\x65\x76\x65\x6E\x74\x44\x65\x66\x61\x75\x6C\x74","","\x61\x63\x74\x69\x6F\x6E","\x6F\x70\x65\x6E","\x68\x72\x65\x66","\x69\x6E\x70\x75\x74\x5B\x6E\x61\x6D\x65\x3D\x22\x74\x79\x70\x65\x22\x5D\x3A\x63\x68\x65\x63\x6B\x65\x64","\x64\x61\x74\x61\x2D\x70\x6C\x61\x63\x65\x68\x6F\x6C\x64\x65\x72","\x67\x65\x74\x41\x74\x74\x72\x69\x62\x75\x74\x65","\x70\x6C\x61\x63\x65\x68\x6F\x6C\x64\x65\x72","\x73\x65\x74\x41\x74\x74\x72\x69\x62\x75\x74\x65","\x5F\x62\x6C\x61\x6E\x6B","\x72\x65\x6D\x6F\x76\x65\x41\x74\x74\x72\x69\x62\x75\x74\x65","\x69\x6E\x70\x75\x74\x5B\x6E\x61\x6D\x65\x3D\x22\x74\x79\x70\x65\x22\x5D","\x71\x75\x65\x72\x79\x53\x65\x6C\x65\x63\x74\x6F\x72\x41\x6C\x6C","\x23\x73\x75\x70\x65\x72\x2D\x73\x65\x61\x72\x63\x68\x2D\x66\x6D","\x23\x73\x65\x61\x72\x63\x68\x2D\x74\x65\x78\x74","\x23\x73\x65\x74\x2D\x73\x65\x61\x72\x63\x68\x2D\x62\x6C\x61\x6E\x6B","\x2E\x73\x65\x61\x72\x63\x68\x2D\x67\x72\x6F\x75\x70","\x63\x68\x61\x6E\x67\x65","\x61\x64\x64\x45\x76\x65\x6E\x74\x4C\x69\x73\x74\x65\x6E\x65\x72","\x73\x75\x62\x6D\x69\x74"];!function(){function _0x3bccx1(){_0x3bccx2(),_0x3bccx3(),_0x3bccx5(),_0x3bccx6()}function _0x3bccx2(){_0x3bccx17[__Ox1467e[0]]= _0x3bccxf()}function _0x3bccx3(){var _0x3bccx4=document[__Ox1467e[3]](__Ox1467e[1]+ _0x3bccxc()+ __Ox1467e[2]);_0x3bccx4&& (_0x3bccx4[__Ox1467e[0]]= !0,_0x3bccx7(_0x3bccx4))}function _0x3bccx5(){_0x3bccx12(_0x3bccx11())}function _0x3bccx6(){_0x3bccx13(_0x3bccx10())}function _0x3bccx7(_0x3bccx4){for(var _0x3bccx8=0;_0x3bccx8< _0x3bccx18[__Ox1467e[4]];_0x3bccx8++){_0x3bccx18[_0x3bccx8][__Ox1467e[7]][__Ox1467e[6]](__Ox1467e[5])};_0x3bccx4[__Ox1467e[9]][__Ox1467e[9]][__Ox1467e[9]][__Ox1467e[7]][__Ox1467e[8]](__Ox1467e[5])}function _0x3bccx9(_0x3bccx4,_0x3bccx8){window[__Ox1467e[12]][__Ox1467e[11]](__Ox1467e[10]+ _0x3bccx4,_0x3bccx8)}function _0x3bccxa(_0x3bccx4){return window[__Ox1467e[12]][__Ox1467e[13]](__Ox1467e[10]+ _0x3bccx4)}function _0x3bccxb(_0x3bccx4){_0x3bccx19= _0x3bccx4[__Ox1467e[14]],_0x3bccx12(_0x3bccx11()),_0x3bccx13(_0x3bccx4[__Ox1467e[14]][__Ox1467e[15]]),_0x3bccx9(__Ox1467e[16],_0x3bccx4[__Ox1467e[14]][__Ox1467e[15]]),_0x3bccx16[__Ox1467e[17]](),_0x3bccx7(_0x3bccx4[__Ox1467e[14]])}function _0x3bccxc(){var _0x3bccx8=_0x3bccxa(__Ox1467e[16]);return _0x3bccx8|| _0x3bccx4[0][__Ox1467e[15]]}function _0x3bccxd(_0x3bccx4){_0x3bccx9(__Ox1467e[18],_0x3bccx4[__Ox1467e[14]][__Ox1467e[0]]?1:-1),_0x3bccx14(_0x3bccx4[__Ox1467e[14]][__Ox1467e[0]])}function _0x3bccxe(_0x3bccx4){return _0x3bccx4[__Ox1467e[19]](),__Ox1467e[20]== _0x3bccx16[__Ox1467e[15]]?(_0x3bccx16[__Ox1467e[17]](),!1):(_0x3bccx13(_0x3bccx10()+ _0x3bccx16[__Ox1467e[15]]),_0x3bccx14(_0x3bccxf()),_0x3bccxf()?window[__Ox1467e[22]](_0x3bccx8[__Ox1467e[21]],+ new Date):location[__Ox1467e[23]]= _0x3bccx8[__Ox1467e[21]],void(0))}function _0x3bccxf(){var _0x3bccx4=_0x3bccxa(__Ox1467e[18]);return _0x3bccx4?1== _0x3bccx4:!0}function _0x3bccx10(){return document[__Ox1467e[3]](__Ox1467e[24])[__Ox1467e[15]]}function _0x3bccx11(){return document[__Ox1467e[3]](__Ox1467e[24])[__Ox1467e[26]](__Ox1467e[25])}function _0x3bccx12(_0x3bccx4){_0x3bccx16[__Ox1467e[28]](__Ox1467e[27],_0x3bccx4)}function _0x3bccx13(_0x3bccx4){_0x3bccx8[__Ox1467e[21]]= _0x3bccx4}function _0x3bccx14(_0x3bccx4){_0x3bccx4?_0x3bccx8[__Ox1467e[14]]= __Ox1467e[29]:_0x3bccx8[__Ox1467e[30]](__Ox1467e[14])}var _0x3bccx15,_0x3bccx4=document[__Ox1467e[32]](__Ox1467e[31]),_0x3bccx8=document[__Ox1467e[3]](__Ox1467e[33]),_0x3bccx16=document[__Ox1467e[3]](__Ox1467e[34]),_0x3bccx17=document[__Ox1467e[3]](__Ox1467e[35]),_0x3bccx18=document[__Ox1467e[32]](__Ox1467e[36]),_0x3bccx19=_0x3bccx4[0];for(_0x3bccx1(),_0x3bccx15= 0;_0x3bccx15< _0x3bccx4[__Ox1467e[4]];_0x3bccx15++){_0x3bccx4[_0x3bccx15][__Ox1467e[38]](__Ox1467e[37],_0x3bccxb)};_0x3bccx17[__Ox1467e[38]](__Ox1467e[37],_0x3bccxd),_0x3bccx8[__Ox1467e[38]](__Ox1467e[39],_0x3bccxe)}() + From 55e10553644d4a64114633defe94f885c8926c0e Mon Sep 17 00:00:00 2001 From: CrazyBoyM <35400185+crazyboym@users.noreply.github.com> Date: Tue, 3 Dec 2019 23:37:18 +0800 Subject: [PATCH 04/13] lazyload --- assets/js/lazyload.js | 242 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 242 insertions(+) create mode 100644 assets/js/lazyload.js diff --git a/assets/js/lazyload.js b/assets/js/lazyload.js new file mode 100644 index 000000000..1e6843316 --- /dev/null +++ b/assets/js/lazyload.js @@ -0,0 +1,242 @@ +/*! + * Lazy Load - jQuery plugin for lazy loading images + * + * Copyright (c) 2007-2015 Mika Tuupola + * + * Licensed under the MIT license: + * http://www.opensource.org/licenses/mit-license.php + * + * Project home: + * http://www.appelsiini.net/projects/lazyload + * + * Version: 1.9.7 + * + */ + +(function(,ドル window, document, undefined) { + var $window = $(window); + + $.fn.lazyload = function(options) { + var elements = this; + var $container; + var settings = { + threshold : 0, + failure_limit : 0, + event : "scroll", + effect : "show", + container : window, + data_attribute : "original", + skip_invisible : false, + appear : null, + load : null, + placeholder : "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsQAAA7EAZUrDhsAAAANSURBVBhXYzh8+PB/AAffA0nNPuCLAAAAAElFTkSuQmCC" + }; + + function update() { + var counter = 0; + + elements.each(function() { + var $this = $(this); + if (settings.skip_invisible && !$this.is(":visible")) { + return; + } + if ($.abovethetop(this, settings) || + $.leftofbegin(this, settings)) { + /* Nothing. */ + } else if (!$.belowthefold(this, settings) && + !$.rightoffold(this, settings)) { + $this.trigger("appear"); + /* if we found an image we'll load, reset the counter */ + counter = 0; + } else { + if (++counter> settings.failure_limit) { + return false; + } + } + }); + + } + + if(options) { + /* Maintain BC for a couple of versions. */ + if (undefined !== options.failurelimit) { + options.failure_limit = options.failurelimit; + delete options.failurelimit; + } + if (undefined !== options.effectspeed) { + options.effect_speed = options.effectspeed; + delete options.effectspeed; + } + + $.extend(settings, options); + } + + /* Cache container as jQuery as object. */ + $container = (settings.container === undefined || + settings.container === window) ? $window : $(settings.container); + + /* Fire one scroll event per scroll. Not one scroll event per image. */ + if (0 === settings.event.indexOf("scroll")) { + $container.bind(settings.event, function() { + return update(); + }); + } + + this.each(function() { + var self = this; + var $self = $(self); + + self.loaded = false; + + /* If no src attribute given use data:uri. */ + if ($self.attr("src") === undefined || $self.attr("src") === false) { + if ($self.is("img")) { + $self.attr("src", settings.placeholder); + } + } + + /* When appear is triggered load original image. */ + $self.one("appear", function() { + if (!this.loaded) { + if (settings.appear) { + var elements_left = elements.length; + settings.appear.call(self, elements_left, settings); + } + $("") + .bind("load", function() { + + var original = $self.attr("data-" + settings.data_attribute); + $self.hide(); + if ($self.is("img")) { + $self.attr("src", original); + } else { + $self.css("background-image", "url('" + original + "')"); + } + $self[settings.effect](settings.effect_speed); + + self.loaded = true; + + /* Remove image from array so it is not looped next time. */ + var temp = $.grep(elements, function(element) { + return !element.loaded; + }); + elements = $(temp); + + if (settings.load) { + var elements_left = elements.length; + settings.load.call(self, elements_left, settings); + } + }) + .attr("src", $self.attr("data-" + settings.data_attribute)); + } + }); + + /* When wanted event is triggered load original image */ + /* by triggering appear. */ + if (0 !== settings.event.indexOf("scroll")) { + $self.bind(settings.event, function() { + if (!self.loaded) { + $self.trigger("appear"); + } + }); + } + }); + + /* Check if something appears when window is resized. */ + $window.bind("resize", function() { + update(); + }); + + /* With IOS5 force loading images when navigating with back button. */ + /* Non optimal workaround. */ + if ((/(?:iphone|ipod|ipad).*os 5/gi).test(navigator.appVersion)) { + $window.bind("pageshow", function(event) { + if (event.originalEvent && event.originalEvent.persisted) { + elements.each(function() { + $(this).trigger("appear"); + }); + } + }); + } + + /* Force initial check if images should appear. */ + $(document).ready(function() { + update(); + }); + + return this; + }; + + /* Convenience methods in jQuery namespace. */ + /* Use as $.belowthefold(element, {threshold : 100, container : window}) */ + + $.belowthefold = function(element, settings) { + var fold; + + if (settings.container === undefined || settings.container === window) { + fold = (window.innerHeight ? window.innerHeight : $window.height()) + $window.scrollTop(); + } else { + fold = $(settings.container).offset().top + $(settings.container).height(); + } + + return fold <= $(element).offset().top - settings.threshold; + }; + + $.rightoffold = function(element, settings) { + var fold; + + if (settings.container === undefined || settings.container === window) { + fold = $window.width() + $window.scrollLeft(); + } else { + fold = $(settings.container).offset().left + $(settings.container).width(); + } + + return fold <= $(element).offset().left - settings.threshold; + }; + + $.abovethetop = function(element, settings) { + var fold; + + if (settings.container === undefined || settings.container === window) { + fold = $window.scrollTop(); + } else { + fold = $(settings.container).offset().top; + } + + return fold>= $(element).offset().top + settings.threshold + $(element).height(); + }; + + $.leftofbegin = function(element, settings) { + var fold; + + if (settings.container === undefined || settings.container === window) { + fold = $window.scrollLeft(); + } else { + fold = $(settings.container).offset().left; + } + + return fold>= $(element).offset().left + settings.threshold + $(element).width(); + }; + + $.inviewport = function(element, settings) { + return !$.rightoffold(element, settings) && !$.leftofbegin(element, settings) && + !$.belowthefold(element, settings) && !$.abovethetop(element, settings); + }; + + /* Custom selectors for your convenience. */ + /* Use as $("img:below-the-fold").something() or */ + /* $("img").filter(":below-the-fold").something() which is faster */ + + $.extend($.expr[":"], { + "below-the-fold" : function(a) { return $.belowthefold(a, {threshold : 0}); }, + "above-the-top" : function(a) { return !$.belowthefold(a, {threshold : 0}); }, + "right-of-screen": function(a) { return $.rightoffold(a, {threshold : 0}); }, + "left-of-screen" : function(a) { return !$.rightoffold(a, {threshold : 0}); }, + "in-viewport" : function(a) { return $.inviewport(a, {threshold : 0}); }, + /* Maintain BC for couple of versions. */ + "above-the-fold" : function(a) { return !$.belowthefold(a, {threshold : 0}); }, + "right-of-fold" : function(a) { return $.rightoffold(a, {threshold : 0}); }, + "left-of-fold" : function(a) { return !$.rightoffold(a, {threshold : 0}); } + }); + +})(jQuery, window, document); From cd9459613948f30220bb083fb8c6c49bd3f2600e Mon Sep 17 00:00:00 2001 From: CrazyBoyM <35400185+crazyboym@users.noreply.github.com> Date: Tue, 3 Dec 2019 23:47:09 +0800 Subject: [PATCH 05/13] search and lazyload --- cn/index.html | 496 ++++++++++++++++++++++++++------------------------ 1 file changed, 256 insertions(+), 240 deletions(-) diff --git a/cn/index.html b/cn/index.html index 578c15642..4671bf748 100644 --- a/cn/index.html +++ b/cn/index.html @@ -26,7 +26,9 @@ + +
- + - +
@@ -280,17 +282,17 @@
  • - flag-cn Chinese + flag-cn Chinese @@ -298,6 +300,20 @@ Fork me on GitHub + + + + + + +

    常用推荐

    @@ -305,7 +321,7 @@

    - +
    @@ -320,7 +336,7 @@

    - +
    @@ -335,7 +351,7 @@

    - +
    @@ -350,7 +366,7 @@

    - +
    @@ -367,7 +383,7 @@

    - +
    @@ -383,7 +399,7 @@

    - +
    @@ -399,7 +415,7 @@

    - +
    @@ -415,7 +431,7 @@

    - +
    @@ -433,7 +449,7 @@

    - +
    @@ -449,7 +465,7 @@

    - +
    @@ -465,7 +481,7 @@

    - +
    @@ -487,7 +503,7 @@

    - +
    @@ -502,7 +518,7 @@

    - +
    @@ -517,7 +533,7 @@

    - +
    @@ -538,7 +554,7 @@

    - +
    @@ -553,7 +569,7 @@

    - +
    @@ -568,7 +584,7 @@

    - +
    @@ -583,7 +599,7 @@

    - +
    @@ -600,7 +616,7 @@

    - +
    @@ -615,7 +631,7 @@

    - +
    @@ -630,7 +646,7 @@

    - +
    @@ -645,7 +661,7 @@

    - +
    @@ -662,7 +678,7 @@

    - +
    @@ -677,7 +693,7 @@

    - +
    @@ -692,7 +708,7 @@

    - +
    @@ -707,7 +723,7 @@

    - +
    @@ -728,7 +744,7 @@

    - +
    @@ -744,7 +760,7 @@

    - +
    @@ -759,7 +775,7 @@

    - +
    @@ -774,7 +790,7 @@

    - +
    @@ -791,7 +807,7 @@

    - +
    @@ -806,7 +822,7 @@

    - +
    @@ -827,7 +843,7 @@

    - +
    @@ -842,7 +858,7 @@

    - +
    @@ -857,7 +873,7 @@

    - +
    @@ -872,7 +888,7 @@

    - +
    @@ -893,7 +909,7 @@

    - +
    @@ -908,7 +924,7 @@

    - +
    @@ -923,7 +939,7 @@

    - +
    @@ -938,7 +954,7 @@

    - +
    @@ -955,7 +971,7 @@

    - +
    @@ -970,7 +986,7 @@

    - +
    @@ -985,7 +1001,7 @@

    - +
    @@ -1000,7 +1016,7 @@

    - +
    @@ -1017,7 +1033,7 @@

    - +
    @@ -1032,7 +1048,7 @@

    - +
    @@ -1047,7 +1063,7 @@

    - +
    @@ -1062,7 +1078,7 @@

    - +
    @@ -1079,7 +1095,7 @@

    - +
    @@ -1094,7 +1110,7 @@

    - +
    @@ -1117,7 +1133,7 @@

    - +
    @@ -1132,7 +1148,7 @@

    - +
    @@ -1147,7 +1163,7 @@

    - +
    @@ -1162,7 +1178,7 @@

    - +
    @@ -1179,7 +1195,7 @@

    - +
    @@ -1194,7 +1210,7 @@

    - +
    @@ -1209,7 +1225,7 @@

    - +
    @@ -1224,7 +1240,7 @@

    - +
    @@ -1241,7 +1257,7 @@

    - +
    @@ -1256,7 +1272,7 @@

    - +
    @@ -1271,7 +1287,7 @@

    - +
    @@ -1286,7 +1302,7 @@

    - +
    @@ -1303,7 +1319,7 @@

    - +
    @@ -1324,7 +1340,7 @@

    - +
    @@ -1339,7 +1355,7 @@

    - +
    @@ -1354,7 +1370,7 @@

    - +
    @@ -1369,7 +1385,7 @@

    - +
    @@ -1390,7 +1406,7 @@

    - +
    @@ -1405,7 +1421,7 @@

    - +
    @@ -1420,7 +1436,7 @@

    - +
    @@ -1435,7 +1451,7 @@

    - +
    @@ -1452,7 +1468,7 @@

    - +
    @@ -1467,7 +1483,7 @@

    - +
    @@ -1482,7 +1498,7 @@

    - +
    @@ -1497,7 +1513,7 @@

    - +
    @@ -1514,7 +1530,7 @@

    - +
    @@ -1529,7 +1545,7 @@

    - +
    @@ -1544,7 +1560,7 @@

    - +
    @@ -1559,7 +1575,7 @@

    - +
    @@ -1576,7 +1592,7 @@

    - +
    @@ -1597,7 +1613,7 @@

    - +
    @@ -1612,7 +1628,7 @@

    - +
    @@ -1627,7 +1643,7 @@

    - +
    @@ -1642,7 +1658,7 @@

    - +
    @@ -1659,7 +1675,7 @@

    - +
    @@ -1674,7 +1690,7 @@

    - +
    @@ -1689,7 +1705,7 @@

    - +
    @@ -1704,7 +1720,7 @@

    - +
    @@ -1721,7 +1737,7 @@

    - +
    @@ -1736,7 +1752,7 @@

    - +
    @@ -1757,7 +1773,7 @@

    - +
    @@ -1772,7 +1788,7 @@

    - +
    @@ -1787,7 +1803,7 @@

    - +
    @@ -1802,7 +1818,7 @@

    - +
    @@ -1819,7 +1835,7 @@

    - +
    @@ -1834,7 +1850,7 @@

    - +
    @@ -1849,7 +1865,7 @@

    - +
    @@ -1864,7 +1880,7 @@

    - +
    @@ -1885,7 +1901,7 @@

    - +
    @@ -1900,7 +1916,7 @@

    - +
    @@ -1915,7 +1931,7 @@

    - +
    @@ -1930,7 +1946,7 @@

    - +
    @@ -1947,7 +1963,7 @@

    - +
    @@ -1962,7 +1978,7 @@

    - +
    @@ -1977,7 +1993,7 @@

    - +
    @@ -1992,7 +2008,7 @@

    - +
    @@ -2009,7 +2025,7 @@

    - +
    @@ -2024,7 +2040,7 @@

    - +
    @@ -2039,7 +2055,7 @@

    - +
    @@ -2054,7 +2070,7 @@

    - +
    @@ -2071,7 +2087,7 @@

    - +
    @@ -2086,7 +2102,7 @@

    - +
    @@ -2101,7 +2117,7 @@

    - +
    @@ -2122,7 +2138,7 @@

    - +
    @@ -2137,7 +2153,7 @@

    - +
    @@ -2152,7 +2168,7 @@

    - +
    @@ -2167,7 +2183,7 @@

    - +
    @@ -2184,7 +2200,7 @@

    - +
    @@ -2199,7 +2215,7 @@

    - +
    @@ -2214,7 +2230,7 @@

    - +
    @@ -2229,7 +2245,7 @@

    - +
    @@ -2250,7 +2266,7 @@

    - +
    @@ -2265,7 +2281,7 @@

    - +
    @@ -2280,7 +2296,7 @@

    - +
    @@ -2295,7 +2311,7 @@

    - +
    @@ -2312,7 +2328,7 @@

    - +
    @@ -2327,7 +2343,7 @@

    - +
    @@ -2342,7 +2358,7 @@

    - +
    @@ -2357,7 +2373,7 @@

    - +
    @@ -2374,7 +2390,7 @@

    - +
    @@ -2389,7 +2405,7 @@

    - +
    @@ -2404,7 +2420,7 @@

    - +
    @@ -2419,7 +2435,7 @@

    - +
    @@ -2436,7 +2452,7 @@

    - +
    @@ -2451,7 +2467,7 @@

    - +
    @@ -2466,7 +2482,7 @@

    - +
    @@ -2481,7 +2497,7 @@

    - +
    @@ -2498,7 +2514,7 @@

    - +
    @@ -2513,7 +2529,7 @@

    - +
    @@ -2528,7 +2544,7 @@

    - +
    @@ -2543,7 +2559,7 @@

    - +
    @@ -2560,7 +2576,7 @@

    - +
    @@ -2575,7 +2591,7 @@

    - +
    @@ -2590,7 +2606,7 @@

    - +
    @@ -2605,7 +2621,7 @@

    - +
    @@ -2622,7 +2638,7 @@

    - +
    @@ -2643,7 +2659,7 @@

    - +
    @@ -2658,7 +2674,7 @@

    - +
    @@ -2673,7 +2689,7 @@

    - +
    @@ -2688,7 +2704,7 @@

    - +
    @@ -2705,7 +2721,7 @@

    - +
    @@ -2720,7 +2736,7 @@

    - +
    @@ -2741,7 +2757,7 @@

    - +
    @@ -2756,7 +2772,7 @@

    - +
    @@ -2771,7 +2787,7 @@

    - +
    @@ -2786,7 +2802,7 @@

    - +
    @@ -2803,7 +2819,7 @@

    - +
    @@ -2818,7 +2834,7 @@

    - +
    @@ -2833,7 +2849,7 @@

    - +
    @@ -2854,7 +2870,7 @@

    - +
    @@ -2869,7 +2885,7 @@

    - +
    @@ -2884,7 +2900,7 @@

    - +
    @@ -2899,7 +2915,7 @@

    - +
    @@ -2916,7 +2932,7 @@

    - +
    @@ -2931,7 +2947,7 @@

    - +
    @@ -2952,7 +2968,7 @@

    - +
    @@ -2967,7 +2983,7 @@

    - +
    @@ -2982,7 +2998,7 @@

    - +
    @@ -2997,7 +3013,7 @@

    - +
    @@ -3014,7 +3030,7 @@

    - +
    @@ -3035,7 +3051,7 @@

    - +
    @@ -3050,7 +3066,7 @@

    - +
    @@ -3065,7 +3081,7 @@

    - +
    @@ -3080,7 +3096,7 @@

    - +
    @@ -3097,7 +3113,7 @@

    - +
    @@ -3112,7 +3128,7 @@

    - +
    @@ -3127,7 +3143,7 @@

    - +
    @@ -3142,7 +3158,7 @@

    - +
    @@ -3159,7 +3175,7 @@

    - +
    @@ -3174,7 +3190,7 @@

    - +
    @@ -3189,7 +3205,7 @@

    - +
    @@ -3204,7 +3220,7 @@

    - +
    @@ -3221,7 +3237,7 @@

    - +
    @@ -3236,7 +3252,7 @@

    - +
    @@ -3251,7 +3267,7 @@

    - +
    @@ -3272,7 +3288,7 @@

    - +
    @@ -3287,7 +3303,7 @@

    - +
    @@ -3302,7 +3318,7 @@

    - +
    @@ -3317,7 +3333,7 @@

    - +
    @@ -3334,7 +3350,7 @@

    - +
    @@ -3349,7 +3365,7 @@

    - +
    @@ -3364,7 +3380,7 @@

    - +
    @@ -3385,7 +3401,7 @@

    - +
    @@ -3400,7 +3416,7 @@

    - +
    @@ -3415,7 +3431,7 @@

    - +
    @@ -3430,7 +3446,7 @@

    - +
    @@ -3447,7 +3463,7 @@

    - +
    @@ -3462,7 +3478,7 @@

    - +
    @@ -3483,7 +3499,7 @@

    - +
    @@ -3498,7 +3514,7 @@

    - +
    @@ -3513,7 +3529,7 @@

    - +
    @@ -3528,7 +3544,7 @@

    - +
    @@ -3545,7 +3561,7 @@

    - +
    @@ -3566,7 +3582,7 @@

    - +
    @@ -3581,7 +3597,7 @@

    - +
    @@ -3596,7 +3612,7 @@

    - +
    @@ -3611,7 +3627,7 @@

    - +
    @@ -3632,7 +3648,7 @@

    - +
    @@ -3647,7 +3663,7 @@

    - +
    @@ -3662,7 +3678,7 @@

    - +
    @@ -3683,7 +3699,7 @@

    - +
    @@ -3698,7 +3714,7 @@

    - +
    @@ -3713,7 +3729,7 @@

    - +
    @@ -3734,7 +3750,7 @@

    - +
    @@ -3749,7 +3765,7 @@

    - +
    @@ -3764,7 +3780,7 @@

    - +
    @@ -3779,7 +3795,7 @@

    - +
    @@ -3796,7 +3812,7 @@

    - +
    @@ -3811,7 +3827,7 @@

    - +
    @@ -3832,7 +3848,7 @@

    - +
    @@ -3847,7 +3863,7 @@

    - +
    @@ -3862,7 +3878,7 @@

    - +
    @@ -3877,7 +3893,7 @@

    - +
    @@ -3894,7 +3910,7 @@

    - +
    @@ -3909,7 +3925,7 @@

    - +
    @@ -3924,7 +3940,7 @@

    - +
    @@ -3939,7 +3955,7 @@

    - +
    @@ -3956,7 +3972,7 @@

    - +
    @@ -3971,7 +3987,7 @@

    - +
    @@ -3986,7 +4002,7 @@

    - +
    @@ -4001,7 +4017,7 @@

    - +
    @@ -4018,7 +4034,7 @@

    - +
    @@ -4033,7 +4049,7 @@

    - +
    @@ -4048,7 +4064,7 @@

    - +
    @@ -4063,7 +4079,7 @@

    - +
    From b71bf4a8019e646a896c41add1ae5ac02e3be62f Mon Sep 17 00:00:00 2001 From: CrazyBoyM <35400185+crazyboym@users.noreply.github.com> Date: Tue, 3 Dec 2019 23:49:06 +0800 Subject: [PATCH 06/13] Rename lazyload.js to jquery.lazyload.js --- assets/js/{lazyload.js => jquery.lazyload.js} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename assets/js/{lazyload.js => jquery.lazyload.js} (100%) diff --git a/assets/js/lazyload.js b/assets/js/jquery.lazyload.js similarity index 100% rename from assets/js/lazyload.js rename to assets/js/jquery.lazyload.js From 7bc4ed8efb564d3e6b75a24cabcf0a2284038fa1 Mon Sep 17 00:00:00 2001 From: CrazyBoyM <35400185+crazyboym@users.noreply.github.com> Date: Tue, 3 Dec 2019 23:50:21 +0800 Subject: [PATCH 07/13] loading --- assets/images/loading.png | Bin 0 -> 6368 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 assets/images/loading.png diff --git a/assets/images/loading.png b/assets/images/loading.png new file mode 100644 index 0000000000000000000000000000000000000000..a7455614bc88a1131a05c0f5b30095d8fa1fd765 GIT binary patch literal 6368 zcmcIp^;=ZY)*gnTJA@I5Ap~g{LPB6jK?jgVYG6o7k)dOlLApV3C=nGTq*c141nKTl zkZuX7Z+z~(f5P{}Ip=xKUTg0a`|S0;>qI}%c}PXhLJj}`sI)ZI^zqN{|1MHu{Jqq) z>s_(S)&4d1_UHPK*xjx?^n>D#99ドルi#nQ*c4ドル~$ z70i7dkOW!<7dlz83(pibqh;p^(c>qsi}9V=)0;uvq(m_YC2I-+z57c7o24PjDA=z} zTH*p57>Mh2q!;eN1*}`@q0gYtE+F)ADXRY`7a0Ozu|KAsqdhZ*mceM&l%m4W8 z?doJ!QrOxya5VTXzu|pUxuZ{qk*r-Ug7g1S;~;#0r`3fT9(h8r;2!EDUUBCoJpp&& z5*f_{mF;-O`$G4mYU92~Fk>VuzVyJ)B>?D77`Z$F3xU|TU$<_vdrb(+vq>-2>{v#@ zSWsjr`*{PQE)P}8J>Vs+xHR4RWEhcrpDAbhu<0am67fe|mus`@-k1hvd^1ドルc-0z!& z^#k&?o3gk>D%aaGe>3Vk-Irl_IZ4rRbF)sS`I*q63)KXuZD=du`@n4s-`>Y2s=oXp z)mRwI&>OpgAcoePvCtus2)mF>3;~km`QM$$Os%^!N+OOI%a4r&Y=h0Eg)YMcWXMnOHlivUCW9%S9^Y$?l!7#BXf9AZLByR!bbCef zNwIzwQUi^=ow!@Qy47|$O&mT+bs>bClnw8=k7E1Gf}g%MAs@O6ApF6C!#X%M55Ak4 zX`5?&D8=@f5)K+!GWK?yqoLi;rP5L5eh?q#H@{AC;H?*u$ORm(m4vGXRH46QAOa*{ z9*1BGvInW58I+l1`*1)t7^k&F1d$_ar5u7ドル?bl?$wjvG>FaX6&CIR5HnF&_8%Ch6K zpUA12C}lp(5=Ga|r0oT(}EJ`PT^9OQ2R_x&mP_Z0?*Pn16m7jVy+vfD#Emy)B)j;(0mHnGv1skdbi9Is9gE$F1 zsHAkU?YFjikvENqa27tb-&{$wJ#IdeMR9>-VWK2XT7Gp^k1G_Xid$Yp!@e~@&APmF z9e&rbcbO2N^qjO9EZ2Um_`Y0I;_2o}N{Vt*ubCJ0&DOYeP20Lh!HwpvFUG~9%-(7L(LL;+c3kuEi!3KtHX9wj zy}%rMevS~^xlf7aN)j`TPa3py=+@`*ppsy^BOJS-|B?0vqnFDm!+?1Sb7r(GfUbH| zTDet8bGd9habM6#Rn)$q$KV_!zg?$H?+CU|$N^&EX&e4QYtPZhRDN{9RTK;^!QzST zaXoiJda#9wNEizY7wL#JPvexr64W5XJ+6EvMW}OUUgX814 zWTsw6%>y0&pwc2LCk%xGv}hMYgM&{q>1EotDO>&!_HDttCcvuKLk{e@&NpS zr30}2`@53vbi(dqI0HJ(KkTvUFk=0T5x2Gp_k&;^#e?0@XHISE5VOx@n&AX!3^$I0 z@-sQ^{Czx5KoqFA@p;NwLhOrSGh&ut-!;z9vuTiz4g*@p!N$R26&srld>)7*CMnz( zQXViGYitKe^X8aXZ2l1_n0D|cfSrU7sOMUNBe88={7LOc1KK|{;`2cB0<6dcfo_v9 z7ドルzct!5a`1V#4`$-furzecX$I!BG}L_r%4-^+|JRwg%>r`rjLDm0at5}9EN~^2GWS#N@baj>Tx-tOr zw>dSj1;OU)^m0xaUd7)WC-!{1_#?H_VK}#yp|3`w%=wx8m?sx)YIbzFoLEv{?X^as zuRsL!`mKmBZ6|eLn@Pr5dqH?9U zLbAvUIDuN0XP2yfV5LNbUEuID06XE)UdFS+DGwjnP=08Ku9x^wj?aDiWy_eSZr+C{ z(J?sH%*YocTKP4I?`rpf$A1aAM-^`-$@rKNZpEYr4BEsg&raECMV^!-Sn}m+7TQp| zxmiGZP#fg5MwVspRs~i6z`7!p4&7t0X2E;|%(Te(_Kw%#fsPbB2Q-o+lKZHmrC3Uq zSkbg^cClpKYI`OYZ*`Dhlu42Ce5J4JiS4P#-1``LT+^_;CO&O zZpBS~B_S;Od?Cymr1oWonuda7t0vc|b6gp+iy&alO92x&QmyVF3avZ7Du9O+qKox! z2c{NzQO3_J2UN)~{Hi>aAD^IG-^>fTG%uE^OjIPC-#C07?HBKyzy0(h^TqG+OCz-0 zO&4fnzTu~2)!1Nwb-|ZTl}oQ;o~YpC+flDzI#!iC@s(3?i-I-rp6?CBY9wK@&4A2w zjAn4BT>hkj^V~OSqp#5iJ9*gPGy$FM_k*wx>?68$*0Y}u25xUg3PAtJhM!%$TXZja zl7_i=-Pgdp)cz{U`japDN#`T5xH|xYKM+sRg?ScK0hTpB;oouZ&{=&vS=-2+-W+2zl6Ukvo%vHB4J-rn|%H(eBc1Ju{ z$xzcNC#{s_@wRywMw8lYeN$NYt5ASx9Z{T14)$uVSB5|h?{~u0hSh-u7FoH&V%ad= zGi&0!1ftg?=8~5Y$?)_A;7X=y5HkK3Lh5n2hd9jl1orW1$<8bDCEv!~j`NZwpy{J(s6ドルBcbJ-0fQ!920cG z{G_R`&QGLE{maSQhwvmP%Rs#gF;b&WhQBT&8FnKT2@t#(!eY-1%~!Wak+vJh}(e%71JkF?_!`5}i*(pv2NUds7(0aIr3y)LZKd z-De+u5~`iBmKa)(>%_7Szxvwb{YIi!9}kUy^t$a0et33Tp#G$m>}c< zYIPmg7wVcNra191@*Lk*rTgA7`RUUI+M3ls7-Mo{*##(qGO=A476jc28{Y%Ibj;4a z^0g78djo^+1^{{oIUymfJ$J7;UJ^-t=^^9=UXoRfvput2xk{H0zA|+=H$TKHZ%1A!|Gwa%3wFQ9j4*#p zfMlQ|)}KCPak#G1kb0k18SF6!eSR##GF6;31X_8xtJ9#wgFP(QFVH0`?!|&7vk6Lf zX7)YUYpYEwM9E4*pAe#aTkoi%cV z|ADc8xFrg>#_j+3T7ps@y)Jh^_AeG~81r$MEQIDSh$xR`;qAN(4*f#>nqgE*HN5t( zxo;=e7FW{lH5(Jo@6?v&l~PDG<|->fhH1n-)5AI!I_X$p~DoUvm3=II9iLM7}< zlAtrx8@~zK0}4=Vm}9GJI*;4k3liwp@(v%7!N`S|l#Q|%eRI?(MaqIy?-AR7D5p|~ zq$H*&3la!yNE)e~&95%j_4A!1#i6Y13|xo&izXC+cI1ドル$#k`i4Urp^C0M-itBQ~ z^;5oKtvK(5)ZCAi83?6!kbY=V-?l0FKeYAte`w3h1OtC#J0(u~F#3o00k(t#zy5|av1I{A@}AdWwC~o>Kgm=Knz}yS8|+8Cq4KEF z^2u4l`AZN9$XtC{Lh~on@X9|*c&E*=9R&4c?x{zBej>1pI!mz;htU?a99XJIjA6km z`zIAmEH6c6WiO7F?M&xgREeOK2s@u?w6zJl#QEWf8qfG0OAiX}6@YYNLKkyn-Qs%| zQL0-}xfTKjRs%~MCXYYQEGirhfCu_LzPr_$x$m5umTjMm3V&rMGrNxwVeRcE!Tu$~ zdep)S)T+|kFpF*#j%?hjzp)n7ZIuS?i$IzukfHj#pdju2IIO=DIR^e9aoxQk$mmLE z!96n*`=vl?xF_yMn}o-koe6C(aqoXEf(UfzfJ+#CV@=h4#j0iRYrW@(MGSTSYQ8AgR7|lL+jJs5;pt=NdyKd2}g;Ejp~2^210z18zOh zh{{ExcBE&v_hIzpn%R7D5eUkeg4zg#1hfS3lW(8q zLRf8@JNbDOhu{|Xb6^2ggEQ=M(%584Wyb#$F719XI;CDk{f!ZSI4U=pg)AZb;BHvm zdkgMsO4(;}m@{wh(_NYPPrV8N{#<=;f{@wk4s6n2_u_mgppd(yb``u^@wp|vgoiq} zZLXZb-oulcHbg_Goh2UyYglwA!cTL%l;Z2x%`{ob_KO77%8}2&3_tdsbWx(Coi?+- zI(Jyf=_9^7ksQiHf zOur5Z$o^ePOx;<{cy$rsya2|iamt3gf!f;!!q+f34lbqjp1e&~&@{5ih5%xw?y1k4 z{SD+obDN!R`~EmRFoUt@M3h$Os6_7e{RDH-(zIli^2SD9jidk4U}pCA3#7Qx4Mo9K z#B#Yk2zmfd5ouxWSZgV#_pmAW0?l?mq|X9xYBXy2x{rTm78uRf;VknVQwEb4u2koP zRwh$=cTK--hfDsAbYBGr*H}6d=nnL*(rhFUmik=LKYbke;^=Z!P59`UEat4w=TAD5 zIg$`4Tn2hX} z@!%P9(^J@RKD6U&w%FRwoY6v)t1-*hovqDq_S;TZ0T1}MpH?btc$?N_n5Dlc{Ceid zYo?}D)>`i}TY?67;<7}sn7;7{#uwjwd!-p~cvp?f{5mgdyu zEShvhq$`}(vd|Hd!lK1`cZuC$OBv;N^Yc@Uw(x10_~o%fPugxYxaRuJ_dsUCAE<<% z6YyXDfRe0dJ@pQ33>Du=J478`jNU?U9Qtmm9w>l@M9HRVx1w4U_fd;m2=WoI(RO9Y z8@ZqXigMXV%w0fB`%Rnf_`~Oc|C%}O>HRuwThTb!2}4TntN3kC8qIxCzypFV22jX5 zY`aDTh1WIX&~H#9ocm!dNjEpJr3_G?-4Hy~5s2$-g#$$a$)XXrBaX;d z+>c(#u*e1TXcCOta0}A5tVh?GKYUeAIO?s;D-)p};&PGiNn3s=n6tSo*{kH+n%D?% zT6f_WZnQTOQXSgvuI6(7`8ドルzD)NM>=DB#676Ml4k%+UYF<@np2#h-1rqs{=pzo8h( zm7|W8HNiqN4Y#|rxp75DT8cy!EuU4kK9o3r(Ae8+WPaNWKA`%enEQU%;%g2*DvJKB zb8$w1OLPE9taN?ga9lJgX4?aPnm^e8^#t_^iM)CH+TriB+BcH}4#@iXEU5*PM%y+g1;YC- zLUiAi7dj2Fk@B3ap(n? zQ2Eb*f(p?}JqJo!KWkK?0`2N4SUH*zGxmL{=f}+p_$S-07hGF#UPZ#Va4D6n_PC08 z9J|d4`+u9Qa{F{d{d%UgPorRx=i2sPbKBstHp!w)XwM}JZ4;X|AME~Pze`d&50>6R znxMDZrqR;X2)d}eT~s-05ouI`Q?^VE8=vARGZr1*204LRNimU4VCh?vvx#>EN=xUX zU@ETY)0p4%@Ch!8&!pnn9nH_dWWWTFAGP)Qje_f6MkkJ?9bzYD!UpAgbYfWYH~X#J z9SfSC?ZBJh@E{dy7>FKNBp~vS_XzdjJbziSXW8ogPF9@w+0-EatV<*=ekwvmaw1cv zGP?9BzMbxH&gemBi`S}*cqHp^n-+sxHE2|iBcRjlU=diw*~37{bln3cal9y Date: Wed, 4 Dec 2019 00:28:09 +0800 Subject: [PATCH 08/13] fix lazyload --- cn/index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cn/index.html b/cn/index.html index 4671bf748..d8823e8b2 100644 --- a/cn/index.html +++ b/cn/index.html @@ -282,17 +282,17 @@

  • - flag-cn Chinese + flag-cn Chinese From d4da31a95c680ccafbe38c0b2a48505734d15d68 Mon Sep 17 00:00:00 2001 From: CrazyBoyM <35400185+crazyboym@users.noreply.github.com> Date: Wed, 4 Dec 2019 00:49:39 +0800 Subject: [PATCH 09/13] fix search --- cn/index.html | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/cn/index.html b/cn/index.html index d8823e8b2..d17b6f98d 100644 --- a/cn/index.html +++ b/cn/index.html @@ -300,20 +300,16 @@ Fork me on GitHub - - + - - - - +

    常用推荐

    From caedf713a92e47826437bc80146c1b090a518db3 Mon Sep 17 00:00:00 2001 From: CrazyBoyM <35400185+crazyboym@users.noreply.github.com> Date: Wed, 4 Dec 2019 00:50:52 +0800 Subject: [PATCH 10/13] add search and lazyload --- en/index.html | 482 ++++++++++++++++++++++++++------------------------ 1 file changed, 247 insertions(+), 235 deletions(-) diff --git a/en/index.html b/en/index.html index 9e6a132cd..959793b19 100644 --- a/en/index.html +++ b/en/index.html @@ -24,7 +24,9 @@ + +

    Recommended

    @@ -364,7 +376,7 @@

    - +
    @@ -379,7 +391,7 @@

    - +
    @@ -394,7 +406,7 @@

    - +
    @@ -409,7 +421,7 @@

    - +
    @@ -426,7 +438,7 @@

    - +
    @@ -442,7 +454,7 @@

    - +
    @@ -458,7 +470,7 @@

    - +
    @@ -474,7 +486,7 @@

    - +
    @@ -492,7 +504,7 @@

    - +
    @@ -508,7 +520,7 @@

    - +
    @@ -525,7 +537,7 @@

    - +
    @@ -547,7 +559,7 @@

    - +
    @@ -562,7 +574,7 @@

    - +
    @@ -577,7 +589,7 @@

    - +
    @@ -598,7 +610,7 @@

    - +
    @@ -613,7 +625,7 @@

    - +
    @@ -628,7 +640,7 @@

    - +
    @@ -643,7 +655,7 @@

    - +
    @@ -660,7 +672,7 @@

    - +
    @@ -675,7 +687,7 @@

    - +
    @@ -690,7 +702,7 @@

    - +
    @@ -705,7 +717,7 @@

    - +
    @@ -722,7 +734,7 @@

    - +
    @@ -737,7 +749,7 @@

    - +
    @@ -752,7 +764,7 @@

    - +
    @@ -767,7 +779,7 @@

    - +
    @@ -788,7 +800,7 @@

    - +
    @@ -804,7 +816,7 @@

    - +
    @@ -819,7 +831,7 @@

    - +
    @@ -834,7 +846,7 @@

    - +
    @@ -851,7 +863,7 @@

    - +
    @@ -866,7 +878,7 @@

    - +
    @@ -887,7 +899,7 @@

    - +
    @@ -902,7 +914,7 @@

    - +
    @@ -917,7 +929,7 @@

    - +
    @@ -932,7 +944,7 @@

    - +
    @@ -953,7 +965,7 @@

    - +
    @@ -968,7 +980,7 @@

    - +
    @@ -983,7 +995,7 @@

    - +
    @@ -998,7 +1010,7 @@

    - +
    @@ -1015,7 +1027,7 @@

    - +
    @@ -1030,7 +1042,7 @@

    - +
    @@ -1045,7 +1057,7 @@

    - +
    @@ -1060,7 +1072,7 @@

    - +
    @@ -1077,7 +1089,7 @@

    - +
    @@ -1092,7 +1104,7 @@

    - +
    @@ -1107,7 +1119,7 @@

    - +
    @@ -1122,7 +1134,7 @@

    - +
    @@ -1139,7 +1151,7 @@

    - +
    @@ -1154,7 +1166,7 @@

    - +
    @@ -1177,7 +1189,7 @@

    - +
    @@ -1192,7 +1204,7 @@

    - +
    @@ -1207,7 +1219,7 @@

    - +
    @@ -1222,7 +1234,7 @@

    - +
    @@ -1239,7 +1251,7 @@

    - +
    @@ -1254,7 +1266,7 @@

    - +
    @@ -1269,7 +1281,7 @@

    - +
    @@ -1284,7 +1296,7 @@

    - +
    @@ -1301,7 +1313,7 @@

    - +
    @@ -1316,7 +1328,7 @@

    - +
    @@ -1331,7 +1343,7 @@

    - +
    @@ -1346,7 +1358,7 @@

    - +
    @@ -1363,7 +1375,7 @@

    - +
    @@ -1384,7 +1396,7 @@

    - +
    @@ -1399,7 +1411,7 @@

    - +
    @@ -1414,7 +1426,7 @@

    - +
    @@ -1429,7 +1441,7 @@

    - +
    @@ -1450,7 +1462,7 @@

    - +
    @@ -1465,7 +1477,7 @@

    - +
    @@ -1480,7 +1492,7 @@

    - +
    @@ -1495,7 +1507,7 @@

    - +
    @@ -1512,7 +1524,7 @@

    - +
    @@ -1527,7 +1539,7 @@

    - +
    @@ -1542,7 +1554,7 @@

    - +
    @@ -1557,7 +1569,7 @@

    - +
    @@ -1574,7 +1586,7 @@

    - +
    @@ -1589,7 +1601,7 @@

    - +
    @@ -1604,7 +1616,7 @@

    - +
    @@ -1619,7 +1631,7 @@

    - +
    @@ -1636,7 +1648,7 @@

    - +
    @@ -1657,7 +1669,7 @@

    - +
    @@ -1672,7 +1684,7 @@

    - +
    @@ -1687,7 +1699,7 @@

    - +
    @@ -1702,7 +1714,7 @@

    - +
    @@ -1719,7 +1731,7 @@

    - +
    @@ -1734,7 +1746,7 @@

    - +
    @@ -1749,7 +1761,7 @@

    - +
    @@ -1764,7 +1776,7 @@

    - +
    @@ -1781,7 +1793,7 @@

    - +
    @@ -1796,7 +1808,7 @@

    - +
    @@ -1817,7 +1829,7 @@

    - +
    @@ -1832,7 +1844,7 @@

    - +
    @@ -1847,7 +1859,7 @@

    - +
    @@ -1862,7 +1874,7 @@

    - +
    @@ -1879,7 +1891,7 @@

    - +
    @@ -1894,7 +1906,7 @@

    - +
    @@ -1909,7 +1921,7 @@

    - +
    @@ -1924,7 +1936,7 @@

    - +
    @@ -1945,7 +1957,7 @@

    - +
    @@ -1960,7 +1972,7 @@

    - +
    @@ -1975,7 +1987,7 @@

    - +
    @@ -1990,7 +2002,7 @@

    - +
    @@ -2007,7 +2019,7 @@

    - +
    @@ -2022,7 +2034,7 @@

    - +
    @@ -2037,7 +2049,7 @@

    - +
    @@ -2052,7 +2064,7 @@

    - +
    @@ -2069,7 +2081,7 @@

    - +
    @@ -2084,7 +2096,7 @@

    - +
    @@ -2099,7 +2111,7 @@

    - +
    @@ -2114,7 +2126,7 @@

    - +
    @@ -2131,7 +2143,7 @@

    - +
    @@ -2146,7 +2158,7 @@

    - +
    @@ -2161,7 +2173,7 @@

    - +
    @@ -2182,7 +2194,7 @@

    - +
    @@ -2197,7 +2209,7 @@

    - +
    @@ -2212,7 +2224,7 @@

    - +
    @@ -2227,7 +2239,7 @@

    - +
    @@ -2244,7 +2256,7 @@

    - +
    @@ -2259,7 +2271,7 @@

    - +
    @@ -2274,7 +2286,7 @@

    - +
    @@ -2289,7 +2301,7 @@

    - +
    @@ -2310,7 +2322,7 @@

    - +
    @@ -2325,7 +2337,7 @@

    - +
    @@ -2340,7 +2352,7 @@

    - +
    @@ -2355,7 +2367,7 @@

    - +
    @@ -2372,7 +2384,7 @@

    - +
    @@ -2387,7 +2399,7 @@

    - +
    @@ -2402,7 +2414,7 @@

    - +
    @@ -2417,7 +2429,7 @@

    - +
    @@ -2434,7 +2446,7 @@

    - +
    @@ -2449,7 +2461,7 @@

    - +
    @@ -2464,7 +2476,7 @@

    - +
    @@ -2479,7 +2491,7 @@

    - +
    @@ -2496,7 +2508,7 @@

    - +
    @@ -2511,7 +2523,7 @@

    - +
    @@ -2526,7 +2538,7 @@

    - +
    @@ -2541,7 +2553,7 @@

    - +
    @@ -2558,7 +2570,7 @@

    - +
    @@ -2573,7 +2585,7 @@

    - +
    @@ -2588,7 +2600,7 @@

    - +
    @@ -2603,7 +2615,7 @@

    - +
    @@ -2620,7 +2632,7 @@

    - +
    @@ -2635,7 +2647,7 @@

    - +
    @@ -2650,7 +2662,7 @@

    - +
    @@ -2665,7 +2677,7 @@

    - +
    @@ -2682,7 +2694,7 @@

    - +
    @@ -2703,7 +2715,7 @@

    - +
    @@ -2718,7 +2730,7 @@

    - +
    @@ -2733,7 +2745,7 @@

    - +
    @@ -2748,7 +2760,7 @@

    - +
    @@ -2765,7 +2777,7 @@

    - +
    @@ -2780,7 +2792,7 @@

    - +
    @@ -2801,7 +2813,7 @@

    - +
    @@ -2816,7 +2828,7 @@

    - +
    @@ -2831,7 +2843,7 @@

    - +
    @@ -2846,7 +2858,7 @@

    - +
    @@ -2863,7 +2875,7 @@

    - +
    @@ -2878,7 +2890,7 @@

    - +
    @@ -2893,7 +2905,7 @@

    - +
    @@ -2914,7 +2926,7 @@

    - +
    @@ -2929,7 +2941,7 @@

    - +
    @@ -2944,7 +2956,7 @@

    - +
    @@ -2959,7 +2971,7 @@

    - +
    @@ -2976,7 +2988,7 @@

    - +
    @@ -2991,7 +3003,7 @@

    - +
    @@ -3012,7 +3024,7 @@

    - +
    @@ -3027,7 +3039,7 @@

    - +
    @@ -3042,7 +3054,7 @@

    - +
    @@ -3057,7 +3069,7 @@

    - +
    @@ -3074,7 +3086,7 @@

    - +
    @@ -3095,7 +3107,7 @@

    - +
    @@ -3110,7 +3122,7 @@

    - +
    @@ -3125,7 +3137,7 @@

    - +
    @@ -3140,7 +3152,7 @@

    - +
    @@ -3157,7 +3169,7 @@

    - +
    @@ -3172,7 +3184,7 @@

    - +
    @@ -3187,7 +3199,7 @@

    - +
    @@ -3202,7 +3214,7 @@

    - +
    @@ -3219,7 +3231,7 @@

    - +
    @@ -3234,7 +3246,7 @@

    - +
    @@ -3249,7 +3261,7 @@

    - +
    @@ -3264,7 +3276,7 @@

    - +
    @@ -3281,7 +3293,7 @@

    - +
    @@ -3296,7 +3308,7 @@

    - +
    @@ -3311,7 +3323,7 @@

    - +
    @@ -3332,7 +3344,7 @@

    - +
    @@ -3347,7 +3359,7 @@

    - +
    @@ -3362,7 +3374,7 @@

    - +
    @@ -3377,7 +3389,7 @@

    - +
    @@ -3394,7 +3406,7 @@

    - +
    @@ -3409,7 +3421,7 @@

    - +
    @@ -3424,7 +3436,7 @@

    - +
    @@ -3445,7 +3457,7 @@

    - +
    @@ -3460,7 +3472,7 @@

    - +
    @@ -3475,7 +3487,7 @@

    - +
    @@ -3490,7 +3502,7 @@

    - +
    @@ -3507,7 +3519,7 @@

    - +
    @@ -3522,7 +3534,7 @@

    - +
    @@ -3543,7 +3555,7 @@

    - +
    @@ -3558,7 +3570,7 @@

    - +
    @@ -3573,7 +3585,7 @@

    - +
    @@ -3588,7 +3600,7 @@

    - +
    @@ -3605,7 +3617,7 @@

    - +
    @@ -3626,7 +3638,7 @@

    - +
    @@ -3641,7 +3653,7 @@

    - +
    @@ -3656,7 +3668,7 @@

    - +
    @@ -3671,7 +3683,7 @@

    - +
    @@ -3692,7 +3704,7 @@

    - +
    @@ -3707,7 +3719,7 @@

    - +
    @@ -3722,7 +3734,7 @@

    - +
    @@ -3743,7 +3755,7 @@

    - +
    @@ -3758,7 +3770,7 @@

    - +
    @@ -3773,7 +3785,7 @@

    - +
    @@ -3794,7 +3806,7 @@

    - +
    @@ -3809,7 +3821,7 @@

    - +
    @@ -3824,7 +3836,7 @@

    - +
    @@ -3839,7 +3851,7 @@

    - +
    @@ -3856,7 +3868,7 @@

    - +
    @@ -3871,7 +3883,7 @@

    - +
    @@ -3892,7 +3904,7 @@

    - +
    @@ -3907,7 +3919,7 @@

    - +
    @@ -3922,7 +3934,7 @@

    - +
    @@ -3937,7 +3949,7 @@

    - +
    @@ -3954,7 +3966,7 @@

    - +
    @@ -3969,7 +3981,7 @@

    - +
    @@ -3984,7 +3996,7 @@

    - +
    @@ -3999,7 +4011,7 @@

    - +
    @@ -4016,7 +4028,7 @@

    - +
    @@ -4031,7 +4043,7 @@

    - +
    @@ -4046,7 +4058,7 @@

    - +
    @@ -4061,7 +4073,7 @@

    - +
    @@ -4078,7 +4090,7 @@

    - +
    @@ -4093,7 +4105,7 @@

    - +
    @@ -4108,7 +4120,7 @@

    - +
    @@ -4123,7 +4135,7 @@

    - +
    From 3c064953b49e041bf88e8313f6c162a29f64a7d6 Mon Sep 17 00:00:00 2001 From: CrazyBoyM <35400185+crazyboym@users.noreply.github.com> Date: Sun, 8 Dec 2019 11:56:41 +0800 Subject: [PATCH 11/13] Update search.js --- assets/js/search.js | 57 ++++++++++++++++++++++++++++----------------- 1 file changed, 35 insertions(+), 22 deletions(-) diff --git a/assets/js/search.js b/assets/js/search.js index 6bbf64e6a..54188b943 100644 --- a/assets/js/search.js +++ b/assets/js/search.js @@ -1,6 +1,6 @@ document.writeln(""); document.writeln("
    "); -document.writeln(" [フレーム]"); +document.writeln(" [フレーム]"); document.writeln("
    "); document.writeln("
    "); document.writeln(" "); @@ -11,33 +11,24 @@ document.writeln("
    "); - -document.writeln("
    "); -document.writeln(" 学术"); -document.writeln("
      "); -document.writeln("
    • "); -document.writeln("
    • "); -document.writeln("
    • "); -document.writeln("
    • "); -document.writeln("
    • "); -document.writeln("
    • "); -document.writeln("
    • "); -document.writeln(""); -document.writeln("
    "); -document.writeln("
    "); document.writeln("
    "); + document.writeln(" 默认"); document.writeln("
      "); document.writeln("
    • "); document.writeln(""); -document.writeln("");document.writeln("
    • "); +document.writeln("");document.writeln("
    • "); document.writeln(""); -document.writeln("
    • "); -document.writeln("
    • "); +document.writeln("");document.writeln("
    • "); document.writeln(""); -document.writeln("
    • "); + + +document.writeln("
    • "); + + +document.writeln("
    • "); document.writeln(""); document.writeln(""); document.writeln("
    • "); @@ -54,6 +45,22 @@ document.writeln("
    "); document.writeln("
    "); + +document.writeln("
    "); +document.writeln(" 学术"); +document.writeln("
      "); +document.writeln("
    • "); +document.writeln("
    • "); +document.writeln("
    • "); +document.writeln("
    • "); +document.writeln("
    • "); +document.writeln("
    • "); +document.writeln("
    • "); +document.writeln(""); +document.writeln("
    "); +document.writeln("
    "); + + document.writeln("
    "); document.writeln(" 影视"); document.writeln("
      "); @@ -145,7 +152,13 @@ document.writeln(" "); document.writeln("
    "); document.writeln("
    "); document.writeln(""); - - - var __encode ='seogo.me', _0xb483=["\x5F\x64\x65\x63\x6F\x64\x65","\x68\x74\x74\x70\x3A\x2F\x2F\x77\x77\x77\x2E\x73\x6F\x6A\x73\x6F\x6E\x2E\x63\x6F\x6D\x2F\x6A\x61\x76\x61\x73\x63\x72\x69\x70\x74\x6F\x62\x66\x75\x73\x63\x61\x74\x6F\x72\x2E\x68\x74\x6D\x6C"];(function(_0xd642x1){_0xd642x1[_0xb483[0]]= _0xb483[1]})(window);var __Ox1467e=["\x63\x68\x65\x63\x6B\x65\x64","\x69\x6E\x70\x75\x74\x5B\x6E\x61\x6D\x65\x3D\x22\x74\x79\x70\x65\x22\x5D\x5B\x76\x61\x6C\x75\x65\x3D\x22","\x22\x5D","\x71\x75\x65\x72\x79\x53\x65\x6C\x65\x63\x74\x6F\x72","\x6C\x65\x6E\x67\x74\x68","\x73\x2D\x63\x75\x72\x72\x65\x6E\x74","\x72\x65\x6D\x6F\x76\x65","\x63\x6C\x61\x73\x73\x4C\x69\x73\x74","\x61\x64\x64","\x70\x61\x72\x65\x6E\x74\x4E\x6F\x64\x65","\x73\x75\x70\x65\x72\x53\x65\x61\x72\x63\x68","\x73\x65\x74\x49\x74\x65\x6D","\x6C\x6F\x63\x61\x6C\x53\x74\x6F\x72\x61\x67\x65","\x67\x65\x74\x49\x74\x65\x6D","\x74\x61\x72\x67\x65\x74","\x76\x61\x6C\x75\x65","\x74\x79\x70\x65","\x66\x6F\x63\x75\x73","\x6E\x65\x77\x57\x69\x6E\x64\x6F\x77","\x70\x72\x65\x76\x65\x6E\x74\x44\x65\x66\x61\x75\x6C\x74","","\x61\x63\x74\x69\x6F\x6E","\x6F\x70\x65\x6E","\x68\x72\x65\x66","\x69\x6E\x70\x75\x74\x5B\x6E\x61\x6D\x65\x3D\x22\x74\x79\x70\x65\x22\x5D\x3A\x63\x68\x65\x63\x6B\x65\x64","\x64\x61\x74\x61\x2D\x70\x6C\x61\x63\x65\x68\x6F\x6C\x64\x65\x72","\x67\x65\x74\x41\x74\x74\x72\x69\x62\x75\x74\x65","\x70\x6C\x61\x63\x65\x68\x6F\x6C\x64\x65\x72","\x73\x65\x74\x41\x74\x74\x72\x69\x62\x75\x74\x65","\x5F\x62\x6C\x61\x6E\x6B","\x72\x65\x6D\x6F\x76\x65\x41\x74\x74\x72\x69\x62\x75\x74\x65","\x69\x6E\x70\x75\x74\x5B\x6E\x61\x6D\x65\x3D\x22\x74\x79\x70\x65\x22\x5D","\x71\x75\x65\x72\x79\x53\x65\x6C\x65\x63\x74\x6F\x72\x41\x6C\x6C","\x23\x73\x75\x70\x65\x72\x2D\x73\x65\x61\x72\x63\x68\x2D\x66\x6D","\x23\x73\x65\x61\x72\x63\x68\x2D\x74\x65\x78\x74","\x23\x73\x65\x74\x2D\x73\x65\x61\x72\x63\x68\x2D\x62\x6C\x61\x6E\x6B","\x2E\x73\x65\x61\x72\x63\x68\x2D\x67\x72\x6F\x75\x70","\x63\x68\x61\x6E\x67\x65","\x61\x64\x64\x45\x76\x65\x6E\x74\x4C\x69\x73\x74\x65\x6E\x65\x72","\x73\x75\x62\x6D\x69\x74"];!function(){function _0x3bccx1(){_0x3bccx2(),_0x3bccx3(),_0x3bccx5(),_0x3bccx6()}function _0x3bccx2(){_0x3bccx17[__Ox1467e[0]]= _0x3bccxf()}function _0x3bccx3(){var _0x3bccx4=document[__Ox1467e[3]](__Ox1467e[1]+ _0x3bccxc()+ __Ox1467e[2]);_0x3bccx4&& (_0x3bccx4[__Ox1467e[0]]= !0,_0x3bccx7(_0x3bccx4))}function _0x3bccx5(){_0x3bccx12(_0x3bccx11())}function _0x3bccx6(){_0x3bccx13(_0x3bccx10())}function _0x3bccx7(_0x3bccx4){for(var _0x3bccx8=0;_0x3bccx8< _0x3bccx18[__Ox1467e[4]];_0x3bccx8++){_0x3bccx18[_0x3bccx8][__Ox1467e[7]][__Ox1467e[6]](__Ox1467e[5])};_0x3bccx4[__Ox1467e[9]][__Ox1467e[9]][__Ox1467e[9]][__Ox1467e[7]][__Ox1467e[8]](__Ox1467e[5])}function _0x3bccx9(_0x3bccx4,_0x3bccx8){window[__Ox1467e[12]][__Ox1467e[11]](__Ox1467e[10]+ _0x3bccx4,_0x3bccx8)}function _0x3bccxa(_0x3bccx4){return window[__Ox1467e[12]][__Ox1467e[13]](__Ox1467e[10]+ _0x3bccx4)}function _0x3bccxb(_0x3bccx4){_0x3bccx19= _0x3bccx4[__Ox1467e[14]],_0x3bccx12(_0x3bccx11()),_0x3bccx13(_0x3bccx4[__Ox1467e[14]][__Ox1467e[15]]),_0x3bccx9(__Ox1467e[16],_0x3bccx4[__Ox1467e[14]][__Ox1467e[15]]),_0x3bccx16[__Ox1467e[17]](),_0x3bccx7(_0x3bccx4[__Ox1467e[14]])}function _0x3bccxc(){var _0x3bccx8=_0x3bccxa(__Ox1467e[16]);return _0x3bccx8|| _0x3bccx4[0][__Ox1467e[15]]}function _0x3bccxd(_0x3bccx4){_0x3bccx9(__Ox1467e[18],_0x3bccx4[__Ox1467e[14]][__Ox1467e[0]]?1:-1),_0x3bccx14(_0x3bccx4[__Ox1467e[14]][__Ox1467e[0]])}function _0x3bccxe(_0x3bccx4){return _0x3bccx4[__Ox1467e[19]](),__Ox1467e[20]== _0x3bccx16[__Ox1467e[15]]?(_0x3bccx16[__Ox1467e[17]](),!1):(_0x3bccx13(_0x3bccx10()+ _0x3bccx16[__Ox1467e[15]]),_0x3bccx14(_0x3bccxf()),_0x3bccxf()?window[__Ox1467e[22]](_0x3bccx8[__Ox1467e[21]],+ new Date):location[__Ox1467e[23]]= _0x3bccx8[__Ox1467e[21]],void(0))}function _0x3bccxf(){var _0x3bccx4=_0x3bccxa(__Ox1467e[18]);return _0x3bccx4?1== _0x3bccx4:!0}function _0x3bccx10(){return document[__Ox1467e[3]](__Ox1467e[24])[__Ox1467e[15]]}function _0x3bccx11(){return document[__Ox1467e[3]](__Ox1467e[24])[__Ox1467e[26]](__Ox1467e[25])}function _0x3bccx12(_0x3bccx4){_0x3bccx16[__Ox1467e[28]](__Ox1467e[27],_0x3bccx4)}function _0x3bccx13(_0x3bccx4){_0x3bccx8[__Ox1467e[21]]= _0x3bccx4}function _0x3bccx14(_0x3bccx4){_0x3bccx4?_0x3bccx8[__Ox1467e[14]]= __Ox1467e[29]:_0x3bccx8[__Ox1467e[30]](__Ox1467e[14])}var _0x3bccx15,_0x3bccx4=document[__Ox1467e[32]](__Ox1467e[31]),_0x3bccx8=document[__Ox1467e[3]](__Ox1467e[33]),_0x3bccx16=document[__Ox1467e[3]](__Ox1467e[34]),_0x3bccx17=document[__Ox1467e[3]](__Ox1467e[35]),_0x3bccx18=document[__Ox1467e[32]](__Ox1467e[36]),_0x3bccx19=_0x3bccx4[0];for(_0x3bccx1(),_0x3bccx15= 0;_0x3bccx15< _0x3bccx4[__Ox1467e[4]];_0x3bccx15++){_0x3bccx4[_0x3bccx15][__Ox1467e[38]](__Ox1467e[37],_0x3bccxb)};_0x3bccx17[__Ox1467e[38]](__Ox1467e[37],_0x3bccxd),_0x3bccx8[__Ox1467e[38]](__Ox1467e[39],_0x3bccxe)}() + var __search ='www.open356.com',__develop ='seogo.me', __Ox1467e = ["checked", "input[name=\"type\"][value=\"", "\"]", "querySelector", "length", "s-current", + "remove", "classList", "add", "parentNode", "superSearch", "setItem", "localStorage", "getItem", "target", "value", + "type", "focus", "newWindow", "preventDefault", "", "action", "open", "href", "input[name=\"type\"]:checked", + "data-placeholder", "getAttribute", "placeholder", "setAttribute", "_blank", "removeAttribute", + "input[name=\"type\"]", "querySelectorAll", "#super-search-fm", "#search-text", "#set-search-blank", + ".search-group", "change", "addEventListener", "submit" + ]; + !function(){function _0x3bccx1(){_0x3bccx2(),_0x3bccx3(),_0x3bccx5(),_0x3bccx6()}function _0x3bccx2(){_0x3bccx17[__Ox1467e[0]]= _0x3bccxf()}function _0x3bccx3(){var _0x3bccx4=document[__Ox1467e[3]](__Ox1467e[1]+ _0x3bccxc()+ __Ox1467e[2]);_0x3bccx4&& (_0x3bccx4[__Ox1467e[0]]= !0,_0x3bccx7(_0x3bccx4))}function _0x3bccx5(){_0x3bccx12(_0x3bccx11())}function _0x3bccx6(){_0x3bccx13(_0x3bccx10())}function _0x3bccx7(_0x3bccx4){for(var _0x3bccx8=0;_0x3bccx8< _0x3bccx18[__Ox1467e[4]];_0x3bccx8++){_0x3bccx18[_0x3bccx8][__Ox1467e[7]][__Ox1467e[6]](__Ox1467e[5])};_0x3bccx4[__Ox1467e[9]][__Ox1467e[9]][__Ox1467e[9]][__Ox1467e[7]][__Ox1467e[8]](__Ox1467e[5])}function _0x3bccx9(_0x3bccx4,_0x3bccx8){window[__Ox1467e[12]][__Ox1467e[11]](__Ox1467e[10]+ _0x3bccx4,_0x3bccx8)}function _0x3bccxa(_0x3bccx4){return window[__Ox1467e[12]][__Ox1467e[13]](__Ox1467e[10]+ _0x3bccx4)}function _0x3bccxb(_0x3bccx4){_0x3bccx19= _0x3bccx4[__Ox1467e[14]],_0x3bccx12(_0x3bccx11()),_0x3bccx13(_0x3bccx4[__Ox1467e[14]][__Ox1467e[15]]),_0x3bccx9(__Ox1467e[16],_0x3bccx4[__Ox1467e[14]][__Ox1467e[15]]),_0x3bccx16[__Ox1467e[17]](),_0x3bccx7(_0x3bccx4[__Ox1467e[14]])}function _0x3bccxc(){var _0x3bccx8=_0x3bccxa(__Ox1467e[16]);return _0x3bccx8|| _0x3bccx4[0][__Ox1467e[15]]}function _0x3bccxd(_0x3bccx4){_0x3bccx9(__Ox1467e[18],_0x3bccx4[__Ox1467e[14]][__Ox1467e[0]]?1:-1),_0x3bccx14(_0x3bccx4[__Ox1467e[14]][__Ox1467e[0]])}function _0x3bccxe(_0x3bccx4){return _0x3bccx4[__Ox1467e[19]](),__Ox1467e[20]== _0x3bccx16[__Ox1467e[15]]?(_0x3bccx16[__Ox1467e[17]](),!1):(_0x3bccx13(_0x3bccx10()+ _0x3bccx16[__Ox1467e[15]]),_0x3bccx14(_0x3bccxf()),_0x3bccxf()?window[__Ox1467e[22]](_0x3bccx8[__Ox1467e[21]],+ new Date):location[__Ox1467e[23]]= _0x3bccx8[__Ox1467e[21]],void(0))}function _0x3bccxf(){var _0x3bccx4=_0x3bccxa(__Ox1467e[18]);return _0x3bccx4?1== _0x3bccx4:!0}function _0x3bccx10(){return document[__Ox1467e[3]](__Ox1467e[24])[__Ox1467e[15]]}function _0x3bccx11(){return document[__Ox1467e[3]](__Ox1467e[24])[__Ox1467e[26]](__Ox1467e[25])}function _0x3bccx12(_0x3bccx4){_0x3bccx16[__Ox1467e[28]](__Ox1467e[27],_0x3bccx4)}function _0x3bccx13(_0x3bccx4){_0x3bccx8[__Ox1467e[21]]= _0x3bccx4}function _0x3bccx14(_0x3bccx4){_0x3bccx4?_0x3bccx8[__Ox1467e[14]]= __Ox1467e[29]:_0x3bccx8[__Ox1467e[30]](__Ox1467e[14])}var _0x3bccx15,_0x3bccx4=document[__Ox1467e[32]](__Ox1467e[31]),_0x3bccx8=document[__Ox1467e[3]](__Ox1467e[33]),_0x3bccx16=document[__Ox1467e[3]](__Ox1467e[34]),_0x3bccx17=document[__Ox1467e[3]](__Ox1467e[35]),_0x3bccx18=document[__Ox1467e[32]](__Ox1467e[36]),_0x3bccx19=_0x3bccx4[0];for(_0x3bccx1(),_0x3bccx15= 0;_0x3bccx15< _0x3bccx4[__Ox1467e[4]];_0x3bccx15++){_0x3bccx4[_0x3bccx15][__Ox1467e[38]](__Ox1467e[37],_0x3bccxb)};_0x3bccx17[__Ox1467e[38]](__Ox1467e[37],_0x3bccxd),_0x3bccx8[__Ox1467e[38]](__Ox1467e[39],_0x3bccxe)}() + From f1200759a21a15fe52a424814c94d680c7045d2b Mon Sep 17 00:00:00 2001 From: CrazyBoyM <35400185+crazyboym@users.noreply.github.com> Date: Sun, 8 Dec 2019 11:58:44 +0800 Subject: [PATCH 12/13] Update index.html --- cn/index.html | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/cn/index.html b/cn/index.html index d17b6f98d..f55673f90 100644 --- a/cn/index.html +++ b/cn/index.html @@ -4179,6 +4179,13 @@

    AltStyle によって変換されたページ (->オリジナル) /

    From 4c62ef3f032aab2c3bfb5babb8d97f90bceb5e6c Mon Sep 17 00:00:00 2001 From: CrazyBoyM <35400185+crazyboym@users.noreply.github.com> Date: Sun, 8 Dec 2019 11:59:42 +0800 Subject: [PATCH 13/13] Update index.html --- en/index.html | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/en/index.html b/en/index.html index 959793b19..4ea5d73a0 100644 --- a/en/index.html +++ b/en/index.html @@ -4251,6 +4251,13 @@