Skip to content

Commit

Permalink
项目补充
Browse files Browse the repository at this point in the history
  • Loading branch information
Gyj918 committed Dec 7, 2024
1 parent 2a5285d commit aa1dfad
Show file tree
Hide file tree
Showing 13 changed files with 19 additions and 19 deletions.
14 changes: 7 additions & 7 deletions .vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ export default defineConfig({
provider: 'local'
},
// 广告
// carbonAds: {
// code: 'your-carbon-code',
// placement: 'your-carbon-placement'
// },
carbonAds: {
code: 'your-carbon-code',
placement: 'your-carbon-placement'
},
nav: [
{ text: '首页', link: '/' },
{ text: '项目展示', link: '/front-end' },
Expand Down Expand Up @@ -94,10 +94,10 @@ export default defineConfig({
],

footer: {
message: '本项目由 GYJ 开发维护',
copyright: 'Copyright © 2024-present GYJ'
message: '基于 MIT 许可发布',
copyright: '版权所有 © 2023-2024 高云吉'
},

// editLink: {
// pattern: 'https://github.com/vuejs/vitepress/edit/main/docs/:path',
// text: 'Edit this page on GitHub'
Expand Down
2 changes: 1 addition & 1 deletion projects/HarmonyOS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# **基于RuoYi的HarmonyOS5.0版移动端**
# **基于RuoYi的HarmonyOS5.0版移动端** <Badge type="warning" text="beta" />

## 项目概述

Expand Down
2 changes: 1 addition & 1 deletion work/applet.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
outline: [2,5]
---

# 小程序生态
# 小程序生态 <Badge type="warning" text="熟练" />

`“技术分享章节的所有内容,均源自作者个人的学习心得与整理。在此,诚挚地邀请各位读者审阅,若您发现其中有任何错误或不足之处,敬请不吝赐教,及时指出,以便不断修正和完善。”`

Expand Down
2 changes: 1 addition & 1 deletion work/buildTool.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
outline: [2,5]
---
# 前端工程化
# 前端工程化 <Badge type="warning" text="熟练" />

`“技术分享章节的所有内容,均源自作者个人的学习心得与整理。在此,诚挚地邀请各位读者审阅,若您发现其中有任何错误或不足之处,敬请不吝赐教,及时指出,以便不断修正和完善。”`

Expand Down
2 changes: 1 addition & 1 deletion work/cicd.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
outline: [2,6]
---
# CI/CD
# CI/CD <Badge type="warning" text="熟练" />

`“技术分享章节的所有内容,均源自作者个人的学习心得与整理。在此,诚挚地邀请各位读者审阅,若您发现其中有任何错误或不足之处,敬请不吝赐教,及时指出,以便不断修正和完善。”`

Expand Down
2 changes: 1 addition & 1 deletion work/hcj.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
outline: [2,6]
---
# 一、Html、CSS、Javascript
# 一、Html、CSS、Javascript <Badge type="warning" text="熟练" />
`“技术分享章节的所有内容,均源自作者个人的学习心得与整理。在此,诚挚地邀请各位读者审阅,若您发现其中有任何错误或不足之处,敬请不吝赐教,及时指出,以便不断修正和完善。”`

HTML、CSS和JavaScript共同构成了前端开发的基础。掌握这三种技术将使开发者能够创建结构化、样式丰富且交互性强的Web页面和应用程序。是任何从事前端开发工作的人员必须掌握的技能。
Expand Down
2 changes: 1 addition & 1 deletion work/hm.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
outline: [2,6]
---
<div style="display: flex; justify-content: center; align-items: center; text-align: center">
<h1>HarmonyOS</h1> <img src='/hm.svg'/>
<h1>HarmonyOS</h1> <Badge type="warning" text="熟练" /> <img src='/hm.svg'/>
</div>

`“技术分享章节的所有内容,均源自作者个人的学习心得与整理。在此,诚挚地邀请各位读者审阅,若您发现其中有任何错误或不足之处,敬请不吝赐教,及时指出,以便不断修正和完善。”`
Expand Down
2 changes: 1 addition & 1 deletion work/node.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
outline: [2, 5]
---
# Node.js
# Node.js <Badge type="warning" text="熟练" />

`“技术分享章节的所有内容,均源自作者个人的学习心得与整理。在此,诚挚地邀请各位读者审阅,若您发现其中有任何错误或不足之处,敬请不吝赐教,及时指出,以便不断修正和完善。”`

Expand Down
2 changes: 1 addition & 1 deletion work/react.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
outline: [2,5]
---
<div style="display: flex; justify-content: center; align-items: center; text-align: center">
<h1>React</h1> <img src='/react.svg'/>
<h1>React</h1> <Badge type="warning" text="熟练" /> <img src='/react.svg'/>
</div>

`“技术分享章节的所有内容,均源自作者个人的学习心得与整理。在此,诚挚地邀请各位读者审阅,若您发现其中有任何错误或不足之处,敬请不吝赐教,及时指出,以便不断修正和完善。”`
Expand Down
2 changes: 1 addition & 1 deletion work/ry.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
outline: [2, 5]
---
<div style="display: flex; justify-content: center; align-items: center; text-align: center">
<h1>RuoYi</h1> <img src='/ruoyi.png'/>
<h1>RuoYi</h1> <Badge type="warning" text="熟练" /> <img src='/ruoyi.png'/>
</div>

`“技术分享章节的所有内容,均源自作者个人的学习心得与整理。在此,诚挚地邀请各位读者审阅,若您发现其中有任何错误或不足之处,敬请不吝赐教,及时指出,以便不断修正和完善。”`
Expand Down
2 changes: 1 addition & 1 deletion work/threejs.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
outline: [2,6]
---
# Three.js
# Three.js <Badge type="warning" text="熟练" />

`“技术分享章节的所有内容,均源自作者个人的学习心得与整理。在此,诚挚地邀请各位读者审阅,若您发现其中有任何错误或不足之处,敬请不吝赐教,及时指出,以便不断修正和完善。”`

Expand Down
2 changes: 1 addition & 1 deletion work/ts.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
outline: [2,6]
---
# TypeScript
# TypeScript <Badge type="warning" text="熟练" />

`“技术分享章节的所有内容,均源自作者个人的学习心得与整理。在此,诚挚地邀请各位读者审阅,若您发现其中有任何错误或不足之处,敬请不吝赐教,及时指出,以便不断修正和完善。”`

Expand Down
2 changes: 1 addition & 1 deletion work/v3.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
outline: [2, 5]
---
<div style="display: flex; justify-content: center; align-items: center; text-align: center">
<h1>Vue.js</h1> <img src='/Vue.svg'/>
<h1>Vue.js</h1> <Badge type="warning" text="熟练" /> <img src='/Vue.svg'/>
</div>

`“技术分享章节的所有内容,均源自作者个人的学习心得与整理。在此,诚挚地邀请各位读者审阅,若您发现其中有任何错误或不足之处,敬请不吝赐教,及时指出,以便不断修正和完善。”`
Expand Down

0 comments on commit aa1dfad

Please sign in to comment.