Skip to content

Commit dc6e56c

Browse files
author
142vip.cn
committed
feat(scripts): 修改脚本配置、思维导图样式等
1 parent 1cb650f commit dc6e56c

File tree

14 files changed

+306
-309
lines changed

14 files changed

+306
-309
lines changed

.versionrc.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
/**
2-
*
32
* commit-and-tag-version 模块配置提交、标签功能
43
* - 使用:https://github.com/conventional-changelog/standard-version
54
* - 配置:https://github.com/conventional-changelog/conventional-changelog-config-spec/blob/master/versions/2.2.0/README.md

README.md

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -238,8 +238,6 @@ Nuxt.js是在vue框架上进行封装的,主要是用来解决单体页面的
238238

239239
### Redis
240240

241-
> 将围绕redis基础概念、使用场景、使用方式、简单部署等方面 展开介绍,[主目录](redis)下有自己觉得还不错PDF文档~
242-
243241
- [key命名规范与建议]()
244242
- [redis开发使用规范]()
245243
- [redis基础介绍]()
@@ -479,10 +477,10 @@ Nuxt.js是在vue框架上进行封装的,主要是用来解决单体页面的
479477

480478
<div>
481479
<a href="https://github.com/ChiefPing" target="_blank" style="margin: 5px">
482-
<img src="https://avatars2.githubusercontent.com/u/34122068?s=460&v=4" width="50px" style="border-radius:5px;"/>
480+
<img src="https://avatars2.githubusercontent.com/u/34122068?s=460&v=4" width="50px" style="border-radius:5px;" alt="ChiefPing"/>
483481
</a>
484482
<a href="https://github.com/xiaoliuxin" target="_blank" style="margin: 5px">
485-
<img src="https://avatars2.githubusercontent.com/u/60652527?s=460&v=4" style="border-radius:5px;" width="50px"/>
483+
<img src="https://avatars2.githubusercontent.com/u/60652527?s=460&v=4" style="border-radius:5px;" width="50px" alt="xiaoliuxin"/>
486484
</a>
487485
</div>
488486

@@ -508,7 +506,7 @@ Nuxt.js是在vue框架上进行封装的,主要是用来解决单体页面的
508506

509507
<div style="text-align: center">
510508
<div align="center" >
511-
<table style="border:none;cell-padding:0; cell-spacing:0;border-collapse:collapse;" border="0">
509+
<table style="border:none;border-collapse:collapse;" border="0">
512510
<img src="https://cdn.statically.io/gh/142vip/cdn_service@main/media/fairy-sister-450x450.jpg"
513511
width="250px"
514512
style="margin: 10px"
@@ -526,7 +524,7 @@ Nuxt.js是在vue框架上进行封装的,主要是用来解决单体页面的
526524
target="_blank"
527525
title="点击跳转Github主页"
528526
>
529-
<img src="https://cdn.statically.io/gh/142vip/cdn_service@main/main-vip/svg/github.svg"
527+
<img src="https://cdn.statically.io/gh/142vip/cdn_service@main/main-vip/svg/github.svg" alt="Github"
530528
style="margin: 5px;width: 24px;height: 24px;">
531529
</a>
532530
<a
@@ -535,7 +533,7 @@ Nuxt.js是在vue框架上进行封装的,主要是用来解决单体页面的
535533
target="_blank"
536534
title="点击跳转码云主页"
537535
>
538-
<img src="https://cdn.statically.io/gh/142vip/cdn_service@main/main-vip/svg/gitee.svg"
536+
<img src="https://cdn.statically.io/gh/142vip/cdn_service@main/main-vip/svg/gitee.svg" alt="Gitee"
539537
style="margin: 5px;width: 24px;height: 24px;">
540538
</a>
541539
<a
@@ -544,7 +542,7 @@ Nuxt.js是在vue框架上进行封装的,主要是用来解决单体页面的
544542
target="_blank"
545543
title="点击跳转掘金主页"
546544
>
547-
<img src="https://cdn.statically.io/gh/142vip/cdn_service@main/main-vip/svg/juejin.svg"
545+
<img src="https://cdn.statically.io/gh/142vip/cdn_service@main/main-vip/svg/juejin.svg" alt="掘金"
548546
style="margin: 5px;width: 24px;height: 24px;">
549547
</a>
550548
<a
@@ -553,7 +551,7 @@ Nuxt.js是在vue框架上进行封装的,主要是用来解决单体页面的
553551
target="_blank"
554552
title="点击跳转B站主页"
555553
>
556-
<img src="https://cdn.statically.io/gh/142vip/cdn_service@main/main-vip/svg/bilibili.svg"
554+
<img src="https://cdn.statically.io/gh/142vip/cdn_service@main/main-vip/svg/bilibili.svg" alt="Bilibili"
557555
style="margin: 5px;width: 24px;height: 24px;">
558556
</a>
559557
<a
@@ -562,7 +560,7 @@ Nuxt.js是在vue框架上进行封装的,主要是用来解决单体页面的
562560
target="_blank"
563561
title="点击跳转CSDN博客主页"
564562
>
565-
<img src="https://cdn.statically.io/gh/142vip/cdn_service@main/main-vip/svg/csdn.svg"
563+
<img src="https://cdn.statically.io/gh/142vip/cdn_service@main/main-vip/svg/csdn.svg" alt="CSDN"
566564
title="点击跳转CSDN博客主页"
567565
style="margin: 5px;width: 24px;height: 24px;">
568566
</a>

docs/manuscripts/battle-interview/problems/MySQL面试.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,6 @@ permalink: /manuscripts/battle-interview/mysql.html
55

66
# MySQL面试
77

8-
[//]: # (```mindmap)
9-
[//]: # (root&#40;思维导图&#41;)
10-
[//]: # ( test)
11-
[//]: # (```)
12-
138
## 基础架构
149

1510
> 由外向里,逐步深入

docs/manuscripts/battle-interview/problems/Node面试.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,6 @@ permalink: /manuscripts/battle-interview/node.html
55

66
# Node面试
77

8-
[//]: # (```mindmap)
9-
[//]: # (root&#40;思维导图&#41;)
10-
[//]: # ( test)
11-
[//]: # (```)
12-
138
参考:<https://juejin.cn/post/6844904071501971469#heading-0>
149

1510
重要重要!!!

docs/manuscripts/battle-interview/problems/乐观锁和悲观锁.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ permalink: /manuscripts/battle-interview/lock.html
77

88
```mindmap
99
root(锁)
10-
乐观锁
11-
悲观锁
10+
(乐观锁)
11+
(悲观锁)
1212
```
1313

1414
## 乐观锁的实现

docs/manuscripts/battle-interview/problems/前端常考.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,6 @@ permalink: /manuscripts/battle-interview/front-interview.html
55

66
# 前端面试
77

8-
[//]: # (```mindmap)
9-
[//]: # (root&#40;思维导图&#41;)
10-
[//]: # ( test)
11-
[//]: # (```)
12-
138
## 快速排序
149

1510
> 参考:<https://www.cnblogs.com/du001011/p/10798540.html>

docs/manuscripts/develop-skill/code-style/engineering-lint.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,23 @@ permalink: /manuscripts/develop-skill/code-style/engineering-lint.html
55

66
# 工程化规范
77

8+
```mindmap
9+
root(工程化规范)
10+
(代码校验)
11+
(文档校验)
12+
(安装)
13+
(配置规则)
14+
(配置忽略)
15+
(使用)
16+
(提交校验)
17+
(安装husky)
18+
(配置hook)
19+
(内容自动格式化)
20+
(安装lint-staged)
21+
(配置规则)
22+
(最佳实践)
23+
```
24+
825
前面提到的Eslint、Prettier是在工程化建设中使用非常高频的,主要是用来处理一些代码层面的约束,确保在项目中编码风格一致。
926

1027
但当项目体量、人员协同上去后,单纯的约束代码风格还是不够的,需要指定标准的规范来对项目进行工程化管理,例如:对提交、更改的内容做风格约束。

docs/manuscripts/microservice/docker.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ permalink: /manuscripts/microservice/docker.html
77

88
```mindmap
99
root(Docker)
10-
简单介绍
11-
镜像命令
12-
容器命令
13-
数据卷
10+
(简单介绍)
11+
(镜像命令)
12+
(容器命令)
13+
(数据卷)
1414
```
1515

1616
Docker是一个开源的应用容器引擎,它是基于Go语言并遵从Apache2.0协议开源。是一个应用打包、分发、部署的工具,可以把它理解为一个轻量的虚拟机。

docs/manuscripts/server-end/database/readme.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ permalink: /manuscripts/server-end/database
77

88
```mindmap
99
root(数据库)
10-
MySQL
11-
MongoDB
12-
Redis
10+
(MySQL)
11+
(MongoDB)
12+
(Redis)
1313
```

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"markdownlint-cli": "^0.37.0",
5353
"markmap-cli": "^0.15.4",
5454
"shelljs": "^0.8.5",
55-
"typescript": "^3.9.10",
55+
"typescript": "^4.9.5",
5656
"vercel": "^32.5.0",
5757
"vue": "^3.3.6",
5858
"vuepress": "2.0.0-beta.67",

0 commit comments

Comments
 (0)