mirror of
https://github.com/DistSysCorp/ddia.git
synced 2024-12-25 12:20:22 +08:00
remove comment system
This commit is contained in:
parent
37da90e2be
commit
c986acffc0
10
index.html
10
index.html
@ -8,8 +8,6 @@
|
||||
<meta name="description" content="DDIA读书笔记 DDIA精读笔记 DDIA翻译">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0">
|
||||
<link rel="stylesheet" href="js/vue.css" title="vue"/>
|
||||
<script src="https://unpkg.com/@waline/client@v2/dist/waline.js"></script>
|
||||
<link rel="stylesheet" href="css/waline.css"/>
|
||||
<script>
|
||||
var _hmt = _hmt || [];
|
||||
(function() {
|
||||
@ -36,13 +34,6 @@
|
||||
count: {
|
||||
language: "chinese", // default:english|chinese
|
||||
},
|
||||
waline: {
|
||||
serverURL: "https://ddia-comments.qtmuniao.com",
|
||||
pageview: true,
|
||||
requiredMeta: ['nick', 'mail'],
|
||||
wordLimit: 1000,
|
||||
imageUploader: false,
|
||||
},
|
||||
name: '《DDIA 逐章精读》',
|
||||
repo: 'https://github.com/DistSysCorp/ddia',
|
||||
loadSidebar: true,
|
||||
@ -77,6 +68,5 @@
|
||||
<script src="js/docsify.min.js"></script>
|
||||
<script src="js/search.min.js"></script>
|
||||
<script src="js/docsify-pagination.min.js"></script>
|
||||
<script src="https://unpkg.com/docsify-waline@2/docsify-waline.min.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
Loading…
Reference in New Issue
Block a user