chore: eslint.config.ts
All checks were successful
/ depcheck (push) Successful in 2m12s
/ build-and-deploy-to-vercel (push) Successful in 2m22s
/ surge (push) Successful in 1m53s
/ playwright (push) Successful in 3m18s

This commit is contained in:
mini2024
2025-03-01 18:20:11 +08:00
parent 94b71c5c47
commit c7047146e4
13 changed files with 135 additions and 44 deletions

View File

@ -1,5 +1,6 @@
<script lang="ts">
import type { FileUploadState, FileUploadUploaderEvent } from 'primevue/fileupload';
interface FileExt extends File {
objectURL: string;
}