修改关于界面的位置,C++ 基础

This commit is contained in:
2025-09-23 23:53:04 -04:00
parent 1f02282ad6
commit 99a79b4af6
4 changed files with 18 additions and 9 deletions

1
.gitignore vendored
View File

@@ -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

View File

@@ -26,6 +26,10 @@ export default defineNavbarConfig([
text: '工具', text: '工具',
link: '/tools/', link: '/tools/',
}, },
{
text: '关于',
link: '/about/',
},
{ {
text: '友情链接', text: '友情链接',
link: '/friends/', link: '/friends/',

View File

@@ -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日部署完网站
## 写在最后~ 💌 ## 写在最后~ 💌

View File

@@ -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++也完全不用担心我会用最简单可爱的方式带着你一步一步探索这个神奇的编程世界哒
## 环境配置