chore: tweak
This commit is contained in:
parent
d7b697870c
commit
ff5508b313
@ -130,7 +130,6 @@ export function getPlugins({
|
||||
|
||||
if (pluginOptions.markdownPower !== false) {
|
||||
plugins.push(markdownPowerPlugin({
|
||||
caniuse: pluginOptions.caniuse,
|
||||
fileTree: true,
|
||||
plot: true,
|
||||
icons: true,
|
||||
|
||||
@ -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 }
|
||||
|
||||
/**
|
||||
* 阅读时间、字数统计
|
||||
*/
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user