Skip to content

Commit 3acba54

Browse files
committed
format all files
1 parent 3253bb4 commit 3acba54

File tree

2 files changed

+22
-24
lines changed

2 files changed

+22
-24
lines changed

source/index.webmanifest

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
1-
{
2-
"name": "JavaScript 中文兴趣组",
3-
"short_name": "JSCIG",
4-
"start_url": ".",
5-
"description": "JavaScript Chinese Interest Group",
6-
"scope": "/",
7-
"display": "standalone",
8-
"orientation": "any",
9-
"lang": "zh-CN",
10-
"dir": "ltr",
11-
"theme_color": "rgba(0,0,0,0.5)",
12-
"background_color": "transparent",
13-
"icons": [
14-
{
15-
"src": "https://github.com/JSCIG.png",
16-
"type": "image/png",
17-
"sizes": "460x460"
18-
}
19-
]
20-
}
1+
{
2+
"name": "JavaScript 中文兴趣组",
3+
"short_name": "JSCIG",
4+
"start_url": ".",
5+
"description": "JavaScript Chinese Interest Group",
6+
"scope": "/",
7+
"display": "standalone",
8+
"orientation": "any",
9+
"lang": "zh-CN",
10+
"dir": "ltr",
11+
"theme_color": "rgba(0,0,0,0.5)",
12+
"background_color": "transparent",
13+
"icons": [
14+
{
15+
"src": "https://github.com/JSCIG.png",
16+
"type": "image/png",
17+
"sizes": "460x460"
18+
}
19+
]
20+
}

source/page/index.tsx

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,12 @@ const menu: NavMenu[] = [
2929
{
3030
title: 'ECMAScript 语言',
3131
target: '_blank',
32-
href:
33-
'https://tc39.es/ecma262/'
32+
href: 'https://tc39.es/ecma262/'
3433
},
3534
{
3635
title: 'ECMAScript 国际化 API',
3736
target: '_blank',
38-
href:
39-
'https://tc39.es/ecma402/'
37+
href: 'https://tc39.es/ecma402/'
4038
}
4139
]
4240
},

0 commit comments

Comments
 (0)