From 52b369737a843994a0eaab0ab6314e504d0d2471 Mon Sep 17 00:00:00 2001 From: zguiy <1415466602@qq.com> Date: Wed, 13 May 2026 13:08:42 +0800 Subject: [PATCH] 1 --- index copy.html | 418 ++++++++++++++++++++++++++++++++++---- index.html | 118 +++++------ src/babylonjs/AppModel.ts | 88 +++++++- src/babylonjs/AppRay.ts | 25 ++- src/event/types.ts | 17 ++ src/kernel/Adapter.ts | 16 ++ 6 files changed, 576 insertions(+), 106 deletions(-) diff --git a/index copy.html b/index copy.html index 0d052e5..ae60d4f 100644 --- a/index copy.html +++ b/index copy.html @@ -67,6 +67,40 @@ border-bottom: 2px solid rgba(255, 255, 255, 0.2); } + .click-info { + background: rgba(76, 175, 80, 0.2); + border: 1px solid rgba(76, 175, 80, 0.5); + border-radius: 8px; + padding: 12px; + margin-bottom: 15px; + color: #fff; + font-size: 13px; + line-height: 1.6; + } + + .click-info-title { + font-weight: bold; + color: #4caf50; + margin-bottom: 8px; + font-size: 14px; + } + + .click-info-item { + margin-bottom: 4px; + display: flex; + gap: 8px; + } + + .click-info-label { + color: rgba(255, 255, 255, 0.7); + min-width: 70px; + } + + .click-info-value { + color: #fff; + word-break: break-all; + } + .config-category { margin-bottom: 15px; border-radius: 8px; @@ -227,12 +261,34 @@