Merge branch 'main' into example

This commit is contained in:
Soybean
2024-10-09 23:00:35 +08:00
15 changed files with 1234 additions and 1007 deletions

View File

@@ -14,14 +14,6 @@ declare global {
$notification?: import('naive-ui').NotificationProviderInst;
}
interface ViewTransition {
ready: Promise<void>;
}
export interface Document {
startViewTransition?: (callback: () => Promise<void> | void) => ViewTransition;
}
/** Build time of the project */
export const BUILD_TIME: string;
}