chore: lint source code via prettier

This commit is contained in:
Anda Toshiki 2023-05-24 13:40:12 +08:00
parent c927ddea5b
commit 9d759209e9

View File

@ -11,16 +11,32 @@ export const nav: DefaultTheme.Config['nav'] = [
{ {
text: 'K-12', text: 'K-12',
items: [ items: [
{ text: 'Chemistry', link: '/academic/chemistry/index', activeMatch: '/academic/chemistry/' }, {
{ text: 'Discrete Math.', link: '/discrete-math/index', activeMatch: '/categories/fragments/' }, text: 'Chemistry',
{ text: 'Literature', link: '/academic/literature/index', activeMatch: '/academic/literature/' }, link: '/academic/chemistry/index',
activeMatch: '/academic/chemistry/',
},
{
text: 'Discrete Math.',
link: '/discrete-math/index',
activeMatch: '/categories/fragments/',
},
{
text: 'Literature',
link: '/academic/literature/index',
activeMatch: '/academic/literature/',
},
], ],
}, },
{ {
text: 'Tools', text: 'Tools',
items: [ items: [
{ text: 'Formulas for IPhO JPN.', link: '/academic/physics/ipho-formulas-jpn/1', activeMatch: '/academic/physics/ipho-formulas-jpn/' }, {
] text: 'Formulas for IPhO JPN.',
link: '/academic/physics/ipho-formulas-jpn/1',
activeMatch: '/academic/physics/ipho-formulas-jpn/',
},
],
}, },
{ text: '', link: '', activeMatch: '' }, { text: '', link: '', activeMatch: '' },
{ text: '', link: '', activeMatch: '' }, { text: '', link: '', activeMatch: '' },
@ -54,8 +70,16 @@ export const nav: DefaultTheme.Config['nav'] = [
{ {
text: 'Save', text: 'Save',
items: [ items: [
{ text: 'Reading', link: '/save/reading/index', activeMatch: '/save/reading/' }, {
{ text: 'Vocabulary', link: '/academic/vocabulary/index', activeMatch: '/academic/vocabulary/' }, text: 'Reading',
link: '/save/reading/index',
activeMatch: '/save/reading/',
},
{
text: 'Vocabulary',
link: '/academic/vocabulary/index',
activeMatch: '/academic/vocabulary/',
},
], ],
activeMatch: '/save/', activeMatch: '/save/',
}, },