fix: fix Vue template parsing errors in ReadingProgress and TerminalHandsOn components

- Remove special characters from comment in ReadingProgress.vue
- Fix multi-line @click handler in TerminalHandsOn.vue
- Add simplified network components (NetworkLayersSimple, TcpUdpSimple)

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
This commit is contained in:
sanbuphy
2026-02-19 10:54:31 +08:00
parent b1948225f4
commit 8078ee201c
4 changed files with 382 additions and 7 deletions
@@ -41,7 +41,8 @@ import { ref, onMounted, onUnmounted } from 'vue'
const progress = ref(0)
const showProgress = ref(false)
const showArrow = ref(false)
const circumference = 2 * Math.PI * 24 // 2πrr=24
// 圆周长 = 2 * PI * r, r=24
const circumference = 2 * Math.PI * 24
let scrollTimer: number | null = null
// 拖拽相关状态