文本框 拖拉拽功能

This commit is contained in:
2025-08-14 11:53:06 +08:00
parent 6bd3778ad9
commit b4f7e7ad8f
6 changed files with 247 additions and 5 deletions

View File

@ -185,6 +185,8 @@ import Frustum from '../Obj/AirLine/frustum'
import DrawTakeOff from '../Obj/AirLine/DrawTakeOff'
import FlowLine from '../Obj/Base/FlowLine'
import Sunshine from '../Global/efflect/Sunshine'
// import Road2 from '../Obj/Base/RoadObject'
import TextBox from '../Obj/Base/TextBox'
const YJEarthismeasuring = Symbol('测量状态')
const screenRecord = Symbol('录屏对象')
@ -256,7 +258,9 @@ if (!window.YJ) {
FRUSTUN: Frustum,
// GenerateRoute
Dialog,
FlowLine
FlowLine,
// Road2,
TextBox
},
YJEarth,
Tools,