File tree Expand file tree Collapse file tree 4 files changed +548
-362
lines changed
Expand file tree Collapse file tree 4 files changed +548
-362
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ import { defineUserConfig } from "vuepress";
22import { viteBundler } from '@vuepress/bundler-vite'
33import { baiduAnalyticsPlugin } from "@vuepress/plugin-baidu-analytics" ;
44import { umamiAnalyticsPlugin } from "@vuepress/plugin-umami-analytics" ;
5+ import { clarityAnalyticsPlugin } from "@vuepress/plugin-clarity-analytics" ;
56import { myTheme } from "./theme" ;
67
78
@@ -19,6 +20,9 @@ export default defineUserConfig({
1920 } ) ,
2021 umamiAnalyticsPlugin ( {
2122 id : '62984e7c-ec95-459a-9a2f-553766c6b3d4'
23+ } ) ,
24+ clarityAnalyticsPlugin ( {
25+ id : 'uhawbqsmxt'
2226 } )
2327 ] ,
2428 bundler : viteBundler ( ) ,
Original file line number Diff line number Diff line change @@ -5,7 +5,6 @@ import SponsorPanel from "../components/SponsorPanel.vue";
55import BannerTop from " ../components/BannerTop.vue" ;
66import SponsorSidebar from " ../components/SponsorSidebar.vue" ;
77import Footer from " ../components/Footer.vue" ;
8- import GradientText from " ../components/bits/GradientText.vue" ;
98 </script >
109
1110<template >
Original file line number Diff line number Diff line change 1919 "devDependencies" : {
2020 "@vuepress/bundler-vite" : " 2.0.0-rc.26" ,
2121 "@vuepress/plugin-baidu-analytics" : " 2.0.0-rc.120" ,
22+ "@vuepress/plugin-clarity-analytics" : " 2.0.0-rc.120" ,
2223 "@vuepress/plugin-umami-analytics" : " 2.0.0-rc.120" ,
2324 "vue" : " ^3.5.25" ,
2425 "vuepress" : " 2.0.0-rc.26" ,
25- "vuepress-theme-plume" : " 1.0.0-rc.180 "
26+ "vuepress-theme-plume" : " 1.0.0-rc.181 "
2627 },
2728 "dependencies" : {
28- "@iconify/json" : " ^2.2.413 " ,
29+ "@iconify/json" : " ^2.2.415 " ,
2930 "@vueuse/core" : " ^12.8.2" ,
30- "mermaid" : " ^11.12.1 " ,
31+ "mermaid" : " ^11.12.2 " ,
3132 "swiper" : " ^12.0.3"
3233 }
3334}
You can’t perform that action at this time.
0 commit comments