feat: 添加剧集选择器测试页面,包含响应式布局和调试信息
This commit is contained in:
@@ -16,6 +16,12 @@ const config: Config = {
|
||||
raw: '(orientation: landscape) and (max-height: 700px)',
|
||||
},
|
||||
},
|
||||
gridTemplateColumns: {
|
||||
'13': 'repeat(13, minmax(0, 1fr))',
|
||||
'14': 'repeat(14, minmax(0, 1fr))',
|
||||
'15': 'repeat(15, minmax(0, 1fr))',
|
||||
'16': 'repeat(16, minmax(0, 1fr))',
|
||||
},
|
||||
fontFamily: {
|
||||
primary: ['Inter', ...defaultTheme.fontFamily.sans],
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user