Skip to content

Commit 262b2e0

Browse files
author
chufan
committed
chore: update
1 parent 202a904 commit 262b2e0

File tree

2 files changed

+16
-6
lines changed

2 files changed

+16
-6
lines changed

docs/.vuepress/client.ts

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,20 @@
11
import {defineClientConfig} from '@vuepress/client'
22
// import NotFound from './layouts/NotFound.vue'
33
// import {onMounted} from 'vue'
4+
//
5+
// import {
6+
// defineArtalkConfig,
7+
// // defineGiscusConfig,
8+
// // defineTwikooConfig,
9+
// // defineWalineConfig,
10+
// } from "vuepress-plugin-comment2/client";
11+
//
12+
// defineArtalkConfig({
13+
// // 选项
14+
// provider: "Artalk",
15+
// server:"https://408.142vip.cn",
16+
// site:'JavaScriptCollection',
17+
// });
418

519
export default defineClientConfig({
620
enhance({app, router, siteData}) {

docs/.vuepress/config/plugins.config.ts

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,8 @@ export default {
2424
}),
2525
// commentPlugin({
2626
// provider: "Artalk",
27-
// server:"http://127.0.0.1:8080",
28-
// // el:'#Comments',
29-
// // pageKey: `${location.pathname}`,
30-
// // pageTitle: `${document.title}`,
31-
// site: 'JavaScriptCollection',
32-
//
27+
// server:"https://408.142vip.cn/",
28+
// site:'JavaScriptCollection',
3329
// })
3430
]
3531
}

0 commit comments

Comments
 (0)