首次提交

This commit is contained in:
2025-07-25 23:03:30 +08:00
commit d661fb4752
110 changed files with 39608 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
<template>
<!-- 端口管理组件 -->
</template>
<script>
export default {
name: 'PortManage',
// 实现端口状态分类、WebSocket轮询更新、导入导出功能
}
</script>
<style scoped>
/* 端口管理样式 */
</style>