wip: 聊天 UI

This commit is contained in:
2024-03-27 18:06:02 +08:00
parent ef1ef50fd5
commit 1ee6ada6af
5 changed files with 251 additions and 28 deletions

View File

@@ -15,7 +15,13 @@ export default <Partial<Config>>{
boxShadow: {
card: '0 2px 4px 0 rgba(0, 0, 0, .05)',
sidebar: 'inset -2px 0 2px 0 rgba(0, 0, 0, .05)',
sidebar_dark: 'inset -2px 0 2px 0 rgba(255, 255, 255, .05)',
}
},
},
safelist: [
{
pattern: /^bg-/,
}
]
}