From 21b6bb0b1c97569ca91d1229625bd23084fb5214 Mon Sep 17 00:00:00 2001 From: estel <690930@qq.com> Date: Fri, 15 Aug 2025 08:55:57 +0800 Subject: [PATCH] lint --fix --- app/app.config.ts | 4 ++-- nuxt.config.ts | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/app.config.ts b/app/app.config.ts index 02d5dae..93a8b5c 100644 --- a/app/app.config.ts +++ b/app/app.config.ts @@ -103,14 +103,14 @@ export default defineAppConfig({ }, codeIcon: { terminal: 'i-lucide-terminal', - code:'vscode-icons:file-type-codekit', + code: 'vscode-icons:file-type-codekit' }, codeCollapse: { slots: { root: 'relative [&_pre]:h-[350px]', footer: 'h-14 absolute inset-x-px bottom-px rounded-b-md flex items-center justify-center', trigger: 'group', - triggerIcon: 'group-data-[state=open]:rotate-180', + triggerIcon: 'group-data-[state=open]:rotate-180' }, variants: { open: { diff --git a/nuxt.config.ts b/nuxt.config.ts index 7ec31a2..a07846f 100644 --- a/nuxt.config.ts +++ b/nuxt.config.ts @@ -25,7 +25,7 @@ export default defineNuxtConfig({ highlight: { langs: ['js', 'ts', 'jsx', 'tsx', 'js', 'json', 'bash', 'python', 'html', 'css', 'sql', - 'yaml', 'md', 'sh', 'go', 'java','lua', 'c', 'cpp', 'php', 'ruby', 'swift', 'html'], + 'yaml', 'md', 'sh', 'go', 'java', 'lua', 'c', 'cpp', 'php', 'ruby', 'swift', 'html'], theme: { // Default theme (same as single string) default: 'github-dark',