chore: tweak

This commit is contained in:
pengzhanbo 2024-09-23 12:02:26 +08:00
parent d7b697870c
commit ff5508b313
2 changed files with 0 additions and 20 deletions

View File

@ -130,7 +130,6 @@ export function getPlugins({
if (pluginOptions.markdownPower !== false) {
plugins.push(markdownPowerPlugin({
caniuse: pluginOptions.caniuse,
fileTree: true,
plot: true,
icons: true,

View File

@ -10,13 +10,6 @@ import type { MarkdownEnhancePluginOptions } from 'vuepress-plugin-md-enhance'
import type { MarkdownPowerPluginOptions } from 'vuepress-plugin-md-power'
export interface PlumeThemePluginOptions {
/**
* @deprecated `plugin-md-power`
*
* can-i-use
*/
caniuse?: false
/**
* plugin-search
*/
@ -27,12 +20,6 @@ export interface PlumeThemePluginOptions {
*/
docsearch?: false | DocSearchOptions
/**
* @deprecated move to `shiki`
*
*/
shikiji?: never
/**
*
*/
@ -86,12 +73,6 @@ export interface PlumeThemePluginOptions {
seo?: false
/**
* @deprecated
* 使 [@vuepress/plugin-baidu-analytics](https://ecosystem.vuejs.press/zh/plugins/analytics/baidu-analytics.html) 代替
*/
baiduTongji?: false | { key: string }
/**
*
*/