Skip to content

Commit 357f5e1

Browse files
committed
reset project structure
1 parent 1c841c9 commit 357f5e1

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+1261
-162
lines changed

docs/.vuepress/.temp/internal/clientAppEnhances.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,12 @@ import clientAppEnhance0 from '/Users/mmdapl/Desktop/github/JavaScriptCollection
22
import clientAppEnhance1 from '/Users/mmdapl/Desktop/github/JavaScriptCollection/node_modules/@vuepress/plugin-medium-zoom/lib/client/clientAppEnhance.js'
33
import clientAppEnhance2 from '/Users/mmdapl/Desktop/github/JavaScriptCollection/node_modules/@vuepress/plugin-theme-data/lib/client/clientAppEnhance.js'
44
import clientAppEnhance3 from '/Users/mmdapl/Desktop/github/JavaScriptCollection/node_modules/@vuepress/theme-default/lib/client/clientAppEnhance.js'
5+
import clientAppEnhance4 from '/Users/mmdapl/Desktop/github/JavaScriptCollection/node_modules/@vuepress/plugin-docsearch/lib/client/clientAppEnhance.js'
56

67
export const clientAppEnhances = [
78
clientAppEnhance0,
89
clientAppEnhance1,
910
clientAppEnhance2,
1011
clientAppEnhance3,
12+
clientAppEnhance4,
1113
]

