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 a24bb2b

Browse files
committed
Add multi-column layout to homepage
1 parent 87b4c0c commit a24bb2b

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

‎index.js‎

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
const uis = [{
2-
href: "39-web-animations",
3-
text: "Web Animations API",
2+
href: "40-multi-column-layout",
3+
text: "Multi-column 布局",
44
newItem: true
5+
}, {
6+
href: "39-web-animations",
7+
text: "Web Animations API"
58
}, {
69
href: "38-horizontal-scrolling",
710
text: "横向滚动"

‎src/index.js‎

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
const uis = [
2+
{
3+
href: "40-multi-column-layout",
4+
text: "Multi-column 布局",
5+
newItem: true,
6+
},
27
{
38
href: "39-web-animations",
49
text: "Web Animations API",
5-
newItem: true,
610
},
711
{
812
href: "38-horizontal-scrolling",

0 commit comments

Comments
(0)

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