optimize(projects): optimize unocss config

This commit is contained in:
soybeanfe
2026-03-09 12:38:13 +08:00
parent 781a18f453
commit 6fc6f1c9b3
5 changed files with 400 additions and 29 deletions

View File

@@ -1,7 +1,7 @@
// @unocss-include
import type { Preset } from '@unocss/core';
import type { Theme } from '@unocss/preset-uno';
import type { Theme } from '@unocss/preset-mini';
export function presetSoybeanAdmin(): Preset<Theme> {
const preset: Preset<Theme> = {