feat: 对接 Spark 大模型

This commit is contained in:
2024-04-01 17:03:03 +08:00
parent d20b518f5b
commit 3ded5f8e7a
12 changed files with 328 additions and 67 deletions

View File

@@ -1,5 +1,5 @@
import type {Config} from 'tailwindcss'
import defaultTheme from 'tailwindcss/defaultTheme'
import typography from '@tailwindcss/typography'
export default <Partial<Config>>{
theme: {
@@ -19,6 +19,7 @@ export default <Partial<Config>>{
}
},
},
plugins: [typography],
safelist: [
{
pattern: /^bg-/,