chore: code format

This commit is contained in:
xiaojunnuo
2025-06-29 14:09:09 +08:00
parent 04422a4637
commit 4fcfd089d8
644 changed files with 10845 additions and 13184 deletions
+1 -1
View File
@@ -99,5 +99,5 @@ export type {
PageTransitionType,
PreferencesButtonPositionType,
TabsStyleType,
ThemeModeType
ThemeModeType,
};
+1 -1
View File
@@ -115,5 +115,5 @@ export type {
Nullable,
ReadonlyRecordable,
Recordable,
TimeoutHandle
TimeoutHandle,
};
@@ -1,3 +1,3 @@
import type { RouteLocationNormalized } from 'vue-router';
import type { RouteLocationNormalized } from "vue-router";
export type TabDefinition = RouteLocationNormalized;