-
Notifications
You must be signed in to change notification settings - Fork 39
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
Showing
8 changed files
with
114 additions
and
5 deletions.
There are no files selected for viewing
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 |
---|---|---|
@@ -0,0 +1,27 @@ | ||
<template> | ||
<div style="margin-top: 24px"> | ||
<Giscus | ||
id="comments" | ||
:key="route.path" | ||
repo="aooiuu/any-reader" | ||
repo-id="R_kgDOLDIGcg" | ||
category="公告" | ||
category-id="DIC_kwDOLDIGcs4CcsAX" | ||
mapping="title" | ||
term="Welcome to giscus!" | ||
reactionsenabled="1" | ||
emit-metadata="0" | ||
inputposition="top" | ||
loading="lazy" | ||
:theme="isDark ? 'dark' : 'light'" | ||
></Giscus> | ||
</div> | ||
</template> | ||
|
||
<script setup> | ||
import Giscus from '@giscus/vue'; | ||
import { useRoute, useData } from 'vitepress'; | ||
const route = useRoute(); | ||
const { isDark } = useData(); | ||
</script> |
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 |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
outline: deep | ||
--- | ||
|
||
# CLI | ||
# 命令行工具 | ||
|
||
> 命令行工具 | ||
|
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,7 +2,7 @@ | |
outline: deep | ||
--- | ||
|
||
# any-reader | ||
# 常见问题 | ||
|
||
## 参与开发 | ||
|
||
|
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,3 +1,5 @@ | ||
# 规则测试 | ||
|
||
> 开发中! | ||
> | ||
> 目前在线工具规则部分不支持 `@filter`, 仅支持部分 `@js` | ||
|
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.