From b86a1217077845a262ade2a312a288562c22ed1d Mon Sep 17 00:00:00 2001 From: pengzhanbo Date: Sun, 14 Dec 2025 01:33:46 +0800 Subject: [PATCH] docs: update component and config --- docs/.vuepress/theme.ts | 9 +++++++++ docs/.vuepress/themes/components/AsideNav.vue | 20 ++++++------------- .../themes/components/CustomTintPlate.vue | 12 +++++++++-- 3 files changed, 25 insertions(+), 16 deletions(-) diff --git a/docs/.vuepress/theme.ts b/docs/.vuepress/theme.ts index d026ad8f..008299b3 100644 --- a/docs/.vuepress/theme.ts +++ b/docs/.vuepress/theme.ts @@ -18,6 +18,15 @@ export const theme: Theme = plumeTheme({ }, markdown: { + icon: { + provider: 'iconify', + preload: [ + // used within + 'tabler:star', + 'octicon:issue-opened-16', + 'ep:milk-tea', + ], + }, chartjs: true, echarts: true, markmap: true, diff --git a/docs/.vuepress/themes/components/AsideNav.vue b/docs/.vuepress/themes/components/AsideNav.vue index 60f69a96..eb17c3fc 100644 --- a/docs/.vuepress/themes/components/AsideNav.vue +++ b/docs/.vuepress/themes/components/AsideNav.vue @@ -1,6 +1,6 @@