Skip to content

Commit

Permalink
style: update link
Browse files Browse the repository at this point in the history
  • Loading branch information
chufan committed Sep 10, 2023
1 parent 8de5d3d commit 28e37da
Show file tree
Hide file tree
Showing 25 changed files with 24 additions and 32 deletions.
9 changes: 0 additions & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,6 @@ All notable changes to this project will be documented in this file. See [Conven
* delete ([27d568a](https://github.com/mmdapl/JavaScriptCollection/commit/27d568a25a664cde7ab591883693aca28bd7055a))
* delete grpc code ([d7ef3fc](https://github.com/mmdapl/JavaScriptCollection/commit/d7ef3fcf382efd7053ed4d821b78fe0735f11c4a))
* deploy esc ([0d90d30](https://github.com/mmdapl/JavaScriptCollection/commit/0d90d30268ca823ac2f4c5afedd25ef4add669da))
* deploy esc ([f1fdec6](https://github.com/mmdapl/JavaScriptCollection/commit/f1fdec6ae91dedcace33d63540d64eeb73b54e1a))
* deploy esc ([794814d](https://github.com/mmdapl/JavaScriptCollection/commit/794814d675f0866880a0da35e95d33f4467dc537))
* deploy-esc ([3718ddf](https://github.com/mmdapl/JavaScriptCollection/commit/3718ddf3bfdeca696a8bc4e9795a00a77a80c84a))
* docker-compose文档 ([7b2eb76](https://github.com/mmdapl/JavaScriptCollection/commit/7b2eb762f69089469c3e3ea74b5bcc4fd9b45d42))
* docker-image ([469ad47](https://github.com/mmdapl/JavaScriptCollection/commit/469ad473bad01b522c098a2b932aa6bbc835707b))
* docker相关文章 ([3852a8b](https://github.com/mmdapl/JavaScriptCollection/commit/3852a8b50cfe6d2047ab2551bf52e3927da9ca91))
Expand All @@ -42,12 +39,6 @@ All notable changes to this project will be documented in this file. See [Conven
* shell相关代码初始化 ([3c0e1d6](https://github.com/mmdapl/JavaScriptCollection/commit/3c0e1d697c7a99d155e1b369da10b2d8d1850caf))
* ssh-master ([6e56d68](https://github.com/mmdapl/JavaScriptCollection/commit/6e56d68b5be1e8ac912bf047cb8a7fefc105be2d))
* update ([871d031](https://github.com/mmdapl/JavaScriptCollection/commit/871d0311a78bcf3e24f9fbe436f88318ccc72f0c))
* update ([5bd6c5d](https://github.com/mmdapl/JavaScriptCollection/commit/5bd6c5d70e9211997ac3b274f6571fb3edb5c596))
* update ([0221cfd](https://github.com/mmdapl/JavaScriptCollection/commit/0221cfdc9935e49a8906d66e2dfc18508afd30de))
* update ([f410727](https://github.com/mmdapl/JavaScriptCollection/commit/f410727b040b5996085be6dfd4ec5032458f17c5))
* update ([65e54e3](https://github.com/mmdapl/JavaScriptCollection/commit/65e54e3465ad6a81672103e0abe4ddc8d7e6cad5))
* update ([4e9e25e](https://github.com/mmdapl/JavaScriptCollection/commit/4e9e25e47a73f457f8b245061d8b4c03b38e567e))
* update ([84fbe48](https://github.com/mmdapl/JavaScriptCollection/commit/84fbe48c5fd61973e9d61a03821ad164550a77e9))
* update /service_env/ ([0434970](https://github.com/mmdapl/JavaScriptCollection/commit/0434970eb89836cd3a0db685ff738a324f67326b))
* update ci ([f01ca69](https://github.com/mmdapl/JavaScriptCollection/commit/f01ca6903e5bf992598f62a636269489b0bfee95))
* update ci rule ([177c2f4](https://github.com/mmdapl/JavaScriptCollection/commit/177c2f4e8077debe50809e00c162a433b13a81ab))
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
# CONTAINER_BUILD: 采用容器构建
#
# 注意:vite构建需要支持node14以上,安装node16较为稳妥

FROM registry.cn-hangzhou.aliyuncs.com/142vip/node:16.20.2-alpine AS build_base

ARG CONTAINER_BUILD
Expand All @@ -20,7 +21,6 @@ RUN if [ "$CONTAINER_BUILD" = "true" ]; then \
npm i pnpm@7 -g && pnpm i -D && pnpm build; \
fi;


FROM registry.cn-hangzhou.aliyuncs.com/142vip/nginx:1.23.0-alpine
ARG APP_VERSION
LABEL version=$APP_VERSION description="JavaScriptCollection文档合集、博客"
Expand Down
1 change: 1 addition & 0 deletions code/redis/cluster/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
## 默认密码:123456
##
##

version: '2'
services:
cluster-6390:
Expand Down
2 changes: 1 addition & 1 deletion docs/manuscript/solo-algorithm/shell/shell-13.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

### 代码实现

@[code js](@code/algorithm/剑指/数组和矩阵/FirstNotRepeatingChar.js)
@[code bash](@code/algorithm/shell/shell-1.sh)


### 一些建议
2 changes: 1 addition & 1 deletion docs/manuscript/solo-algorithm/shell/shell-14.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

### 代码实现

@[code js](@code/algorithm/剑指/数组和矩阵/FirstNotRepeatingChar.js)
@[code bash](@code/algorithm/shell/shell-1.sh)


### 一些建议
2 changes: 1 addition & 1 deletion docs/manuscript/solo-algorithm/shell/shell-15.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

### 代码实现

@[code js](@code/algorithm/剑指/数组和矩阵/FirstNotRepeatingChar.js)
@[code bash](@code/algorithm/shell/shell-1.sh)


### 一些建议
2 changes: 1 addition & 1 deletion docs/manuscript/solo-algorithm/shell/shell-16.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

### 代码实现

@[code js](@code/algorithm/剑指/数组和矩阵/FirstNotRepeatingChar.js)
@[code bash](@code/algorithm/shell/shell-1.sh)


### 一些建议
2 changes: 1 addition & 1 deletion docs/manuscript/solo-algorithm/shell/shell-17.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

### 代码实现

@[code js](@code/algorithm/剑指/数组和矩阵/FirstNotRepeatingChar.js)
@[code bash](@code/algorithm/shell/shell-1.sh)


### 一些建议
2 changes: 1 addition & 1 deletion docs/manuscript/solo-algorithm/shell/shell-18.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

### 代码实现

@[code js](@code/algorithm/剑指/数组和矩阵/FirstNotRepeatingChar.js)
@[code bash](@code/algorithm/shell/shell-1.sh)


### 一些建议
2 changes: 1 addition & 1 deletion docs/manuscript/solo-algorithm/shell/shell-19.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

### 代码实现

@[code js](@code/algorithm/剑指/数组和矩阵/FirstNotRepeatingChar.js)
@[code bash](@code/algorithm/shell/shell-1.sh)


### 一些建议
2 changes: 1 addition & 1 deletion docs/manuscript/solo-algorithm/shell/shell-20.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

### 代码实现

@[code js](@code/algorithm/剑指/数组和矩阵/FirstNotRepeatingChar.js)
@[code bash](@code/algorithm/shell/shell-1.sh)


### 一些建议
2 changes: 1 addition & 1 deletion docs/manuscript/solo-algorithm/shell/shell-21.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

### 代码实现

@[code js](@code/algorithm/剑指/数组和矩阵/FirstNotRepeatingChar.js)
@[code bash](@code/algorithm/shell/shell-1.sh)


### 一些建议
2 changes: 1 addition & 1 deletion docs/manuscript/solo-algorithm/shell/shell-22.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

### 代码实现

@[code js](@code/algorithm/剑指/数组和矩阵/FirstNotRepeatingChar.js)
@[code bash](@code/algorithm/shell/shell-1.sh)


### 一些建议
2 changes: 1 addition & 1 deletion docs/manuscript/solo-algorithm/shell/shell-23.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

### 代码实现

@[code js](@code/algorithm/剑指/数组和矩阵/FirstNotRepeatingChar.js)
@[code bash](@code/algorithm/shell/shell-1.sh)


### 一些建议
2 changes: 1 addition & 1 deletion docs/manuscript/solo-algorithm/shell/shell-24.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

### 代码实现

@[code js](@code/algorithm/剑指/数组和矩阵/FirstNotRepeatingChar.js)
@[code bash](@code/algorithm/shell/shell-1.sh)


### 一些建议
2 changes: 1 addition & 1 deletion docs/manuscript/solo-algorithm/shell/shell-25.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

### 代码实现

@[code js](@code/algorithm/剑指/数组和矩阵/FirstNotRepeatingChar.js)
@[code bash](@code/algorithm/shell/shell-1.sh)


### 一些建议
2 changes: 1 addition & 1 deletion docs/manuscript/solo-algorithm/shell/shell-26.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

### 代码实现

@[code js](@code/algorithm/剑指/数组和矩阵/FirstNotRepeatingChar.js)
@[code bash](@code/algorithm/shell/shell-1.sh)


### 一些建议
2 changes: 1 addition & 1 deletion docs/manuscript/solo-algorithm/shell/shell-27.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

### 代码实现

@[code js](@code/algorithm/剑指/数组和矩阵/FirstNotRepeatingChar.js)
@[code bash](@code/algorithm/shell/shell-1.sh)


### 一些建议
2 changes: 1 addition & 1 deletion docs/manuscript/solo-algorithm/shell/shell-28.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

### 代码实现

@[code js](@code/algorithm/剑指/数组和矩阵/FirstNotRepeatingChar.js)
@[code bash](@code/algorithm/shell/shell-1.sh)


### 一些建议
2 changes: 1 addition & 1 deletion docs/manuscript/solo-algorithm/shell/shell-29.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

### 代码实现

@[code js](@code/algorithm/剑指/数组和矩阵/FirstNotRepeatingChar.js)
@[code bash](@code/algorithm/shell/shell-1.sh)


### 一些建议
2 changes: 1 addition & 1 deletion docs/manuscript/solo-algorithm/shell/shell-30.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

### 代码实现

@[code js](@code/algorithm/剑指/数组和矩阵/FirstNotRepeatingChar.js)
@[code bash](@code/algorithm/shell/shell-1.sh)


### 一些建议
2 changes: 1 addition & 1 deletion docs/manuscript/solo-algorithm/shell/shell-31.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

### 代码实现

@[code js](@code/algorithm/剑指/数组和矩阵/FirstNotRepeatingChar.js)
@[code bash](@code/algorithm/shell/shell-1.sh)


### 一些建议
2 changes: 1 addition & 1 deletion docs/manuscript/solo-algorithm/shell/shell-32.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

### 代码实现

@[code js](@code/algorithm/剑指/数组和矩阵/FirstNotRepeatingChar.js)
@[code bash](@code/algorithm/shell/shell-1.sh)


### 一些建议
2 changes: 1 addition & 1 deletion docs/manuscript/solo-algorithm/shell/shell-33.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

### 代码实现

@[code js](@code/algorithm/剑指/数组和矩阵/FirstNotRepeatingChar.js)
@[code bash](@code/algorithm/shell/shell-1.sh)


### 一些建议
2 changes: 1 addition & 1 deletion docs/manuscript/solo-algorithm/shell/shell-34.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

### 代码实现

@[code js](@code/algorithm/剑指/数组和矩阵/FirstNotRepeatingChar.js)
@[code bash](@code/algorithm/shell/shell-1.sh)


### 一些建议

0 comments on commit 28e37da

Please sign in to comment.