create-vuepress-theme-plume 1.0.0-rc.150 → 1.0.0-rc.151
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
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.
|
|
4
|
+
"version": "1.0.0-rc.151",
|
|
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",
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* - @see https://theme-plume.vuejs.press/config/theme/ 主题配置项
|
|
5
5
|
*
|
|
6
6
|
* 请注意,对此文件的修改都会重启 vuepress 服务。
|
|
7
|
-
* 部分配置项的更新没有必要重启 vuepress 服务,建议请在 `.vuepress/config.{{ useTs
|
|
7
|
+
* 部分配置项的更新没有必要重启 vuepress 服务,建议请在 `.vuepress/config.{{#if useTs}}ts{{else}}js{{/if}}` 文件中配置
|
|
8
8
|
*
|
|
9
9
|
* 特别的,请不要在两个配置文件中重复配置相同的项,当前文件的配置项会被覆盖
|
|
10
10
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* @see https://theme-plume.vuejs.press/config/navigation/ 查看文档了解配置详情
|
|
3
3
|
*
|
|
4
|
-
* Navbar 配置文件,它在 `.vuepress/plume.config.{{ useTs
|
|
4
|
+
* Navbar 配置文件,它在 `.vuepress/plume.config.{{#if useTs}}ts{{else}}js{{/if}}` 中被导入。
|
|
5
5
|
*/
|
|
6
6
|
|
|
7
7
|
import { defineNavbarConfig } from 'vuepress-theme-plume'
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* @see https://theme-plume.vuejs.press/guide/document/ 查看文档了解配置详情。
|
|
3
3
|
*
|
|
4
|
-
* Notes 配置文件,它在 `.vuepress/plume.config.{{ useTs
|
|
4
|
+
* Notes 配置文件,它在 `.vuepress/plume.config.{{#if useTs}}ts{{else}}js{{/if}}` 中被导入。
|
|
5
5
|
*
|
|
6
6
|
* 请注意,你应该先在这里配置好 Notes,然后再启动 vuepress,主题会在启动 vuepress 时,
|
|
7
7
|
* 读取这里配置的 Notes,然后在与 Note 相关的 Markdown 文件中,自动生成 permalink。
|
|
@@ -5,9 +5,9 @@
|
|
|
5
5
|
*
|
|
6
6
|
* 请注意,对此文件的修改不会重启 vuepress 服务,而是通过热更新的方式生效
|
|
7
7
|
* 但同时部分配置项不支持热更新,请查看文档说明
|
|
8
|
-
* 对于不支持热更新的配置项,请在 `.vuepress/config.{{ useTs
|
|
8
|
+
* 对于不支持热更新的配置项,请在 `.vuepress/config.{{#if useTs}}ts{{else}}js{{/if}}` 文件中配置
|
|
9
9
|
*
|
|
10
|
-
* 特别的,请不要在两个配置文件中重复配置相同的项,当前文件的配置项会覆盖 `.vuepress/config.{{ useTs
|
|
10
|
+
* 特别的,请不要在两个配置文件中重复配置相同的项,当前文件的配置项会覆盖 `.vuepress/config.{{#if useTs}}ts{{else}}js{{/if}}` 文件中的配置
|
|
11
11
|
*/
|
|
12
12
|
|
|
13
13
|
import { defineThemeConfig } from 'vuepress-theme-plume'
|