refactor: 删除部分多余的代码和注释

This commit is contained in:
mofeng-git
2026-05-01 17:31:04 +08:00
parent 74035f8e12
commit d8e7de74a6
165 changed files with 2960 additions and 9917 deletions

View File

@@ -92,7 +92,6 @@ const statusIcon = computed(() => {
}
})
// Localized status text
const statusText = computed(() => {
switch (props.status) {
case 'connected':
@@ -108,7 +107,6 @@ const statusText = computed(() => {
}
})
// Localized status badge text (for hover card)
const statusBadgeText = computed(() => {
switch (props.status) {
case 'connected':