streaming, markdown, model selecting, and lots more
This commit is contained in:
+7
-4
@@ -1,7 +1,10 @@
|
||||
import { defineConfig, presetMini } from 'unocss'
|
||||
import { defineConfig, presetMini } from 'unocss';
|
||||
|
||||
export default defineConfig({
|
||||
presets: [
|
||||
presetMini(),
|
||||
rules: [
|
||||
['object-cover', { 'object-fit': 'cover' }],
|
||||
['backdrop-blur-md', { 'backdrop-filter': 'blur(12px)' }],
|
||||
['backdrop-filter-none', { 'backdrop-filter': 'none' }],
|
||||
],
|
||||
})
|
||||
presets: [presetMini()],
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user