blog: 更新关于
This commit is contained in:
parent
9651493528
commit
2e02b67412
|
|
@ -16,25 +16,25 @@ module.exports = [
|
|||
{
|
||||
text: '学习笔记',
|
||||
items: [
|
||||
{ text: '《JavaScript教程》笔记', link: '/note/javascript/' },
|
||||
{ text: '《JavaScript高级程序设计》笔记', link: '/note/js/' },
|
||||
{ text: '《ES6 教程》笔记', link: '/note/es6/' },
|
||||
{ text: '《Vue》笔记', link: '/note/vue/' },
|
||||
{ text: '《React》笔记', link: '/note/react/' },
|
||||
{ text: '《JavaScript教程》', link: '/note/javascript/' },
|
||||
{ text: '《JavaScript高级程序设计》', link: '/note/js/' },
|
||||
{ text: '《ES6 教程》', link: '/note/es6/' },
|
||||
{ text: '《Vue》', link: '/note/vue/' },
|
||||
{ text: '《React》', link: '/note/react/' },
|
||||
{
|
||||
text: '《TypeScript 从零实现 axios》',
|
||||
link: '/note/typescript-axios/',
|
||||
},
|
||||
{
|
||||
text: '《Git》学习笔记',
|
||||
text: '《Git》',
|
||||
link: '/note/git/',
|
||||
},
|
||||
{
|
||||
text: 'TypeScript笔记',
|
||||
text: 'TypeScript',
|
||||
link: '/pages/51afd6/',
|
||||
},
|
||||
{
|
||||
text: 'JS设计模式总结笔记',
|
||||
text: 'JS设计模式总结',
|
||||
link: '/pages/4643cd/',
|
||||
},
|
||||
],
|
||||
|
|
|
|||
|
|
@ -15,12 +15,20 @@ article: false
|
|||
|
||||
[更新日志](https://github.com/xugaoyi/vuepress-theme-vdoing/commits/master)
|
||||
|
||||
|
||||
<!-- <div style="width: 300px;height: 300px;position: fixed;bottom: 0;left: 0;z-index: 1;">
|
||||
<script type="text/javascript" src="//rf.revolvermaps.com/0/0/8.js?i=5e4x5w8cxxb&m=0&c=ff0000&cr1=ffffff&f=arial&l=33&bv=80" async="async"></script>
|
||||
</div> -->
|
||||
|
||||
<!-- 小熊猫 -->
|
||||
<img src="/img/panda-waving.png" class="panda no-zoom" style="width: 130px;height: 115px;opacity: 0.8;margin-bottom: -4px;padding-bottom:0;position: fixed;bottom: 0;left: 0.5rem;z-index: 1;">
|
||||
|
||||
## 🎨Theme
|
||||
|
||||
[<img src="https://github-readme-stats.vercel.app/api/pin/?username=xugaoyi&repo=vuepress-theme-vdoing" alt="ReadMe Card" class="no-zoom">](https://github.com/xugaoyi/vuepress-theme-vdoing)
|
||||
[<img src="https://github-readme-stats.vercel.app/api/pin/?username=xugaoyi&repo=vuepress-theme-vdoing-doc" alt="ReadMe Card" class="no-zoom">](https://doc.xugaoyi.com/)
|
||||
|
||||
本站主题是 [`Vdoing`](https://github.com/xugaoyi/vuepress-theme-vdoing),这是一款简洁高效的VuePress 知识管理&博客 主题。旨在轻松打造一个`结构化`与`碎片化`并存的个人在线知识库&博客,让你的知识海洋像一本本书一样清晰易读。配合多维索引,让每一个知识点都可以快速定位! 更多[详情](https://github.com/xugaoyi/vuepress-theme-vdoing)。
|
||||
本站主题是 [`Vdoing`](https://github.com/xugaoyi/vuepress-theme-vdoing),这是一款简洁高效的VuePress 知识管理&博客 主题。旨在轻松打造一个`结构化`与`碎片化`并存的个人在线知识库&博客,让你的知识海洋像一本本书一样清晰易读。配合多维索引,让每一个知识点都可以快速定位! [Github地址](https://github.com/xugaoyi/vuepress-theme-vdoing) | [在线vscode预览源码](https://github1s.com/xugaoyi/vuepress-theme-vdoing)
|
||||
|
||||
<!-- <a href="https://github.com/xugaoyi/vuepress-theme-vdoing" target="_blank"><img src='https://img.shields.io/github/stars/xugaoyi/vuepress-theme-vdoing' alt='GitHub stars' class="no-zoom"></a>
|
||||
<a href="https://github.com/xugaoyi/vuepress-theme-vdoing" target="_blank"><img src='https://img.shields.io/github/forks/xugaoyi/vuepress-theme-vdoing' alt='GitHub forks' class="no-zoom"></a> -->
|
||||
|
|
|
|||
Loading…
Reference in New Issue