feat: 切换标签异常问题修复

This commit is contained in:
duanshuwen
2025-12-25 23:03:53 +08:00
parent 7ff7232fc6
commit 63b72cbd8e
10 changed files with 84 additions and 16 deletions

View File

@@ -11,6 +11,6 @@
</head>
<body>
<div id="app"></div>
<script type="module" src="../src/renderer/views/home/index.ts"></script>
<script type="module" src="../src/renderer/views/home/tab.ts"></script>
</body>
</html>

View File

@@ -11,6 +11,6 @@
</head>
<body>
<div id="app"></div>
<script type="module" src="../src/renderer/views/home/index.ts"></script>
<script type="module" src="../src/renderer/main.ts"></script>
</body>
</html>