refactor(stage-ui-live2d): remove duplicate global types

This commit is contained in:
藍+85CD
2026-07-30 07:51:23 +08:00
parent 36f6ab8d24
commit bd149f6a65
@@ -46,12 +46,6 @@ function blobFromBytes(data: Uint8Array): Blob {
return new Blob([buffer])
}
declare global {
interface FileSystemDirectoryHandle {
values: () => FileSystemDirectoryHandleAsyncIterator<FileSystemHandle>
}
}
export class OPFSCache {
static async clearAll(): Promise<void> {
try {