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