fetch log api and file api done

This commit is contained in:
chiayin
2023-02-09 17:23:46 +08:00
parent a9184730c8
commit f34061608b
4 changed files with 88 additions and 103 deletions

View File

@@ -41,10 +41,10 @@ module.exports = {
'4xl': ['36px', 1],
},
screens: {
'sm': '640px',
'md': '768px',
'lg': '1024px',
'xl': '1280px',
// 'sm': '640px',
// 'md': '768px',
// 'lg': '1024px',
// 'xl': '1280px',
'2xl': '1536px',
}
},