Skip to content

Commit 8e42874

Browse files
committed
更新README
1 parent 8f20bfe commit 8e42874

File tree

7 files changed

+19
-21
lines changed

7 files changed

+19
-21
lines changed

.DS_Store

-6 KB
Binary file not shown.

README.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
</a>
55
</div>
66
<h1 align="center">LeetCode Drawing</h1>
7-
<p>LeetCode上第二多的精选题解,神奇的画解算法</p>
87

98
---
109

1110
## 简介
1211

12+
- LeetCode第二多的官方认证精选题解,通过手写演算和绘画让算法更易理解。
1313
- 文章首发于微信公众号「[牧码啦](https://i.loli.net/2019/05/20/5ce23b33cc01d73486.gif)」,您可以关注后获取文章更新。
1414
- 每日更新一题,欢迎关注后加入天天算法群,一起打卡学算法。
1515
- 文章发布公众号后,会同步更新[力扣](https://leetcode-cn.com/)和本项目的[在线阅读](https://guanpengchn.github.io/LeetCodeDrawing/)
@@ -18,16 +18,14 @@
1818

1919
### 2019.05
2020

21-
## 2019.05
22-
2321
|周日|周一|周二|周三|周四|周五|周六|
2422
|:-:|:-:|:-:|:-:|:-:|:-:|:-:|
2523
||||||[884](https://mp.weixin.qq.com/s/VOXoMQg57gdUmwo4553Uag)|[216](https://mp.weixin.qq.com/s/XDpewlE0OUE1DYYE-XdoEg)|
26-
[112](https://mp.weixin.qq.com/s/_NdAjbWlYDV7z7LvMpuyDA)|[938](https://mp.weixin.qq.com/s/ni6l_a1QMCi2sKuZDNoe4Q)|[96](https://mp.weixin.qq.com/s/DEdiaun-RVwRj-9zx9brjw)|[101](https://mp.weixin.qq.com/s/9xiQ8KmTLk_gxf7lsie9dA)|[162](https://mp.weixin.qq.com/s/5HQ5zVPYdUAE4eVJBFKIoQ)|[674](https://mp.weixin.qq.com/s/jSUM4rmYXatKfrjACEdwvw)|
27-
|[704](https://mp.weixin.qq.com/s/mnfLuH1nU8ghShgOhw-KBg)|[77](https://mp.weixin.qq.com/s/VOV5wMsfrLW21ZkqXSfeeA)|||[520](https://mp.weixin.qq.com/s/YJTFk4xEOM9cDM-GQq_EIQ)|[242](https://mp.weixin.qq.com/s/nvxS4p3lXvAL21dDbJo8QA)|[1](https://mp.weixin.qq.com/s/jC4BsJ5r6QixdnwTIchTQw)|
24+
[112](https://mp.weixin.qq.com/s/_NdAjbWlYDV7z7LvMpuyDA)|[938](https://mp.weixin.qq.com/s/ni6l_a1QMCi2sKuZDNoe4Q)|[96](https://mp.weixin.qq.com/s/DEdiaun-RVwRj-9zx9brjw)|[101](https://mp.weixin.qq.com/s/9xiQ8KmTLk_gxf7lsie9dA)|[162](https://mp.weixin.qq.com/s/5HQ5zVPYdUAE4eVJBFKIoQ)|[674](https://mp.weixin.qq.com/s/jSUM4rmYXatKfrjACEdwvw)|92|
25+
|[704](https://mp.weixin.qq.com/s/mnfLuH1nU8ghShgOhw-KBg)|[77](https://mp.weixin.qq.com/s/VOV5wMsfrLW21ZkqXSfeeA)|[1](https://mp.weixin.qq.com/s/jC4BsJ5r6QixdnwTIchTQw)|260|[520](https://mp.weixin.qq.com/s/YJTFk4xEOM9cDM-GQq_EIQ)|[242](https://mp.weixin.qq.com/s/nvxS4p3lXvAL21dDbJo8QA)||
2826

2927

30-
## 2019.06
28+
### 2019.06
3129

3230
|周日|周一|周二|周三|周四|周五|周六|
3331
|:-:|:-:|:-:|:-:|:-:|:-:|:-:|
@@ -50,5 +48,5 @@ $ yarn deploy
5048
## 联系作者
5149

5250
<div align="center">
53-
<img width="600" src="./img/erweima.gif"/>
51+
<img width="400" src="./img/erweima.gif"/>
5452
</div>

docs/.vuepress/config.js

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -41,16 +41,16 @@ const openArr = [
4141
module.exports = {
4242
title: 'Nice Notes',
4343
description: 'how to pronunciation',
44-
base: '/nice-notes/',
44+
base: '/LeetCodeDrawing/',
4545
locales: {
4646
'/': {
4747
lang: '简体中文',
48-
description: 'nice-notes'
48+
description: 'LeetCode Drawing'
4949
}
5050
},
5151
themeConfig: {
52-
repo: 'guanpengchn/nice-notes',
53-
docsRepo: 'guanpengchn/nice-notes',
52+
repo: 'guanpengchn/LeetCodeDrawing',
53+
docsRepo: 'guanpengchn/LeetCodeDrawing',
5454
docsDir: 'docs',
5555
editLinks: true,
5656
markdown: {
@@ -65,8 +65,8 @@ module.exports = {
6565
lang: '简体中文',
6666
selectText: 'Languages',
6767
editLinkText: '在 GitHub 上编辑此页',
68-
title: 'Nice Notes',
69-
description: 'nice-notes的中文介绍',
68+
title: 'LeetCode Drawing',
69+
description: 'LeetCode Drawing的中文介绍',
7070
nav: [
7171
{ text: '算法题', link: '/algorithm/' },
7272
{ text: 'Java', link: '/java/' },

docs/.vuepress/dist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Subproject commit 2c64c53ad2591cdfd4fa484f95a8348220e30958
1+
Subproject commit 08160e8d975efc3c419905c722c1471c8262694b

docs/.vuepress/public/logo.png

77.7 KB
Loading

docs/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
home: true
3-
# heroImage: /home.png
4-
heroText: Nice Notes
5-
tagline: 刷题学习投简历
3+
heroImage: /logo.png
4+
heroText: LeetCode Drawing
5+
tagline: 刷题学习,画解知识
66
actionText: 快速开始 →
77
actionLink: /algorithm/
88
features:
@@ -11,6 +11,6 @@ features:
1111
- title: Java知识
1212
details: 阅读Java源代码,分享Java相关知识,获取后台研发能力。
1313
- title: 开源分享与工具
14-
details: 分享当下流行的开源项目,提供idea制作开源小工具
14+
details: 分享当下流行的开源项目,读书笔记和优质文章
1515
footer: MIT Licensed | Copyright © 2018-present Aaron Guan
1616
---

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@
1313
},
1414
"repository": {
1515
"type": "git",
16-
"url": "git+https://github.com/guanpengchn/nice-notes.git"
16+
"url": "git+https://github.com/guanpengchn/LeetCodeDrawing.git"
1717
},
1818
"author": "Aaron Guan",
1919
"license": "ISC",
2020
"bugs": {
21-
"url": "https://github.com/guanpengchn/nice-notes/issues"
21+
"url": "https://github.com/guanpengchn/LeetCodeDrawing/issues"
2222
},
23-
"homepage": "https://github.com/guanpengchn/nice-notes#readme",
23+
"homepage": "https://github.com/guanpengchn/LeetCodeDrawing#readme",
2424
"devDependencies": {
2525
"vuepress": "^0.14.11"
2626
},

0 commit comments

Comments
 (0)