lint --fix

This commit is contained in:
2025-08-15 08:55:57 +08:00
parent 0bdc095f04
commit 21b6bb0b1c
2 changed files with 3 additions and 3 deletions

View File

@@ -103,14 +103,14 @@ export default defineAppConfig({
}, },
codeIcon: { codeIcon: {
terminal: 'i-lucide-terminal', terminal: 'i-lucide-terminal',
code:'vscode-icons:file-type-codekit', code: 'vscode-icons:file-type-codekit'
}, },
codeCollapse: { codeCollapse: {
slots: { slots: {
root: 'relative [&_pre]:h-[350px]', root: 'relative [&_pre]:h-[350px]',
footer: 'h-14 absolute inset-x-px bottom-px rounded-b-md flex items-center justify-center', footer: 'h-14 absolute inset-x-px bottom-px rounded-b-md flex items-center justify-center',
trigger: 'group', trigger: 'group',
triggerIcon: 'group-data-[state=open]:rotate-180', triggerIcon: 'group-data-[state=open]:rotate-180'
}, },
variants: { variants: {
open: { open: {

View File

@@ -25,7 +25,7 @@ export default defineNuxtConfig({
highlight: { highlight: {
langs: langs:
['js', 'ts', 'jsx', 'tsx', 'js', 'json', 'bash', 'python', 'html', 'css', 'sql', ['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: { theme: {
// Default theme (same as single string) // Default theme (same as single string)
default: 'github-dark', default: 'github-dark',