mirror of
https://github.com/Wei-Shaw/claude-relay-service.git
synced 2026-01-23 00:53:33 +00:00
fix: 修复TutorialView.vue的代码格式问题
- 应用Prettier格式化规范 - 确保代码符合项目的格式要求
This commit is contained in:
@@ -1639,7 +1639,7 @@
|
|||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script setup>
|
<script setup>
|
||||||
import {computed, ref} from 'vue'
|
import { computed, ref } from 'vue'
|
||||||
|
|
||||||
// 当前系统选择
|
// 当前系统选择
|
||||||
const activeTutorialSystem = ref('windows')
|
const activeTutorialSystem = ref('windows')
|
||||||
|
|||||||
Reference in New Issue
Block a user