create-vuepress-theme-plume 1.0.0-rc.172 → 1.0.0-rc.174

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/lib/index.js CHANGED
@@ -14,7 +14,7 @@ import handlebars from "handlebars";
14
14
  import { osLocale } from "os-locale";
15
15
 
16
16
  //#region package.json
17
- var version = "1.0.0-rc.171";
17
+ var version = "1.0.0-rc.173";
18
18
 
19
19
  //#endregion
20
20
  //#region src/constants.ts
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "create-vuepress-theme-plume",
3
3
  "type": "module",
4
- "version": "1.0.0-rc.172",
4
+ "version": "1.0.0-rc.174",
5
5
  "description": "The cli for create vuepress-theme-plume's project",
6
6
  "author": "pengzhanbo <q942450674@outlook.com> (https://github.com/pengzhanbo/)",
7
7
  "license": "MIT",
@@ -82,7 +82,7 @@ export default defineUserConfig({
82
82
  // provider: 'algolia',
83
83
  // appId: '',
84
84
  // apiKey: '',
85
- // indexName: '',
85
+ // indices: [''],
86
86
  // },
87
87
 
88
88
  /**
@@ -5,7 +5,7 @@ config:
5
5
  -
6
6
  type: hero
7
7
  full: true
8
- background: tint-plate
8
+ effect: lightning
9
9
  hero:
10
10
  name: Theme Plume
11
11
  tagline: VuePress Next Theme
@@ -5,7 +5,7 @@ config:
5
5
  -
6
6
  type: hero
7
7
  full: true
8
- background: tint-plate
8
+ effect: lightning
9
9
  hero:
10
10
  name: Theme Plume
11
11
  tagline: VuePress Next Theme