docs: update docs

This commit is contained in:
pengzhanbo 2024-05-05 02:07:22 +08:00
parent 3876c2d908
commit 4e399e26a2

View File

@ -73,7 +73,12 @@ interface MarkdownPowerPluginOptions {
jsfiddle?: boolean
caniuse?: boolean | CanIUseOptions
repl?: boolean
repl?: false | {
go?: boolean
rust?: boolean
kotlin?: boolean
theme?: string | { light: string, dark: string }
}
}
```