1
0
mirror of https://github.com/ZeroCatDev/Classworks.git synced 2025-12-07 21:13:11 +00:00

优化调试页面提示

This commit is contained in:
Sunwuyuan 2025-11-30 16:33:00 +08:00
parent 5f363aba38
commit 9fde71fea5
No known key found for this signature in database
GPG Key ID: A6A54CF66F56BB64

View File

@ -2,13 +2,14 @@
<v-container>
<v-card class="mb-4">
<v-card-title>调试信息</v-card-title>
<v-card-subtitle>
请将这个ID复制并私聊给开发者以便进行问题排查
</v-card-subtitle>
<v-card-text>
<div class="text-h6 mb-2">访客 ID</div>
<v-code class="d-block pa-2 bg-grey-lighten-4 rounded mb-4">
{{ visitorId || '加载中...' }}
</v-code>
</v-card-text>
<v-card-actions>
<v-btn color="primary" @click="loadData" :loading="loading">