docs: update package description

This commit is contained in:
pengzhanbo 2024-02-02 09:42:24 +08:00
parent a35258fa47
commit 1a2a06a124
10 changed files with 28 additions and 17 deletions

View File

@ -2,13 +2,14 @@
"name": "@vuepress-plume/plugin-auto-frontmatter",
"type": "module",
"version": "1.0.0-rc.30",
"description": "The Plugin for VuePres 2",
"description": "The Plugin for VuePres 2 - auto frontmatter",
"author": "pengzhanbo <volodymyr@foxmail.com>",
"license": "MIT",
"homepage": "https://github.com/pengzhanbo/vuepress-theme-plume#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/pengzhanbo/vuepress-theme-plume.git"
"url": "git+https://github.com/pengzhanbo/vuepress-theme-plume.git",
"directory": "plugins/plugin-auto-frontmatter"
},
"bugs": {
"url": "https://github.com/pengzhanbo/vuepress-theme-plume/issues"

View File

@ -2,13 +2,14 @@
"name": "@vuepress-plume/plugin-baidu-tongji",
"type": "module",
"version": "1.0.0-rc.30",
"description": "The Plugin for VuePres 2",
"description": "The Plugin for VuePres 2 - baidu tongji",
"author": "pengzhanbo <volodymyr@foxmail.com> (https://github.com/pengzhanbo/)",
"license": "MIT",
"homepage": "https://github.com/pengzhanbo/vuepress-theme-plume#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/pengzhanbo/vuepress-theme-plume.git"
"url": "git+https://github.com/pengzhanbo/vuepress-theme-plume.git",
"directory": "plugins/plugin-baidu-tongji"
},
"bugs": {
"url": "https://github.com/pengzhanbo/vuepress-theme-plume/issues"

View File

@ -2,13 +2,14 @@
"name": "@vuepress-plume/plugin-blog-data",
"type": "module",
"version": "1.0.0-rc.30",
"description": "The Plugin for VuePres 2",
"description": "The Plugin for VuePres 2 - blog data",
"author": "pengzhanbo <volodymyr@foxmail.com>",
"license": "MIT",
"homepage": "https://github.com/pengzhanbo/vuepress-theme-plume#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/pengzhanbo/vuepress-theme-plume.git"
"url": "git+https://github.com/pengzhanbo/vuepress-theme-plume.git",
"directory": "plugins/plugin-blog-data"
},
"bugs": {
"url": "https://github.com/pengzhanbo/vuepress-theme-plume/issues"

View File

@ -5,8 +5,10 @@ export interface BlogDataPluginOptions {
exclude?: string | string[]
sortBy?: 'createTime' | false | (<T>(prev: T, next: T) => boolean)
excerpt?: boolean
extendBlogData?: <T = any>(page: T) => Record<string, any>
extendBlogData?: <T = any>(page: T, extra: Record<string, any>) => Record<string, any>
pageFilter?: (page: Page) => boolean
extraBlogData?: (extra: Record<string, any>) => void
}
export type BlogPostData<T extends object = object> = BlogPostDataItem<T>[]

View File

@ -8,7 +8,8 @@
"homepage": "https://github.com/pengzhanbo/vuepress-theme-plume#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/pengzhanbo/vuepress-theme-plume.git"
"url": "git+https://github.com/pengzhanbo/vuepress-theme-plume.git",
"directory": "plugins/plugin-caniuse"
},
"bugs": {
"url": "https://github.com/pengzhanbo/vuepress-theme-plume/issues"

View File

@ -2,13 +2,14 @@
"name": "@vuepress-plume/plugin-content-update",
"type": "module",
"version": "1.0.0-rc.30",
"description": "The Plugin for VuePres 2",
"description": "The Plugin for VuePres 2 - content update",
"author": "pengzhanbo <volodymyr@foxmail.com>",
"license": "MIT",
"homepage": "https://github.com/pengzhanbo/vuepress-theme-plume#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/pengzhanbo/vuepress-theme-plume.git"
"url": "git+https://github.com/pengzhanbo/vuepress-theme-plume.git",
"directory": "plugins/plugin-content-update"
},
"bugs": {
"url": "https://github.com/pengzhanbo/vuepress-theme-plume/issues"

View File

@ -2,13 +2,14 @@
"name": "@vuepress-plume/plugin-copy-code",
"type": "module",
"version": "1.0.0-rc.30",
"description": "The Plugin for VuePres 2",
"description": "The Plugin for VuePres 2 - copy code",
"author": "pengzhanbo <volodymyr@foxmail.com>",
"license": "MIT",
"homepage": "https://github.com/pengzhanbo/vuepress-theme-plume#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/pengzhanbo/vuepress-theme-plume.git"
"url": "git+https://github.com/pengzhanbo/vuepress-theme-plume.git",
"directory": "plugins/plugin-copy-code"
},
"bugs": {
"url": "https://github.com/pengzhanbo/vuepress-theme-plume/issues"

View File

@ -2,13 +2,14 @@
"name": "@vuepress-plume/plugin-iconify",
"type": "module",
"version": "1.0.0-rc.30",
"description": "The Plugin for VuePres 2",
"description": "The Plugin for VuePres 2 - iconify",
"author": "pengzhanbo <volodymyr@foxmail.com>",
"license": "MIT",
"homepage": "https://github.com/pengzhanbo/vuepress-theme-plume#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/pengzhanbo/vuepress-theme-plume.git"
"url": "git+https://github.com/pengzhanbo/vuepress-theme-plume.git",
"directory": "plugins/plugin-iconify"
},
"bugs": {
"url": "https://github.com/pengzhanbo/vuepress-theme-plume/issues"

View File

@ -8,7 +8,8 @@
"homepage": "https://github.com/pengzhanbo/vuepress-theme-plume#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/pengzhanbo/vuepress-theme-plume.git"
"url": "git+https://github.com/pengzhanbo/vuepress-theme-plume.git",
"directory": "plugins/plugin-netlify-functions"
},
"bugs": {
"url": "https://github.com/pengzhanbo/vuepress-theme-plume/issues"

View File

@ -2,13 +2,14 @@
"name": "@vuepress-plume/plugin-notes-data",
"type": "module",
"version": "1.0.0-rc.30",
"description": "The Plugin for VuePres 2",
"description": "The Plugin for VuePres 2 - notes data",
"author": "pengzhanbo <volodymyr@foxmail.com>",
"license": "MIT",
"homepage": "https://github.com/pengzhanbo/vuepress-theme-plume#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/pengzhanbo/vuepress-theme-plume.git"
"url": "git+https://github.com/pengzhanbo/vuepress-theme-plume.git",
"directory": "plugins/plugin-notes-data"
},
"bugs": {
"url": "https://github.com/pengzhanbo/vuepress-theme-plume/issues"