chore: add codefund

This commit is contained in:
qingwei.li 2018-05-02 22:38:34 +08:00
parent fb144b2e69
commit 2b0109b89a
2 changed files with 5 additions and 3 deletions

View File

@ -14,6 +14,7 @@
<link rel="stylesheet" href="//unpkg.com/docsify/lib/themes/dark.css" title="dark" disabled>
<link rel="stylesheet" href="//unpkg.com/docsify/lib/themes/buble.css" title="buble" disabled>
<link rel="stylesheet" href="//unpkg.com/docsify/lib/themes/pure.css" title="pure" disabled>
<script src="//unpkg.com/docsify-plugin-codefund@1.0.2/index.js"></script>
<style>
nav.app-nav li ul {
min-width: 100px;
@ -65,7 +66,8 @@
+ '\n\n----\n\n'
+ '<a href="https://docsify.js.org" target="_blank" style="color: inherit; font-weight: normal; text-decoration: none;">Powered by docsify</a>'
})
}
},
DocsifyCodefund.create('fae1f9a4-870c-4c25-b8e0-c80464f7a95c')
]
}
</script>
@ -77,4 +79,4 @@
<script src="//unpkg.com/prismjs/components/prism-nginx.min.js"></script>
</body>
</html>
</html>

View File

@ -172,7 +172,7 @@ a [plugin](https://github.com/njleonzhang/docsify-plugin-codefund) to make it ea
window.$docsify = {
plugins: [
DocsifyCodefund.create('51d43327-eea3-4e27-bd44-e075e67a84fb') // change to your codefund id
DocsifyCodefund.create('xxxx-xxx-xxx') // change to your codefund id
]
}
```