chore: 优化部分代码

This commit is contained in:
2024-11-14 21:59:22 +08:00
parent 011643226c
commit ce09f737c3
55 changed files with 58 additions and 63 deletions

View File

@@ -14,7 +14,7 @@
</a-drawer>
</template>
<script lang="ts" setup>
<script setup lang="ts">
import { useWindowSize } from '@vueuse/core'
import { type AppDetailResp, getApp } from '@/apis/open/app'
import { useDict } from '@/hooks/app'