chore: 一些调整

This commit is contained in:
Jin Mao
2025-10-26 15:00:47 +08:00
parent 38f91da5af
commit 6b6cdef42d
2 changed files with 4 additions and 1 deletions

View File

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