lint --fix
This commit is contained in:
@@ -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: {
|
||||
|
@@ -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',
|
||||
|
Reference in New Issue
Block a user