Skip to content

Commit 0cb6db2

Browse files
committed
Update data supplier feature
1 parent 06919e3 commit 0cb6db2

21 files changed

+226
-55
lines changed

assets/data/data.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
const dataProjectName = require('./project-name.json')
22
const dataCommitId = require('./commit-id.json')
3+
const dataUserName = require('./user-name.json')
34

45
const dataCollection = [
56
dataProjectName,
67
dataCommitId,
8+
dataUserName,
79
]
810

911
export { dataCollection }
21.8 KB
Loading
22.1 KB
Loading
34 KB
Loading
30.7 KB
Loading
10.6 KB
Loading
31 KB
Loading
28.4 KB
Loading
59.8 KB
Loading
17.4 KB
Loading
25.1 KB
Loading
22.9 KB
Loading
10.3 KB
Loading
41.6 KB
Loading
47.6 KB
Loading
13.1 KB
Loading

assets/data/user-name.json

Lines changed: 139 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,139 @@
1+
{
2+
"name": "user name",
3+
"items": [
4+
"李白",
5+
"苏轼",
6+
"诗经",
7+
"李清照",
8+
"杜甫",
9+
"辛弃疾",
10+
"白居易",
11+
"王维",
12+
"李商隐",
13+
"李煜",
14+
"陆游",
15+
"陶渊明",
16+
"柳永",
17+
"杜牧",
18+
"曹操",
19+
"屈原",
20+
"曹雪芹",
21+
"王安石",
22+
"孟浩然",
23+
"刘禹锡",
24+
"李贺",
25+
"鲁迅",
26+
"欧阳修",
27+
"秦观",
28+
"曹植",
29+
"温庭筠",
30+
"王勃",
31+
"唐寅",
32+
"仓央嘉措",
33+
"范仲淹",
34+
"晏殊",
35+
"王昌龄",
36+
"岑参",
37+
"张九龄",
38+
"柳宗元",
39+
"元稹",
40+
"杨万里",
41+
"韩愈",
42+
"晏几道",
43+
"鱼玄机",
44+
"贺知章",
45+
"岳飞",
46+
"范成大",
47+
"骆宾王",
48+
"姜夔",
49+
"李世民",
50+
"张若虚",
51+
"文天祥",
52+
"朱熹",
53+
"谢灵运",
54+
"李峤",
55+
"韦应物",
56+
"黄庭坚",
57+
"王国维",
58+
"刘长卿",
59+
"两汉乐府",
60+
"周邦彦",
61+
"韩翃",
62+
"孟郊",
63+
"王之涣",
64+
"元好问",
65+
"袁枚",
66+
"高适",
67+
"龚自珍",
68+
"朱淑真",
69+
"王建",
70+
"叶绍翁",
71+
"贾岛",
72+
"马致远",
73+
"颜真卿",
74+
"张籍",
75+
"卢纶",
76+
"皮日休",
77+
"杜秋娘",
78+
"刘邦",
79+
"阮籍",
80+
"薛涛",
81+
"李隆基",
82+
"罗隐",
83+
"先秦无名",
84+
"刘彻",
85+
"苏辙",
86+
"朱敦儒",
87+
"蒋捷",
88+
"嵇康",
89+
"李绅",
90+
"王冕",
91+
"陈子昂",
92+
"谢朓",
93+
"张继",
94+
"林逋",
95+
"荆轲",
96+
"曹丕",
97+
"王粲",
98+
"Caitlin-Mckinney",
99+
"Kimberly-George",
100+
"Heather-Barr",
101+
"Michael-Ward",
102+
"Joel-Richardson",
103+
"Richard-Beck",
104+
"Ryan-Henderson",
105+
"Casey-Gutierrez",
106+
"Wendy-Wallace",
107+
"Nicholas-Gardner",
108+
"Michelle-Murphy",
109+
"Steven-Wise",
110+
"Hannah-Jones",
111+
"Jerry-Juarez",
112+
"Noah-Mclaughlin",
113+
"Christopher-Medina",
114+
"Wendy-Moss",
115+
"Charles-Nelson",
116+
"Ashley-West",
117+
"Heather-Reynolds",
118+
"Kevin",
119+
"Jacob",
120+
"Arthur",
121+
"Matthew",
122+
"Scott",
123+
"Sharon",
124+
"Ronald",
125+
"Samuel",
126+
"Wendy",
127+
"Sherry",
128+
"Catherine",
129+
"Christopher",
130+
"Brian",
131+
"Nicole",
132+
"Gerald",
133+
"Sharon",
134+
"Lawrence",
135+
"Deborah",
136+
"Charles"
137+
]
138+
}
139+

package-lock.json

Lines changed: 54 additions & 44 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@
2929
"url": "git+https://github.com/Coding/coding-sketch-toolkit.git"
3030
},
3131
"dependencies": {
32-
"lodash": "^4.17.15"
32+
"@skpm/fs": "^0.2.6",
33+
"lodash": "^4.17.15",
34+
"path": "^0.12.7"
3335
}
3436
}

0 commit comments

Comments
 (0)