chore: fix lint

This commit is contained in:
Jin Mao
2025-10-26 15:27:28 +08:00
parent 0e62862119
commit cfbce0d737
2 changed files with 12 additions and 12 deletions

View File

@@ -1,4 +1,4 @@
import type { Preferences } from "./types";
import type { Preferences } from './types';
const defaultPreferences: Preferences = {
app: {
@@ -32,7 +32,6 @@ const defaultPreferences: Preferences = {
watermark: false,
watermarkContent: '',
zIndex: 200,
},
breadcrumb: {
enable: true,