-
Notifications
You must be signed in to change notification settings - Fork 0
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
dbc4c86
commit 245963b
Showing
16 changed files
with
197 additions
and
154 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
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 @@ | ||
<script lang="ts" setup> | ||
// do script | ||
import { onMounted } from 'vue' | ||
|
||
onMounted(() => { | ||
const utterScript = document.createElement('script') | ||
|
||
utterScript.src = 'https://utteranc.es/client.js' | ||
utterScript.async = true | ||
utterScript.crossOrigin = 'anonymous' | ||
|
||
utterScript.setAttribute('repo', 'YunYouJun/valaxy') | ||
utterScript.setAttribute('issue-term', 'pathname') | ||
utterScript.setAttribute('label', 'utterances') | ||
utterScript.setAttribute('theme', 'github-light') | ||
|
||
// 挂载至 .comment,你也可以通过修改 selector 挂载至其他地方 | ||
const commentContainer = document.querySelector('.comment') | ||
if (commentContainer) | ||
commentContainer.appendChild(utterScript) | ||
}) | ||
</script> | ||
|
||
<template> | ||
<!-- try it --> | ||
<div /> | ||
</template> |
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
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,4 @@ | ||
--- | ||
title: 请投喂我! | ||
--- | ||
|
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,56 @@ | ||
--- | ||
title: 金句 | ||
--- | ||
|
||
--- | ||
16. #### 祸患常积于忽微, 智勇多困于所溺。 | ||
- 《五代史伶官传序》[北宋]欧阳修 | ||
--- | ||
15. #### "Of course,I am not trying to pick the moon." | ||
- 《龙凤配(Sabrina)》[英]奥黛丽·赫本(Audrey Hepburn) | ||
> 一个翻译版本是 **“我当然不会试图摘月, (我要月亮奔我而来!)”** | ||
> | ||
> 其中前句确实为赫本原话,但后一句有待商榷。[参考 - 知乎](https://www.zhihu.com/question/349627995) | ||
--- | ||
14. #### 一日三餐没烦恼, 今天就吃老八秘制小汉堡。 | ||
--- | ||
13. #### 厨邦酱油美味鲜, 晒足一百八十天。 | ||
--- | ||
12. #### 好像身体被掏空。 | ||
--- | ||
11. #### 九死南荒吾不恨, 兹游奇绝冠平生。 | ||
- 《六月二十日夜渡海》[宋]苏轼 | ||
--- | ||
10. #### 我欲因之梦吴越, 一夜飞度镜湖月。 | ||
- 《梦游天姥吟留别(梦游天姥山别东鲁诸公)》[唐]李白 | ||
--- | ||
9. #### 杨意不逢, 抚凌云而自惜; 钟期既遇, 奏流水以何惭? | ||
- 《滕王阁序》[(初)唐]王勃 | ||
--- | ||
8. #### Are you OK? | ||
- [[发布会](https://tv.sohu.com/v/dXMvMzM0MDYwMDk2LzM1ODAzMjIyMS5zaHRtbA==.html)]雷军 | ||
--- | ||
7. #### 这天下风景千万般/值得觊觎一眼/ | ||
- 《吹灭小山河(企划-观风月·竹马篇)》[演唱]司南(&国风堂) | ||
--- | ||
6. #### 拿什么对你作比较才算特别/ | ||
- 《红色高跟鞋》[演唱]蔡健雅 | ||
- (2023)情人节怎么过? 打开歌单, 第2首第14句歌词。 | ||
--- | ||
5. #### 女娲炼石补天处, 石破天惊逗秋雨。 | ||
- 《李凭箜篌引》[唐]李贺 | ||
- 早点死好啊, 虽然你是鬼, 但是你的诗是真难背。 | ||
--- | ||
4. #### 引爆New York, 不卸 原神! | ||
- [[BiliBili](https://www.bilibili.com/video/BV1sr421n7sX/)]yueyue哥 | ||
--- | ||
3. #### 海上清辉与圆月/盛进杯光/ | ||
- 《盗墓笔记·十年人间》[演唱]李常超(Lao乾妈) | ||
--- | ||
2. #### 苟非吾之所有, 虽一毫而莫取。 | ||
- 《赤壁赋》[宋]苏轼 | ||
--- | ||
1. #### 天苍苍, 野茫茫, 风吹草低见牛羊。 | ||
- 《敕勒歌》[南北朝]乐府诗集 | ||
- 具体其实是北朝民歌。 |
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 |
---|---|---|
|
@@ -32,4 +32,5 @@ top: 1 | |
|
||
- 搞个音乐播放器 | ||
- 搞定RSS订阅 | ||
- Hitokoto自定义接口 | ||
- 留言板 | ||
|
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.