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

@@ -16,7 +16,7 @@
<script setup lang="ts">
import AppCard from './AppCard.vue';
import type { App } from '@/global/typedefinition';
import type { App } from '../global/typedefinition';
defineProps<{
apps: App[];