-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4cdc282
commit c2c4d1e
Showing
14 changed files
with
147 additions
and
27 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,36 @@ | ||
import { useRoute } from "vitepress"; | ||
import { useData, useRoute } from "vitepress"; | ||
import DefaultTheme from "vitepress/theme"; | ||
import giscusTalk from "vitepress-plugin-comment-with-giscus"; | ||
import imageViewer from "vitepress-plugin-image-viewer"; | ||
import "viewerjs/dist/viewer.min.css"; | ||
import "./indent.css"; | ||
|
||
export default { | ||
...DefaultTheme, | ||
setup() { | ||
imageViewer(useRoute()); | ||
const { frontmatter } = useData(); | ||
const route = useRoute(); | ||
imageViewer(route); | ||
giscusTalk( | ||
{ | ||
repo: "proskynova/proskynova.github.io", | ||
repoId: "R_kgDOLEtJ4A", | ||
category: "评论区", | ||
categoryId: "DIC_kwDOLEtJ4M4Cch85", | ||
mapping: "title", | ||
strict: 1, | ||
reactionsEnabled: 1, | ||
emitaMetadata: 1, | ||
inputPosition: "top", | ||
theme: "preferred_color_scheme", | ||
lang: "zh-CN", | ||
loading: "lazy", | ||
}, | ||
{ | ||
frontmatter, | ||
route, | ||
}, | ||
true, | ||
); | ||
}, | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,5 @@ | ||
--- | ||
comment: false | ||
--- | ||
|
||
# 第一卷 · 朦胧的世界 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,5 @@ | ||
--- | ||
comment: false | ||
--- | ||
|
||
# 第二卷 · 迷茫地前行 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,5 @@ | ||
--- | ||
comment: false | ||
--- | ||
|
||
# 第三卷 · 同行的远路 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,5 @@ | ||
--- | ||
comment: false | ||
--- | ||
|
||
# 第四卷 · 抓不住的幸福 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,5 @@ | ||
--- | ||
comment: false | ||
--- | ||
|
||
# 第五卷 · 爱情到底是什么呢 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,5 @@ | ||
--- | ||
comment: false | ||
--- | ||
|
||
# 外传 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,5 @@ | ||
--- | ||
comment: false | ||
--- | ||
|
||
# 抓不住的幸福 · 方莜莜篇 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,5 @@ | ||
--- | ||
comment: false | ||
--- | ||
|
||
# 番外 · 假如一切都还在 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,5 @@ | ||
--- | ||
comment: false | ||
--- | ||
|
||
# 番外 · 在故事开始之前的故事 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,7 @@ | ||
--- | ||
comment: false | ||
--- | ||
|
||
# 番外 · 在故事之外的故事 | ||
|
||
> 注:此番外内容和小说剧情没有太大关系,仅仅只是写一些凌驾于虚幻之上的现实故事而已 。 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,7 @@ | |
sidebar: false | ||
prev: false | ||
next: false | ||
comment: false | ||
--- | ||
|
||
# 关于 | ||
|