feat: Improve tag pages and article tag display

This commit is contained in:
radishzzz 2025-03-05 04:54:42 +00:00
parent b5bf2883cf
commit f96af1b102
18 changed files with 422 additions and 315 deletions

View file

@ -2,18 +2,18 @@ import type { Theme } from 'unocss/preset-uno'
import {
defineConfig,
presetAttributify,
presetUno,
presetWind3,
transformerDirectives,
transformerVariantGroup,
} from 'unocss'
import presetTheme from 'unocss-preset-theme'
import { themeConfig } from './src/config'
import { themeConfig } from './src/config.ts'
const { light, dark } = themeConfig.color
export default defineConfig({
presets: [
presetUno(),
presetWind3(),
presetAttributify(),
presetTheme<Theme>({
theme: {