远程读取日志

This commit is contained in:
YHH
2025-10-16 17:10:22 +08:00
parent 1ec7892338
commit 43bdd7e43b
16 changed files with 966 additions and 80 deletions

View File

@@ -15,7 +15,8 @@ export const en: Translations = {
ready: 'Editor Ready',
failed: 'Initialization Failed',
projectOpened: 'Project Opened',
remoteConnected: 'Remote Game Connected'
remoteConnected: 'Remote Game Connected',
profilerMode: 'Profiler Mode - Waiting for connection...'
}
},
hierarchy: {

View File

@@ -15,7 +15,8 @@ export const zh: Translations = {
ready: '编辑器就绪',
failed: '初始化失败',
projectOpened: '项目已打开',
remoteConnected: '远程游戏已连接'
remoteConnected: '远程游戏已连接',
profilerMode: '性能分析模式 - 等待连接...'
}
},
hierarchy: {