File tree Expand file tree Collapse file tree 2 files changed +16
-6
lines changed
Expand file tree Collapse file tree 2 files changed +16
-6
lines changed Original file line number Diff line number Diff line change 11import { 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
519export default defineClientConfig ( {
620 enhance ( { app, router, siteData} ) {
Original file line number Diff line number Diff 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}
You can’t perform that action at this time.
0 commit comments