Skip to content

Commit

Permalink
更新内容
Browse files Browse the repository at this point in the history
  • Loading branch information
jywangyou committed Jan 6, 2024
1 parent 94dc883 commit 1df6ae7
Show file tree
Hide file tree
Showing 29 changed files with 62 additions and 876 deletions.
10 changes: 8 additions & 2 deletions README.MD
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@

## 介绍
欢迎来到我的博客,无论你是偶然经过还是刻意而来,都让我由衷感到荣幸。希望在这里,不会让你感到失望。

记录日常学习
主站地址:<a href="https://blog.wangyou.ink/" target="_blank">https://blog.wangyou.ink/</a>

GitHub Pages 地址:<a href="https://wangyou.ink/" target="_blank">https://wangyou.ink/</a>

Gitee Pages 地址:<a href="https://jywangyou.gitee.io/" target="_blank">https://jywangyou.gitee.io/</a>

> 所有地址博客同步更新,如遇到无法访问,可以在这里更换不同地址浏览~
10 changes: 9 additions & 1 deletion docs/.vuepress/components/SearchComponent.vue
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,15 @@
cursor: pointer;
margin-bottom: 10px;
}

li:hover{
box-shadow: #c0c0c0 0px 0px 5px;
background-color: #fff;
padding: 5px;
border-radius: 3px;
}
li a:hover{
text-decoration: none !important;
}
.activeselect {
box-shadow: #c0c0c0 0px 0px 5px;
background-color: #fff;
Expand Down
45 changes: 22 additions & 23 deletions docs/.vuepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,21 +40,23 @@ export default defineConfig4CustomTheme<VdoingThemeConfig>({
{
text: '前端文章',
items: [
{ text: 'JavaScript', link: '/pages/8143cc480faf9a11/' },
],
},
{
text: '页面',
items: [
{ text: 'HTML', link: '/pages/8309a5b876fc95e3/' },
{ text: 'CSS', link: '/pages/0a83b083bdf257cb/' },
// { text: 'JavaScript', link: '/pages/8143cc480faf9a11/' },
{ text: 'HTML', link: '/note/html/' },
{ text: 'CSS', link: '/note/css/' },
],
},
// {
// text: '页面',
// items: [
// { text: 'HTML', link: '/pages/8309a5b876fc95e3/' },
// { text: 'CSS', link: '/pages/0a83b083bdf257cb/' },
// ],
// },
{
text: '学习笔记',
items: [
{ text: '《JavaScript教程》', link: '/note/javascript/' },
{ text: '《JavaScript高级程序设计》', link: '/note/js/' },
// { text: '《JavaScript高级程序设计》', link: '/note/js/' },
{ text: '《ES6 教程》', link: '/note/es6/' },
{ text: '《Vue》', link: '/note/vue/' },
{
Expand All @@ -67,12 +69,8 @@ export default defineConfig4CustomTheme<VdoingThemeConfig>({
},
{ text: '《MUI》', link: '/note/mui/' },
{
text: 'TypeScript',
link: '/pages/51afd6/',
},
{
text: 'JS设计模式总结',
link: '/pages/4643cd/',
text: '小程序笔记',
link: '/note/wx-miniprogram/',
},
],
},
Expand All @@ -83,16 +81,17 @@ export default defineConfig4CustomTheme<VdoingThemeConfig>({
link: '/backend/',
items: [
{
text: 'Nodejs',
items: [
{ text: 'Nodejs 笔记', link: '/note/node/' }
],
text: 'Nodejs', link: '/note/node/'
// text: 'Nodejs',
// items: [
// { text: 'Nodejs 笔记', link: '/note/node/' }
// ],
},
{
text: 'C#',
items: [
{ text: '《C#》笔记', link: '/note/cc/' },
],
text: 'C#',link: '/note/cc/'
// items: [
// { text: '《C#》笔记', link: '/note/cc/' },
// ],
},
],
},
Expand Down
Loading

0 comments on commit 1df6ae7

Please sign in to comment.