feat: enhance application type definitions and improve app management logic

This commit is contained in:
Elysia
2026-01-31 17:48:06 +08:00
parent 3221cb6d5e
commit 39e40ff946
9 changed files with 86 additions and 27 deletions

View File

@@ -80,7 +80,7 @@
</template>
<script setup lang="ts">
import type { UpdateAppItem } from '@/global/typedefinition';
import type { UpdateAppItem } from '../global/typedefinition';
defineProps<{
show: boolean;