build: publish v1.0.0-rc.32
This commit is contained in:
parent
b764d2a10e
commit
56ef3dbe65
26
CHANGELOG.md
26
CHANGELOG.md
@ -1,3 +1,29 @@
|
||||
# [1.0.0-rc.32](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-rc.31...v1.0.0-rc.32) (2024-2-5)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* 博客相关页面 外观切换过渡效果,hover 效果 ([a44a6ad](https://github.com/pengzhanbo/vuepress-theme-plume/commit/a44a6ad2eecf593eeb2f482d93b41e40af1fff4b))
|
||||
* 导航栏 外观切换过渡效果 ([e3a9c07](https://github.com/pengzhanbo/vuepress-theme-plume/commit/e3a9c07ed32565f325a3d9e5445704b93632a262))
|
||||
* 文章页面 外观切换过渡效果 ([61e6e17](https://github.com/pengzhanbo/vuepress-theme-plume/commit/61e6e1789472468993b3256c8c8c42acad2d2bc8))
|
||||
* 友情链接页 外观切换过渡效果 ([062cc88](https://github.com/pengzhanbo/vuepress-theme-plume/commit/062cc88a6a612849e9e7550fd9dbcb8cb624b116))
|
||||
* 侧边栏 外观切换过渡效果 ([42bf148](https://github.com/pengzhanbo/vuepress-theme-plume/commit/42bf1481a1c098a6181ae0085f235d7dfeaef991))
|
||||
* 代码块高亮 外观切换过渡效果 ([13f7421](https://github.com/pengzhanbo/vuepress-theme-plume/commit/13f7421022bdaf30eb751c4681eadbb8efef8488))
|
||||
|
||||
|
||||
### Performance Improvements
|
||||
|
||||
* 迁移 read time 至官方插件 ([21268e6](https://github.com/pengzhanbo/vuepress-theme-plume/commit/21268e6e2bcc41bf4671dbc0fda20fcdde3f71e7))
|
||||
* 首页大图默认为 Bing 每日壁纸 ([ae598a1](https://github.com/pengzhanbo/vuepress-theme-plume/commit/ae598a1f0f1aa12688709cb9883e76b134313790))
|
||||
* 优化 标签页、归档页 布局 ([977d965](https://github.com/pengzhanbo/vuepress-theme-plume/commit/977d965c1273d2b569ae54c4ea35968eb49aa873))
|
||||
* 优化 博客文章列表页 布局 ([f3feaf4](https://github.com/pengzhanbo/vuepress-theme-plume/commit/f3feaf499ac3991cb701ddab68b4f434867beae6))
|
||||
* 优化博客文章列表页分页组件 ([b764d2a](https://github.com/pengzhanbo/vuepress-theme-plume/commit/b764d2a10e4325f08f1b65cd0aa445add79e499e))
|
||||
* 优化内容细节, 搜索框的过渡效果 ([fed4efb](https://github.com/pengzhanbo/vuepress-theme-plume/commit/fed4efb566a43bc864b258128e88de85da0bff97))
|
||||
* 优化页面细节上的过渡效果 ([526e8d1](https://github.com/pengzhanbo/vuepress-theme-plume/commit/526e8d13c11dac8bab44dac35f2b608bf3d96b92))
|
||||
* bump `shiki` ([5210925](https://github.com/pengzhanbo/vuepress-theme-plume/commit/5210925f87b183fbd2cd6012776c84461685fb67))
|
||||
|
||||
|
||||
|
||||
# [1.0.0-rc.31](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-rc.30...v1.0.0-rc.31) (2024-2-2)
|
||||
|
||||
|
||||
|
||||
@ -8,13 +8,16 @@ hero:
|
||||
name: 鹏展博
|
||||
tagline: 前端开发工程师
|
||||
text: 简单介绍专业技能信息相关的描述
|
||||
actions:
|
||||
-
|
||||
theme: brand
|
||||
text: Blog
|
||||
link: /
|
||||
-
|
||||
theme: alt
|
||||
text: Github
|
||||
link: /
|
||||
---
|
||||
|
||||
适用于博客:
|
||||
全屏大图
|
||||
我的项目
|
||||
最新文章
|
||||
关于我
|
||||
|
||||
适用于文档:
|
||||
特性列表
|
||||
文档介绍版面
|
||||
|
||||
插入自定义 <Content />
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "vuepress-theme-plume-monorepo",
|
||||
"type": "module",
|
||||
"version": "1.0.0-rc.31",
|
||||
"version": "1.0.0-rc.32",
|
||||
"private": true,
|
||||
"packageManager": "pnpm@8.15.1",
|
||||
"author": "pengzhanbo <q942450674@outlook.com> (https://github.com/pengzhanbo/)",
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@vuepress-plume/plugin-auto-frontmatter",
|
||||
"type": "module",
|
||||
"version": "1.0.0-rc.31",
|
||||
"version": "1.0.0-rc.32",
|
||||
"description": "The Plugin for VuePres 2 - auto frontmatter",
|
||||
"author": "pengzhanbo <volodymyr@foxmail.com>",
|
||||
"license": "MIT",
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@vuepress-plume/plugin-baidu-tongji",
|
||||
"type": "module",
|
||||
"version": "1.0.0-rc.31",
|
||||
"version": "1.0.0-rc.32",
|
||||
"description": "The Plugin for VuePres 2 - baidu tongji",
|
||||
"author": "pengzhanbo <volodymyr@foxmail.com> (https://github.com/pengzhanbo/)",
|
||||
"license": "MIT",
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@vuepress-plume/plugin-blog-data",
|
||||
"type": "module",
|
||||
"version": "1.0.0-rc.31",
|
||||
"version": "1.0.0-rc.32",
|
||||
"description": "The Plugin for VuePres 2 - blog data",
|
||||
"author": "pengzhanbo <volodymyr@foxmail.com>",
|
||||
"license": "MIT",
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@vuepress-plume/plugin-caniuse",
|
||||
"type": "module",
|
||||
"version": "1.0.0-rc.31",
|
||||
"version": "1.0.0-rc.32",
|
||||
"description": "The Plugin for VuePres 2, Support Can-I-Use feature",
|
||||
"author": "pengzhanbo <volodymyr@foxmail.com>",
|
||||
"license": "MIT",
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@vuepress-plume/plugin-content-update",
|
||||
"type": "module",
|
||||
"version": "1.0.0-rc.31",
|
||||
"version": "1.0.0-rc.32",
|
||||
"description": "The Plugin for VuePres 2 - content update",
|
||||
"author": "pengzhanbo <volodymyr@foxmail.com>",
|
||||
"license": "MIT",
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@vuepress-plume/plugin-copy-code",
|
||||
"type": "module",
|
||||
"version": "1.0.0-rc.31",
|
||||
"version": "1.0.0-rc.32",
|
||||
"description": "The Plugin for VuePres 2 - copy code",
|
||||
"author": "pengzhanbo <volodymyr@foxmail.com>",
|
||||
"license": "MIT",
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@vuepress-plume/plugin-iconify",
|
||||
"type": "module",
|
||||
"version": "1.0.0-rc.31",
|
||||
"version": "1.0.0-rc.32",
|
||||
"description": "The Plugin for VuePres 2 - iconify",
|
||||
"author": "pengzhanbo <volodymyr@foxmail.com>",
|
||||
"license": "MIT",
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "vuepress-plugin-netlify-functions",
|
||||
"type": "module",
|
||||
"version": "1.0.0-rc.31",
|
||||
"version": "1.0.0-rc.32",
|
||||
"description": "The Plugin for VuePres 2, Support Netlify Functions",
|
||||
"author": "pengzhanbo <volodymyr@foxmail.com>",
|
||||
"license": "MIT",
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@vuepress-plume/plugin-notes-data",
|
||||
"type": "module",
|
||||
"version": "1.0.0-rc.31",
|
||||
"version": "1.0.0-rc.32",
|
||||
"description": "The Plugin for VuePres 2 - notes data",
|
||||
"author": "pengzhanbo <volodymyr@foxmail.com>",
|
||||
"license": "MIT",
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "plugin-page-collection",
|
||||
"type": "module",
|
||||
"version": "1.0.0-rc.31",
|
||||
"version": "1.0.0-rc.32",
|
||||
"private": true,
|
||||
"description": "The Plugin for VuePres 2",
|
||||
"author": "pengzhanbo <volodymyr@foxmail.com>",
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@vuepress-plume/plugin-shikiji",
|
||||
"type": "module",
|
||||
"version": "1.0.0-rc.31",
|
||||
"version": "1.0.0-rc.32",
|
||||
"description": "The Plugin for VuePres 2 - shiki",
|
||||
"author": "pengzhanbo <volodymyr@foxmail.com>",
|
||||
"license": "MIT",
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "vuepress-theme-plume",
|
||||
"type": "module",
|
||||
"version": "1.0.0-rc.31",
|
||||
"version": "1.0.0-rc.32",
|
||||
"description": "A Blog&Document Theme for VuePress 2.0",
|
||||
"author": "pengzhanbo <q942450674@outlook.com> (https://github.com/pengzhanbo/)",
|
||||
"license": "MIT",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user