🔨 会话关闭中断传输记录.

This commit is contained in:
lijiahangmax
2025-06-28 20:48:44 +08:00
parent eb81a030e3
commit 4bdefc6194
7 changed files with 3 additions and 128 deletions

View File

@@ -6,12 +6,6 @@
:align="{ label: 'right', value: 'left' }"
:label-style="{ paddingTop: '2px', paddingLeft: '32px', verticalAlign: 'top' }"
:column="1">
<!-- 机器码 -->
<a-descriptions-item label="机器码">
<span class="text-copy uuid-wrapper" @click="copy(app.uuid, true)">
{{ app.uuid }}
</span>
</a-descriptions-item>
<!-- 当前前端版本 -->
<a-descriptions-item label="当前前端版本">
<!-- 前端版本 -->
@@ -66,7 +60,6 @@
const app = ref<AppInfoResponse>({
version: '',
uuid: '',
});
const repo = ref<AppReleaseResponse>({