diff options
| author | ruki <waruqi@gmail.com> | 2019-06-25 15:00:34 +0800 |
|---|---|---|
| committer | ruki <waruqi@gmail.com> | 2019-06-25 15:00:34 +0800 |
| commit | 850674db53832a131dbf8591158c8b1253883748 (patch) | |
| tree | 20510e94b5f5767dd5c36201d60b8a9c546b4b6f | |
| parent | 412461f9f6d4e6ba3ca56aa662ab67b479be4ad0 (diff) | |
| download | xmake-docs-850674db53832a131dbf8591158c8b1253883748.tar.gz xmake-docs-850674db53832a131dbf8591158c8b1253883748.zip | |
add codefund
| -rw-r--r-- | index.html | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -9,6 +9,7 @@ <meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0"> <link rel="stylesheet" href="//unpkg.com/docsify/lib/themes/vue.css"> <link rel="stylesheet" href="//unpkg.com/gitalk/dist/gitalk.css"> + <script src="//unpkg.com/docsify-plugin-codefund/index.js"></script> <style> nav.app-nav li ul { min-width: 100px; @@ -83,7 +84,8 @@ + '\n\n----\n\n' + '<a href="https://tboox.org" target="_blank" style="color: inherit; font-weight: normal; text-decoration: none;">Copyright (c) 2015-present tboox.org</a>' }) - } + }, + DocsifyCodefund.create(332) ] } </script> |
