Skip to content

Commit 1c841c9

Browse files
committed
fix bug
1 parent ac74e80 commit 1c841c9

File tree

15 files changed

+1468
-243
lines changed

15 files changed

+1468
-243
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ lerna-debug.log*
1313
# Diagnostic reports (https://nodejs.org/api/report.html)
1414
report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json
1515

16+
docs/.vuepress
17+
1618
# Runtime data
1719
pids
1820
*.pid

docs/.vuepress/.temp/internal/siteData.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@ export const siteData = {
22
"base": "/",
33
"lang": "en-US",
44
"title": "JavaScriptCollection",
5-
"description": "A lightweight creator for VuePress project.",
5+
"description": "一本有趣的JavaScript合集",
66
"head": [
77
[
88
"link",
99
{
1010
"rel": "icon",
11-
"href": "/assets/logo.png"
11+
"href": "./favicon.ico"
1212
}
1313
]
1414
],

docs/.vuepress/.temp/internal/themeData.js

Lines changed: 314 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,45 +1,339 @@
11
export const themeData = {
2+
"logo": "./favicon.ico",
23
"navbar": [
34
{
4-
"text": "Home",
5-
"link": "/"
5+
"text": "前端",
6+
"children": [
7+
{
8+
"text": "基础入门",
9+
"children": [
10+
{
11+
"text": "html",
12+
"link": "/html"
13+
},
14+
{
15+
"text": "js",
16+
"link": "/js"
17+
},
18+
{
19+
"text": "css",
20+
"link": "/css"
21+
}
22+
]
23+
},
24+
{
25+
"text": "前端框架",
26+
"children": [
27+
{
28+
"text": "JQuery.js",
29+
"link": "/html"
30+
},
31+
{
32+
"text": "Vue.js",
33+
"link": "/js"
34+
},
35+
{
36+
"text": "Nuxt.js",
37+
"link": "/css"
38+
}
39+
]
40+
},
41+
{
42+
"text": "UI框架",
43+
"children": [
44+
{
45+
"text": "Bootstrap",
46+
"link": "/html"
47+
},
48+
{
49+
"text": "LayerUI",
50+
"link": "/js"
51+
},
52+
{
53+
"text": "iView-UI",
54+
"link": "/css"
55+
},
56+
{
57+
"text": "VantUI",
58+
"link": "/css"
59+
},
60+
{
61+
"text": "Element-UI",
62+
"link": "/css"
63+
},
64+
{
65+
"text": "Ant-design-vue",
66+
"link": "/css"
67+
}
68+
]
69+
}
70+
]
671
},
772
{
8-
"text": "读书",
9-
"link": "/read_books/"
73+
"text": "后端【Node.js】",
74+
"children": [
75+
{
76+
"text": "Node.js",
77+
"link": "/school"
78+
},
79+
{
80+
"text": "TypeScript",
81+
"link": "/ts"
82+
},
83+
{
84+
"text": "常用框架",
85+
"children": [
86+
{
87+
"text": "Express和Koa",
88+
"link": "/"
89+
},
90+
{
91+
"text": "Egg.js",
92+
"link": "/"
93+
},
94+
{
95+
"text": "Nest.js",
96+
"link": "/"
97+
},
98+
{
99+
"text": "Midway",
100+
"link": "/"
101+
}
102+
]
103+
},
104+
{
105+
"text": "数据库",
106+
"children": [
107+
{
108+
"text": "Redis",
109+
"link": "/"
110+
},
111+
{
112+
"text": "MySQL",
113+
"link": "/"
114+
},
115+
{
116+
"text": "Mongo",
117+
"link": "/"
118+
}
119+
]
120+
},
121+
{
122+
"text": "消息中间件",
123+
"children": [
124+
{
125+
"text": "RabbitMQ",
126+
"link": "/"
127+
}
128+
]
129+
},
130+
{
131+
"text": "容器相关",
132+
"children": [
133+
{
134+
"text": "Docker",
135+
"link": "/"
136+
},
137+
{
138+
"text": "",
139+
"link": "/"
140+
},
141+
{
142+
"text": "服务部署",
143+
"link": "/"
144+
}
145+
]
146+
},
147+
{
148+
"text": "测试",
149+
"children": [
150+
{
151+
"text": "校招",
152+
"link": "/"
153+
},
154+
{
155+
"text": "社招",
156+
"link": "/"
157+
}
158+
]
159+
}
160+
]
161+
},
162+
{
163+
"text": "Solo算法",
164+
"children": [
165+
{
166+
"text": "刷题整理",
167+
"link": "/"
168+
},
169+
{
170+
"text": "刷题平台",
171+
"children": [
172+
{
173+
"text": "杭电OJ",
174+
"link": "http://acm.hdu.edu.cn/"
175+
},
176+
{
177+
"text": "牛客网",
178+
"link": "https://www.nowcoder.com/"
179+
},
180+
{
181+
"text": "LeetCode",
182+
"link": "https://leetcode-cn.com/"
183+
}
184+
]
185+
}
186+
]
187+
},
188+
{
189+
"text": "Battle面试官",
190+
"children": [
191+
{
192+
"text": "常见面试题",
193+
"link": "/"
194+
},
195+
{
196+
"text": "面经分享",
197+
"link": "/"
198+
},
199+
{
200+
"text": "工作机会",
201+
"children": [
202+
{
203+
"text": "校招",
204+
"link": "/school"
205+
},
206+
{
207+
"text": "社招",
208+
"link": "/"
209+
}
210+
]
211+
},
212+
{
213+
"text": "小技巧",
214+
"children": [
215+
{
216+
"text": "校招",
217+
"link": "/"
218+
},
219+
{
220+
"text": "社招",
221+
"link": "/"
222+
}
223+
]
224+
}
225+
]
226+
},
227+
{
228+
"text": "读书整理",
229+
"children": [
230+
{
231+
"text": "技术类",
232+
"children": [
233+
{
234+
"text": "ES6标准入门",
235+
"link": "/school"
236+
},
237+
{
238+
"text": "了不起的Node.js",
239+
"link": "/"
240+
},
241+
{
242+
"text": "深入浅出Node.js",
243+
"link": "/"
244+
}
245+
]
246+
},
247+
{
248+
"text": "非技术类",
249+
"children": [
250+
{
251+
"text": "你好,孤独",
252+
"link": "/"
253+
},
254+
{
255+
"text": "社招",
256+
"link": "/"
257+
}
258+
]
259+
}
260+
]
261+
},
262+
{
263+
"text": "其他",
264+
"children": [
265+
{
266+
"text": "面试突击",
267+
"link": "/"
268+
},
269+
{
270+
"text": "日常学习",
271+
"link": "/"
272+
}
273+
]
274+
},
275+
{
276+
"text": "纸飞机",
277+
"children": [
278+
{
279+
"text": "链接汇总",
280+
"link": "/"
281+
},
282+
{
283+
"text": "技术文档",
284+
"children": [
285+
{
286+
"text": "百度",
287+
"link": "http://www.baidu.com"
288+
}
289+
]
290+
}
291+
]
10292
}
11293
],
12294
"sidebar": {
13295
"/read_books/": [
14-
"/"
296+
{
297+
"title": "Group 1",
298+
"path": "/foo/",
299+
"collapsable": false,
300+
"sidebarDepth": 1,
301+
"children": [
302+
"/"
303+
]
304+
},
305+
{
306+
"title": "Group 2",
307+
"children": [],
308+
"initialOpenGroupIndex": -1
309+
}
15310
]
16311
},
17-
"lastUpdated": "Last Updated",
18-
"repo": "https://github.com/zpfz/vuepress-creator",
19-
"editLinks": false,
20-
"displayAllHeaders": false,
312+
"smoothScroll": true,
313+
"lastUpdated": true,
314+
"lastUpdatedText": "最近更新",
315+
"contributorsText": "鸣谢",
316+
"notFound": [
317+
"not exist"
318+
],
319+
"backToHome": "返回首页",
320+
"repo": "https://github.com/mmdapl/JavaScriptCollection",
321+
"editLinks": true,
322+
"editLinkText": "帮助我们改善此页面!",
323+
"displayAllHeaders": true,
324+
"search": true,
325+
"searchMaxSuggestions": 10,
21326
"locales": {
22327
"/": {
23328
"selectLanguageName": "English"
24329
}
25330
},
26-
"logo": null,
27331
"darkMode": true,
28332
"selectLanguageText": "Languages",
29333
"selectLanguageAriaLabel": "Select language",
30334
"sidebarDepth": 2,
31335
"editLink": true,
32-
"editLinkText": "Edit this page",
33-
"lastUpdatedText": "Last Updated",
34336
"contributors": true,
35-
"contributorsText": "Contributors",
36-
"notFound": [
37-
"There's nothing here.",
38-
"How did we get here?",
39-
"That's a Four-Oh-Four.",
40-
"Looks like we've got some broken links."
41-
],
42-
"backToHome": "Take me home",
43337
"openInNewWindow": "open in new window",
44338
"toggleDarkMode": "toggle dark mode",
45339
"toggleSidebar": "toggle sidebar"

0 commit comments

Comments
 (0)