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

0 commit comments

Comments
 (0)