修改关于界面的位置,C++ 基础
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -4,5 +4,6 @@ docs/.vuepress/.cache
|
|||||||
docs/.vuepress/.temp
|
docs/.vuepress/.temp
|
||||||
docs/.vuepress/dist
|
docs/.vuepress/dist
|
||||||
|
|
||||||
|
.trae/
|
||||||
.DS_Store
|
.DS_Store
|
||||||
*.log
|
*.log
|
||||||
|
|||||||
@@ -26,6 +26,10 @@ export default defineNavbarConfig([
|
|||||||
text: '工具',
|
text: '工具',
|
||||||
link: '/tools/',
|
link: '/tools/',
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
text: '关于',
|
||||||
|
link: '/about/',
|
||||||
|
},
|
||||||
{
|
{
|
||||||
text: '友情链接',
|
text: '友情链接',
|
||||||
link: '/friends/',
|
link: '/friends/',
|
||||||
|
|||||||
@@ -1,11 +1,10 @@
|
|||||||
---
|
---
|
||||||
title: 👋 这里是祀梦的小窝!
|
title: 关于祀梦的花园
|
||||||
createTime: 2025/09/21 06:47:21
|
description: 这里是爱与回忆的小世界~
|
||||||
tags:
|
hideInBlogList: true
|
||||||
- 博客
|
article: false
|
||||||
categories:
|
createTime: 2024/10/29 12:30:00
|
||||||
- 个人日志
|
permalink: /about/
|
||||||
permalink: /article/e7hk91qs/
|
|
||||||
---
|
---
|
||||||
|
|
||||||
# 👋 这里是祀梦的小窝!
|
# 👋 这里是祀梦的小窝!
|
||||||
@@ -36,7 +35,7 @@ permalink: /article/e7hk91qs/
|
|||||||
|
|
||||||
## 网站的成长记录~ 📝
|
## 网站的成长记录~ 📝
|
||||||
|
|
||||||
- 2025年9月21日:发布了第一篇博客文章
|
- 2025年9月21日:部署完网站
|
||||||
|
|
||||||
## 写在最后~ 💌
|
## 写在最后~ 💌
|
||||||
|
|
||||||
@@ -1,5 +1,10 @@
|
|||||||
---
|
---
|
||||||
title: basis
|
title: C++ 简介与环境配置
|
||||||
createTime: 2025/09/22 09:06:00
|
createTime: 2025/09/22 09:06:00
|
||||||
permalink: /programming/cplusplus/basis/
|
permalink: /programming/cplusplus/basis/
|
||||||
---
|
---
|
||||||
|
|
||||||
|
## C++的简介
|
||||||
|
欢迎来到C++的奇妙世界~(๑>◡<๑) 如果你之前接触过C语言的话,那真是太棒啦!C++就像是C语言穿上了漂亮的新衣裳,不仅保留了原来的优点,还添加了面向对象和泛型编程的魔法哦~不过呢,可能需要稍微调整一下之前的编程习惯呢。就算你是第一次接触C++也完全不用担心,我会用最简单可爱的方式,带着你一步一步探索这个神奇的编程世界哒!
|
||||||
|
|
||||||
|
## 环境配置
|
||||||
|
|||||||
Reference in New Issue
Block a user