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