|
18 | 18 | </head>
|
19 | 19 | <body>
|
20 | 20 | <div id="app">now loading...</div>
|
21 |
| - <script id="footer" type="text/xml"> |
22 |
| - <hr/> |
23 |
| - <div align="center"> |
24 |
| - <p><a href="http://www.it-ebooks.org/" target="_blank"><font face="KaiTi" size="6" color="red">我们一直在努力</font></a><p> |
25 |
| - <p><a href="https://github.com/apachecn/nlp-pytorch-zh/" target="_blank">apachecn/nlp-pytorch-zh</a></p> |
26 |
| - <p><iframe align="middle" src="https://ghbtns.com/github-btn.html?user=it-ebooks&repo=hands-on-ml-2e-zh&type=watch&count=true&v=2" frameborder="0" scrolling="0" width="100px" height="25px"></iframe> |
27 |
| - <iframe align="middle" src="https://ghbtns.com/github-btn.html?user=it-ebooks&repo=hands-on-ml-2e-zh&type=star&count=true" frameborder="0" scrolling="0" width="100px" height="25px"></iframe> |
28 |
| - <iframe align="middle" src="https://ghbtns.com/github-btn.html?user=it-ebooks&repo=hands-on-ml-2e-zh&type=fork&count=true" frameborder="0" scrolling="0" width="100px" height="25px"></iframe> |
29 |
| - <a target="_blank" href="//shang.qq.com/wpa/qunwpa?idkey=bcee938030cc9e1552deb3bd9617bbbf62d3ec1647e4b60d9cd6b6e8f78ddc03"><img border="0" src="//pub.idqqimg.com/wpa/images/group.png" alt="ML | it-ebooks" title="ML | it-ebooks"></a></p> |
30 |
| - <p><span id='cnzz_stat_icon_1275211409'></span></p> |
31 |
| - <div style="text-align:center;margin:0 0 10.5px;"> |
32 |
| - <ins class="adsbygoogle" |
33 |
| - style="display:inline-block;width:728px;height:90px" |
34 |
| - data-ad-client="ca-pub-3565452474788507" |
35 |
| - data-ad-slot="2543897000"></ins> |
36 |
| - </div> |
37 |
| - </div> |
38 |
| - </script> |
39 | 21 | <script>
|
40 |
| - window.docsPlugin = function(hook) { |
41 |
| - var footer = document.querySelector('#footer').innerHTML |
42 |
| - hook.afterEach(function(html) { |
43 |
| - return html + footer |
44 |
| - }) |
45 |
| - hook.doneEach(function() { |
46 |
| - (adsbygoogle = window.adsbygoogle || []).push({}) |
47 |
| - }) |
48 |
| - } |
49 |
| - |
50 | 22 | window.$docsify = {
|
51 | 23 | loadSidebar: 'SUMMARY.md',
|
52 | 24 | name: 'PyTorch 自然语言处理',
|
|
77 | 49 | <script src="asset/docsify-baidu-push.js"></script>
|
78 | 50 | <script src="asset/docsify-baidu-stat.js"></script>
|
79 | 51 | <script src="asset/docsify-cnzz.js"></script>
|
| 52 | + <script src="asset/docsify-apachecn-footer.js"></script> |
80 | 53 | </body>
|
81 | 54 | </html>
|
0 commit comments