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