File tree Expand file tree Collapse file tree 12 files changed +32
-14
lines changed
Expand file tree Collapse file tree 12 files changed +32
-14
lines changed Original file line number Diff line number Diff line change 11---
22permalink : /changelog.html
33headerDepth : 1
4+ sidebar : false
45---
56
67# 变更记录
@@ -28,6 +29,7 @@ headerDepth: 1
2829
2930::: tip
3031
31- 对于发布早于 0.0.1 的历史版本,详见[ Github 仓库] ( https://github.com/142vip/JavaScriptCollection/blob/master/CHANGELOG.md ) 。
32+ 对于发布早于 0.0.1
33+ 的历史版本,详见[ Github 仓库] ( https://github.com/142vip/JavaScriptCollection/blob/master/CHANGELOG.md ) 。
3234
3335:::
Original file line number Diff line number Diff line change 1+ ---
2+ sidebar : false
3+ ---
4+
15# 接入Artalk评论系统
26
37``` bash
Original file line number Diff line number Diff line change 11---
22title : 大事记
33permalink : /big-event-history.html
4+ sidebar : false
45---
56
67# 大事记
Original file line number Diff line number Diff line change 1+ ---
2+ sidebar : false
3+ ---
4+
15# deploy脚本备份
26
37``` js
Original file line number Diff line number Diff line change 5858 uses : actions/setup-node@v3
5959 with :
6060 node-version : 18.18.0
61- # 淘宝镜像加速
62- registry-url : ' https://registry.npmmirror.com'
6361 # 缓存
6462 cache : pnpm
6563
Original file line number Diff line number Diff line change @@ -29,15 +29,17 @@ pnpm i eslint -D
2929
3030相关` eslint ` 包` package.json ` 文件如下:
3131
32- ``` package.json
33- "@typescript-eslint/eslint-plugin" : " ^5.53.0" ,
34- "@typescript-eslint/parser" : " ^5.53.0" ,
35- "eslint" : " ^8.34.0" ,
36- "eslint-config-standard" : " ^17.0.0" ,
37- "eslint-plugin-import" : " ^2.25.2" ,
38- "eslint-plugin-n" : " ^15.0.0" ,
39- "eslint-plugin-promise" : " ^6.0.0" ,
40- "eslint-plugin-vue" : " ^9.9.0" ,
32+ ``` json5
33+ {
34+ " @typescript-eslint/eslint-plugin" : " ^5.53.0" ,
35+ " @typescript-eslint/parser" : " ^5.53.0" ,
36+ " eslint" : " ^8.34.0" ,
37+ " eslint-config-standard" : " ^17.0.0" ,
38+ " eslint-plugin-import" : " ^2.25.2" ,
39+ " eslint-plugin-n" : " ^15.0.0" ,
40+ " eslint-plugin-promise" : " ^6.0.0" ,
41+ " eslint-plugin-vue" : " ^9.9.0" ,
42+ }
4143```
4244
4345## 参考资料
Original file line number Diff line number Diff line change 1+ ---
2+ sidebar : false
3+ ---
4+
15# 好的想法
26
37### 网站置灰
Original file line number Diff line number Diff line change 22title : 快速开始
33permalink : /quick-start.html
44headerDepth : 2
5+ sidebar : false
56---
67
78# 快速开始
Original file line number Diff line number Diff line change @@ -185,7 +185,7 @@ permalink: /solo-algorithm
185185- ~~ 在O(1)时间内删除链表节点~~
186186- [ ] [ 【较难】删除链表中重复的结点] ( )
187187- [ ] 链表中环的入口结点[ 暂时没思路]
188- - [ ] 【较难】复杂链表的复制[ 暂时没有思路]
188+ - [ ] 【较难】复杂链表的复制[ 暂时没有思路]
189189
190190### 树
191191
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ title: 面试必刷Top101
1111### 链表
1212
1313- [x] [ 1.反转链表【简单】] ( 链表/reverseList.md )
14- - [ ] [ 2.链表内指定区间反转 【中等】] ( 链表/reverseBetween.md )
14+ - [x ] [ 2.链表内指定区间反转 【中等】] ( 链表/reverseBetween.md )
1515- [ ] [ 3.链表中的节点每k个一组翻转 【中等】] ( 链表/reverseGroup.md )
1616- [ ] [ 4.合并两个排序的链表 【简单】] ( 链表/merge.md )
1717- [ ] [ 5.合并k个已排序的链表 【较难】] ( 链表/mergeKLists.md )
You can’t perform that action at this time.
0 commit comments