fix: 修复TutorialView.vue的代码格式问题

- 应用Prettier格式化规范
- 确保代码符合项目的格式要求
This commit is contained in:
Zephyr
2025-09-02 13:59:15 +08:00
parent 96cf49d3b7
commit 3f570d5fc2

View File

@@ -1639,7 +1639,7 @@
</template>
<script setup>
import {computed, ref} from 'vue'
import { computed, ref } from 'vue'
// 当前系统选择
const activeTutorialSystem = ref('windows')