检测数据

This commit is contained in:
BTMuli
2026-02-08 13:54:48 +08:00
parent 1f49ddea0c
commit a472f2577c
4 changed files with 56 additions and 3 deletions

View File

@@ -1,3 +1,4 @@
<!-- 应用侧边栏 TODO:样式适配 -->
<template>
<v-navigation-drawer :permanent="true" :rail="rail" class="tsb-box">
<v-list :nav="true" class="side-list" density="compact">
@@ -763,11 +764,13 @@ async function tryLaunchGame(): Promise<void> {
</script>
<style lang="css" scoped>
.tsb-box {
position: relative;
background: var(--app-side-bg);
color: var(--app-side-content);
}
.side-list {
position: relative;
height: 100%;
font-family: var(--font-title);
}