fix: 修改文件名大小写
This commit is contained in:
parent
ad4471c35d
commit
14873a8930
@ -4,16 +4,16 @@ import navbar from "./navbar.js";
|
|||||||
import sidebar from "./sidebar.js";
|
import sidebar from "./sidebar.js";
|
||||||
|
|
||||||
export default hopeTheme({
|
export default hopeTheme({
|
||||||
hostname: "https://vuepress-theme-hope-docs-demo.netlify.app",
|
// hostname: "https://vuepress-theme-hope-docs-demo.netlify.app",
|
||||||
|
|
||||||
author: {
|
author: {
|
||||||
name: "余翔",
|
name: "余翔",
|
||||||
url: "https://mister-hope.com",
|
// url: "https://mister-hope.com",
|
||||||
},
|
},
|
||||||
|
|
||||||
logo: "logo.svg",
|
logo: "logo.svg",
|
||||||
|
|
||||||
repo: "vuepress-theme-hope/vuepress-theme-hope",
|
// repo: "vuepress-theme-hope/vuepress-theme-hope",
|
||||||
|
|
||||||
docsDir: "src",
|
docsDir: "src",
|
||||||
|
|
||||||
@ -24,7 +24,7 @@ export default hopeTheme({
|
|||||||
sidebar,
|
sidebar,
|
||||||
|
|
||||||
// 页脚
|
// 页脚
|
||||||
footer: "默认页脚",
|
// footer: "默认页脚",
|
||||||
displayFooter: true,
|
displayFooter: true,
|
||||||
|
|
||||||
// 加密配置
|
// 加密配置
|
||||||
@ -120,13 +120,13 @@ export default hopeTheme({
|
|||||||
// 在这里配置主题提供的插件
|
// 在这里配置主题提供的插件
|
||||||
plugins: {
|
plugins: {
|
||||||
// 注意: 仅用于测试! 你必须自行生成并在生产环境中使用自己的评论服务
|
// 注意: 仅用于测试! 你必须自行生成并在生产环境中使用自己的评论服务
|
||||||
comment: {
|
// comment: {
|
||||||
provider: "Giscus",
|
// provider: "Giscus",
|
||||||
repo: "vuepress-theme-hope/giscus-discussions",
|
// repo: "vuepress-theme-hope/giscus-discussions",
|
||||||
repoId: "R_kgDOG_Pt2A",
|
// repoId: "R_kgDOG_Pt2A",
|
||||||
category: "Announcements",
|
// category: "Announcements",
|
||||||
categoryId: "DIC_kwDOG_Pt2M4COD69",
|
// categoryId: "DIC_kwDOG_Pt2M4COD69",
|
||||||
},
|
// },
|
||||||
|
|
||||||
components: {
|
components: {
|
||||||
components: ["Badge", "VPCard","PDF"],
|
components: ["Badge", "VPCard","PDF"],
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user