mirror of
https://github.com/pengzhanbo/vuepress-theme-plume.git
synced 2026-04-23 10:58:13 +08:00
chore: tweak
This commit is contained in:
parent
7832a9b13c
commit
06287ca270
@ -69,13 +69,13 @@ export function getPlugins({
|
||||
plugins.push(nprogressPlugin())
|
||||
}
|
||||
|
||||
// if (pluginOptions.git ?? isProd) {
|
||||
plugins.push(gitPlugin({
|
||||
createdTime: true,
|
||||
updatedTime: true,
|
||||
contributors: true,
|
||||
}))
|
||||
// }
|
||||
if (pluginOptions.git ?? isProd) {
|
||||
plugins.push(gitPlugin({
|
||||
createdTime: true,
|
||||
updatedTime: true,
|
||||
contributors: true,
|
||||
}))
|
||||
}
|
||||
|
||||
if (pluginOptions.photoSwipe !== false) {
|
||||
plugins.push(photoSwipePlugin({
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user