新增wiki命令文件

This commit is contained in:
2026-04-14 16:02:50 +08:00
parent 65803c911d
commit c6e3d3c5db
485 changed files with 12578 additions and 396 deletions

28
wiki/entities/Trae.md Normal file
View File

@@ -0,0 +1,28 @@
---
title: "Trae"
type: entity
tags: [IDE, Remote-SSH, 开发工具]
sources: [trae-remote-dev-guide]
last_updated: 2026-04-14
---
## Definition
支持VS Code插件生态的IDE通过Remote-SSH支持远程服务器开发。
## Core Attributes
- 类型IDE
- 特点原生支持VS Code插件生态
- 连接方式Remote-SSH
## Architecture
- Ubuntu 2 (Dev Server)存放源码运行Docker容器代码挂载
- Ubuntu 1 (Prod Server)运行Docker容器镜像打包数据持久化
- ThinkBook (Local)仅作为UI端
## Development Modes
- **模式A**Attach到正在运行的容器推荐调试
- **模式B**:远程编辑宿主机文件 + Docker CLI适合编排
## Connections
- [[Docker]] ← 容器 ← [[Trae]]
- [[Ubuntu]] ← 服务器 ← [[Trae]]