File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -44,8 +44,6 @@ const vitePressOptions = {
4444 outline : [ 2 , 6 ] ,
4545 lightModeSwitchTitle : '切换到浅色模式' ,
4646 darkModeSwitchTitle : '切换到深色模式' ,
47- // 是否在 markdown 中的外部链接旁显示外部链接图标
48- externalLinkIcon : true ,
4947 lastUpdated : {
5048 text : '最后更新时间' ,
5149 formatOptions : {
@@ -107,7 +105,9 @@ const vitePressOptions = {
107105 // },
108106 // },
109107 // },
110- algolia
108+ algolia,
109+ // 是否在 markdown 中的外部链接旁显示外部链接图标
110+ externalLinkIcon : true ,
111111 } ,
112112}
113113
Original file line number Diff line number Diff line change @@ -4,11 +4,11 @@ export const algolia: DefaultTheme.AlgoliaSearchOptions = {
44 appId : 'ENMGRL79Z2' ,
55 apiKey : 'e380fd3a85e623eb7b04ee69ee7bb9c1' ,
66 indexName : 'Secretly Diary' ,
7- placeholder : '搜索 ' ,
7+ placeholder : '请输入关键词 ' ,
88 translations : {
99 button : {
10- buttonText : '搜索 ' ,
11- buttonAriaLabel : '搜索 ' ,
10+ buttonText : '搜索文档 ' ,
11+ buttonAriaLabel : '搜索文档 ' ,
1212 } ,
1313 modal : {
1414 searchBox : {
Original file line number Diff line number Diff line change @@ -20,7 +20,6 @@ import '@theojs/lumen/style'
2020import 'virtual:group-icons.css'
2121import './style.css'
2222// import './custom.css'
23- import './style/medium-zoom.scss'
2423import './style/index.scss'
2524// 明亮、暗黑模式切换
2625import MyLayout from './components/MyLayout.vue'
Original file line number Diff line number Diff line change 44@use " ./rainbow.scss" ;
55@use " ./blur.css" ;
66@use " ./vars.scss" ;
7- @use " ./vitepress.scss" ;
7+ @use " ./vitepress.scss" ;
8+ @use " ./medium-zoom.scss" ;
Original file line number Diff line number Diff line change @@ -5,9 +5,18 @@ order: 0
55
66# 图书馆30秒
77
8- ## Title <Badge type =" tip " text =" ^1.9.0 " />
8+ ## 卢本伟非常牛逼 <Badge type =" tip " text =" 全体起立 " />
9+
10+ ## 相关链接
11+
12+ [ 原文链接] ( https://mp.weixin.qq.com/s/01TR3h8utChWOvGWAp7TYw ) <br />
13+ [ 我的博客] ( https://docs.fe-qianxun.com/ ) <br />
14+ [ Vue 官网-组合式 API 常见问答] ( https://cn.vuejs.org/guide/extras/composition-api-faq ) <br />
15+ [ Vue 3 新特性大解密:Options API vs. Composition API,谁才是实力派?] ( https://juejin.cn/post/7218837933359857719 ) <br />
16+ [ Composition API 与 Options API 的区别] ( https://www.cnblogs.com/linxmouse/p/18671011 ) <br />
17+ [ 浅析 vue2 中 Options API 和 vue3 中 Composition API 的对比] ( https://blog.51cto.com/u_15049782/4295368 ) <br />
18+ [ Composition API 簡介] ( https://book.vue.tw/CH6/6-1-composition-intro.html ) <br />
919
10- [ 原文链接] ( https://mp.weixin.qq.com/s/01TR3h8utChWOvGWAp7TYw )
1120
1221他睡着了,手机放在床头,大半夜的亮了,微信弹了好几条消息,我觉得好奇,拿过来翻了一下。
1322
@@ -204,6 +213,4 @@ order: 0
204213
205214![ 图片] ( /images/6.webp )
206215
207- 我从不认为婚姻会是束缚我的枷锁。我之所以有结婚打算是因为我曾经愿意和他共度一生,愿意和他做彼此的人生伴侣。但现在既然结束了,婚姻对我并不是必需品。所以并不存在我接下来遇到的男人大概率远不如他这种情况,我不会因为他可能是最好的结婚人选而原谅他,也不会因为年龄和传统观念就一定要湊合找个人把婚结了。所以谢谢大家关心,但是真没必要替我操心这个。
208-
209- ## 卢本伟非常牛逼
216+ 我从不认为婚姻会是束缚我的枷锁。我之所以有结婚打算是因为我曾经愿意和他共度一生,愿意和他做彼此的人生伴侣。但现在既然结束了,婚姻对我并不是必需品。所以并不存在我接下来遇到的男人大概率远不如他这种情况,我不会因为他可能是最好的结婚人选而原谅他,也不会因为年龄和传统观念就一定要湊合找个人把婚结了。所以谢谢大家关心,但是真没必要替我操心这个。
You can’t perform that action at this time.
0 commit comments