修改VS图标

This commit is contained in:
JoyD
2025-10-31 23:58:26 +08:00
parent 07522ce451
commit b87b984a4d
2 changed files with 61 additions and 9 deletions

View File

@@ -0,0 +1,7 @@
<template>
<Area WindowState="最大化" />
</template>
<script setup>
import Area from './Area.vue';
</script>