Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit c6a592e

Browse files
committed
Support data supplier feature
1 parent 056e762 commit c6a592e

File tree

9 files changed

+1097
-1029
lines changed

9 files changed

+1097
-1029
lines changed

‎assets/data/data.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
const dataProjectName = require('./project-name.json')
2+
3+
const dataCollection = [
4+
dataProjectName
5+
]
6+
7+
export default dataCollection

‎assets/data/project-name.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"name": "project name",
3+
"items": [
4+
"Coding Web",
5+
"Design Center",
6+
"Coding Dev",
7+
"示例项目"
8+
]
9+
}

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /