mirror of
https://github.com/DistSysCorp/ddia.git
synced 2024-12-26 04:40:38 +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="description" content="DDIA读书笔记 DDIA精读笔记 DDIA翻译">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0">
|
||||||
<link rel="stylesheet" href="js/vue.css" title="vue"/>
|
<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>
|
<script>
|
||||||
var _hmt = _hmt || [];
|
var _hmt = _hmt || [];
|
||||||
(function() {
|
(function() {
|
||||||
@ -36,13 +34,6 @@
|
|||||||
count: {
|
count: {
|
||||||
language: "chinese", // default:english|chinese
|
language: "chinese", // default:english|chinese
|
||||||
},
|
},
|
||||||
waline: {
|
|
||||||
serverURL: "https://ddia-comments.qtmuniao.com",
|
|
||||||
pageview: true,
|
|
||||||
requiredMeta: ['nick', 'mail'],
|
|
||||||
wordLimit: 1000,
|
|
||||||
imageUploader: false,
|
|
||||||
},
|
|
||||||
name: '《DDIA 逐章精读》',
|
name: '《DDIA 逐章精读》',
|
||||||
repo: 'https://github.com/DistSysCorp/ddia',
|
repo: 'https://github.com/DistSysCorp/ddia',
|
||||||
loadSidebar: true,
|
loadSidebar: true,
|
||||||
@ -77,6 +68,5 @@
|
|||||||
<script src="js/docsify.min.js"></script>
|
<script src="js/docsify.min.js"></script>
|
||||||
<script src="js/search.min.js"></script>
|
<script src="js/search.min.js"></script>
|
||||||
<script src="js/docsify-pagination.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>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
Loading…
Reference in New Issue
Block a user