docs/.vuepress/.temp/internal/pagesComponents.js

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,18 @@ import { defineAsyncComponent } from 'vue'
33
export const pagesComponents = {
44
// path: /
55
"v-8daa1a0e": defineAsyncComponent(() => import(/* webpackChunkName: "v-8daa1a0e" */"/Users/mmdapl/Desktop/github/JavaScriptCollection/docs/.vuepress/.temp/pages/index.html.vue")),
6+
// path: /database/
7+
"v-2e25198a": defineAsyncComponent(() => import(/* webpackChunkName: "v-2e25198a" */"/Users/mmdapl/Desktop/github/JavaScriptCollection/docs/.vuepress/.temp/pages/database/index.html.vue")),
68
// path: /read_books/
79
"v-1b38ae16": defineAsyncComponent(() => import(/* webpackChunkName: "v-1b38ae16" */"/Users/mmdapl/Desktop/github/JavaScriptCollection/docs/.vuepress/.temp/pages/read_books/index.html.vue")),
10+
// path: /server_framework/
11+
"v-a538cad8": defineAsyncComponent(() => import(/* webpackChunkName: "v-a538cad8" */"/Users/mmdapl/Desktop/github/JavaScriptCollection/docs/.vuepress/.temp/pages/server_framework/index.html.vue")),
12+
// path: /solo_algorithm/
13+
"v-087f3632": defineAsyncComponent(() => import(/* webpackChunkName: "v-087f3632" */"/Users/mmdapl/Desktop/github/JavaScriptCollection/docs/.vuepress/.temp/pages/solo_algorithm/index.html.vue")),
14+
// path: /sum_links/
15+
"v-2a1cc87a": defineAsyncComponent(() => import(/* webpackChunkName: "v-2a1cc87a" */"/Users/mmdapl/Desktop/github/JavaScriptCollection/docs/.vuepress/.temp/pages/sum_links/index.html.vue")),
16+
// path: /ui_framework/
17+
"v-9f964bba": defineAsyncComponent(() => import(/* webpackChunkName: "v-9f964bba" */"/Users/mmdapl/Desktop/github/JavaScriptCollection/docs/.vuepress/.temp/pages/ui_framework/index.html.vue")),
818
// path: /read_books/cs_books/%E6%B7%B1%E5%85%A5%E6%B5%85%E5%87%BA%E7%9A%84Node.js/
919
"v-4450f016": defineAsyncComponent(() => import(/* webpackChunkName: "v-4450f016" */"/Users/mmdapl/Desktop/github/JavaScriptCollection/docs/.vuepress/.temp/pages/read_books/cs_books/深入浅出的Node.js/index.html.vue")),
1020
// path: /404.html

docs/.vuepress/.temp/internal/pagesData.js

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,18 @@
11
export const pagesData = {
22
// path: /
33
"v-8daa1a0e": () => import(/* webpackChunkName: "v-8daa1a0e" */"/Users/mmdapl/Desktop/github/JavaScriptCollection/docs/.vuepress/.temp/pages/index.html.js").then(({ data }) => data),
4+
// path: /database/
5+
"v-2e25198a": () => import(/* webpackChunkName: "v-2e25198a" */"/Users/mmdapl/Desktop/github/JavaScriptCollection/docs/.vuepress/.temp/pages/database/index.html.js").then(({ data }) => data),
46
// path: /read_books/
57
"v-1b38ae16": () => import(/* webpackChunkName: "v-1b38ae16" */"/Users/mmdapl/Desktop/github/JavaScriptCollection/docs/.vuepress/.temp/pages/read_books/index.html.js").then(({ data }) => data),
8+
// path: /server_framework/
9+
"v-a538cad8": () => import(/* webpackChunkName: "v-a538cad8" */"/Users/mmdapl/Desktop/github/JavaScriptCollection/docs/.vuepress/.temp/pages/server_framework/index.html.js").then(({ data }) => data),
10+
// path: /solo_algorithm/
11+
"v-087f3632": () => import(/* webpackChunkName: "v-087f3632" */"/Users/mmdapl/Desktop/github/JavaScriptCollection/docs/.vuepress/.temp/pages/solo_algorithm/index.html.js").then(({ data }) => data),
12+
// path: /sum_links/
13+
"v-2a1cc87a": () => import(/* webpackChunkName: "v-2a1cc87a" */"/Users/mmdapl/Desktop/github/JavaScriptCollection/docs/.vuepress/.temp/pages/sum_links/index.html.js").then(({ data }) => data),
14+
// path: /ui_framework/
15+
"v-9f964bba": () => import(/* webpackChunkName: "v-9f964bba" */"/Users/mmdapl/Desktop/github/JavaScriptCollection/docs/.vuepress/.temp/pages/ui_framework/index.html.js").then(({ data }) => data),
616
// path: /read_books/cs_books/%E6%B7%B1%E5%85%A5%E6%B5%85%E5%87%BA%E7%9A%84Node.js/
717
"v-4450f016": () => import(/* webpackChunkName: "v-4450f016" */"/Users/mmdapl/Desktop/github/JavaScriptCollection/docs/.vuepress/.temp/pages/read_books/cs_books/深入浅出的Node.js/index.html.js").then(({ data }) => data),
818
// path: /404.html

docs/.vuepress/.temp/internal/pagesRoutes.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,12 @@ import { Vuepress } from '@vuepress/client/lib/components/Vuepress'
22

33
const routeItems = [
44
["v-8daa1a0e","/",{"title":""},["/index.html","/README.md"]],
5+
["v-2e25198a","/database/",{"title":""},["/database/index.html","/database/Readme.md"]],
56
["v-1b38ae16","/read_books/",{"title":""},["/read_books/index.html","/read_books/Readme.md"]],
7+
["v-a538cad8","/server_framework/",{"title":""},["/server_framework/index.html","/server_framework/Readme.md"]],
8+
["v-087f3632","/solo_algorithm/",{"title":""},["/solo_algorithm/index.html","/solo_algorithm/Readme.md"]],
9+
["v-2a1cc87a","/sum_links/",{"title":""},["/sum_links/index.html","/sum_links/Readme.md"]],
10+
["v-9f964bba","/ui_framework/",{"title":""},["/ui_framework/index.html","/ui_framework/Readme.md"]],
611
["v-4450f016","/read_books/cs_books/%E6%B7%B1%E5%85%A5%E6%B5%85%E5%87%BA%E7%9A%84Node.js/",{"title":""},["/read_books/cs_books/深入浅出的Node.js/","/read_books/cs_books/%E6%B7%B1%E5%85%A5%E6%B5%85%E5%87%BA%E7%9A%84Node.js/index.html","/read_books/cs_books/深入浅出的Node.js/readme.md","/read_books/cs_books/%E6%B7%B1%E5%85%A5%E6%B5%85%E5%87%BA%E7%9A%84Node.js/readme.md"]],
712
["v-3706649a","/404.html",{"title":""},["/404"]],
813
]

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
export const siteData = {
22
"base": "/",
33
"lang": "en-US",
4-
"title": "JavaScriptCollection",
4+
"title": "凡是过往、皆为序章",
55
"description": "一本有趣的JavaScript合集",
66
"head": [
77
[

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

Lines changed: 28 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
export const themeData = {
22
"logo": "./favicon.ico",
3+
"darkMode": false,
34
"navbar": [
45
{
56
"text": "前端",
@@ -106,15 +107,15 @@ export const themeData = {
106107
"children": [
107108
{
108109
"text": "Redis",
109-
"link": "/"
110+
"link": "/database/redis"
110111
},
111112
{
112113
"text": "MySQL",
113-
"link": "/"
114+
"link": "/database/mysql"
114115
},
115116
{
116117
"text": "Mongo",
117-
"link": "/"
118+
"link": "/database/mongo"
118119
}
119120
]
120121
},
@@ -123,7 +124,7 @@ export const themeData = {
123124
"children": [
124125
{
125126
"text": "RabbitMQ",
126-
"link": "/"
127+
"link": "/mq"
127128
}
128129
]
129130
},
@@ -164,7 +165,7 @@ export const themeData = {
164165
"children": [
165166
{
166167
"text": "刷题整理",
167-
"link": "/"
168+
"link": "/solo_algorithm"
168169
},
169170
{
170171
"text": "刷题平台",
@@ -190,22 +191,22 @@ export const themeData = {
190191
"children": [
191192
{
192193
"text": "常见面试题",
193-
"link": "/"
194+
"link": "/battle_interview/interview_problems"
194195
},
195196
{
196197
"text": "面经分享",
197-
"link": "/"
198+
"link": "/battle_interview/introduce_share"
198199
},
199200
{
200201
"text": "工作机会",
201202
"children": [
202203
{
203204
"text": "校招",
204-
"link": "/school"
205+
"link": "/battle_interview/school_recruit"
205206
},
206207
{
207208
"text": "社招",
208-
"link": "/"
209+
"link": "/battle_interview/social_recruit"
209210
}
210211
]
211212
},
@@ -269,6 +270,10 @@ export const themeData = {
269270
{
270271
"text": "日常学习",
271272
"link": "/"
273+
},
274+
{
275+
"text": "历史版本",
276+
"link": "ddd"
272277
}
273278
]
274279
},
@@ -277,7 +282,7 @@ export const themeData = {
277282
"children": [
278283
{
279284
"text": "链接汇总",
280-
"link": "/"
285+
"link": "/sum_links"
281286
},
282287
{
283288
"text": "技术文档",
@@ -292,34 +297,32 @@ export const themeData = {
292297
}
293298
],
294299
"sidebar": {
295-
"/read_books/": [
300+
"/read_books": [
296301
{
297-
"title": "Group 1",
298-
"path": "/foo/",
299-
"collapsable": false,
300-
"sidebarDepth": 1,
302+
"text": "Foo",
303+
"link": "/foo/",
301304
"children": [
302-
"/"
305+
{
306+
"text": "github",
307+
"link": "https://github.com",
308+
"children": []
309+
},
310+
"/foo/bar.md"
303311
]
304312
},
305-
{
306-
"title": "Group 2",
307-
"children": [],
308-
"initialOpenGroupIndex": -1
309-
}
313+
"/bar/README.md"
310314
]
311315
},
312316
"smoothScroll": true,
313317
"lastUpdated": true,
314318
"lastUpdatedText": "最近更新",
315-
"contributorsText": "鸣谢",
319+
"contributorsText": "感谢",
316320
"notFound": [
317321
"not exist"
318322
],
319323
"backToHome": "返回首页",
320324
"repo": "https://github.com/mmdapl/JavaScriptCollection",
321-
"editLinks": true,
322-
"editLinkText": "帮助我们改善此页面!",
325+
"editLink": false,
323326
"displayAllHeaders": true,
324327
"search": true,
325328
"searchMaxSuggestions": 10,
@@ -328,11 +331,10 @@ export const themeData = {
328331
"selectLanguageName": "English"
329332
}
330333
},
331-
"darkMode": true,
332334
"selectLanguageText": "Languages",
333335
"selectLanguageAriaLabel": "Select language",
334336
"sidebarDepth": 2,
335-
"editLink": true,
337+
"editLinkText": "Edit this page",
336338
"contributors": true,
337339
"openInNewWindow": "open in new window",
338340
"toggleDarkMode": "toggle dark mode",

docs/.vuepress/.temp/pages/index.html.js

Lines changed: 33 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -7,30 +7,38 @@ export const data = {
77
"home": true,
88
"heroImage": "https://cdn.142vip.cn/article-notes/img/image-20200605224832237.png",
99
"heroText": "JavaScriptCollection",
10-
"tagline": "一本有趣的JavaScript合集",
10+
"externalLinkIcon": false,
11+
"tagline": "理论、实战相结合的JavaScript学习合集,内容持续更新...",
1112
"actions": [
1213
{
13-
"text": "快速上手",
14-
"link": "/zh/guide/getting-started.html",
15-
"type": "primary"
16-
},
17-
{
18-
"text": "项目简介",
14+
"text": "快速开始→",
1915
"link": "/guide/",
20-
"type": "secondary"
16+
"type": "primary"
2117
}
2218
],
2319
"features": [
2420
{
25-
"title": "基础概览",
21+
"title": "前端",
22+
"details": "与官网同步的Egg.js框架基础知识整理,有效地降低日常开发和复习巩固的查询、学习时间。"
23+
},
24+
{
25+
"title": "后端",
26+
"details": "官方插件的基础上,抽象、封装出适合自己功能的plus插件,能够快速集成、使用在新的项目中。"
27+
},
28+
{
29+
"title": "算法",
30+
"details": "通过以项目Demo示例的方式,对框架常用的功能进行Code编写和整理,提供有效且易用的代码封装。"
31+
},
32+
{
33+
"title": "面试求职",
2634
"details": "与官网同步的Egg.js框架基础知识整理,有效地降低日常开发和复习巩固的查询、学习时间。"
2735
},
2836
{
29-
"title": "整理强化",
37+
"title": "读书写作",
3038
"details": "官方插件的基础上,抽象、封装出适合自己功能的plus插件,能够快速集成、使用在新的项目中。"
3139
},
3240
{
33-
"title": "反复反复",
41+
"title": "心路历程",
3442
"details": "通过以项目Demo示例的方式,对框架常用的功能进行Code编写和整理,提供有效且易用的代码封装。"
3543
}
3644
],
@@ -40,37 +48,37 @@ export const data = {
4048
"excerpt": "",
4149
"headers": [
4250
{
43-
"level": 2,
44-
"title": "联系我",
45-
"slug": "联系我",
51+
"level": 3,
52+
"title": "本地浏览【推荐】",
53+
"slug": "本地浏览【推荐】",
4654
"children": []
4755
},
4856
{
49-
"level": 2,
50-
"title": "鸣谢",
51-
"slug": "鸣谢",
57+
"level": 3,
58+
"title": "赞赏列表",
59+
"slug": "赞赏列表",
5260
"children": []
5361
},
5462
{
55-
"level": 2,
56-
"title": "赞助列表",
57-
"slug": "赞助列表",
63+
"level": 3,
64+
"title": "赞助商",
65+
"slug": "赞助商",
5866
"children": []
5967
},
6068
{
61-
"level": 2,
62-
"title": "公众号",
63-
"slug": "公众号",
69+
"level": 3,
70+
"title": "联系作者",
71+
"slug": "联系作者",
6472
"children": []
6573
}
6674
],
6775
"git": {
68-
"updatedTime": 1649524205000,
76+
"updatedTime": 1649578466000,
6977
"contributors": [
7078
{
7179
"name": "mmdapl",
7280
"email": "2237221210@qq.com",
73-
"commits": 1
81+
"commits": 2
7482
}
7583
]
7684
},

0 commit comments

Comments
 (0)