first commit

This commit is contained in:
2026-09-08 20:28:54 +08:00
commit 2ada8d3d5a
37380 changed files with 4886169 additions and 0 deletions
File diff suppressed because one or more lines are too long
@@ -0,0 +1,4 @@
{
"usingComponents": {},
"component": true
}
@@ -0,0 +1 @@
<block wx:if="{{canvasId}}"><view data-ref="limeEchart" class="lime-echart data-v-11cd01fd vue-ref" style="{{(customStyle)}}"><block wx:if="{{use2dCanvas}}"><canvas class="lime-echart__canvas data-v-11cd01fd" style="{{(canvasStyle)}}" type="2d" id="{{canvasId}}" disable-scroll="{{isDisableScroll}}" data-event-opts="{{[['touchstart',[['touchStart',['$event']]]],['touchmove',[['touchMove',['$event']]]],['touchend',[['touchEnd',['$event']]]]]}}" bindtouchstart="__e" bindtouchmove="__e" bindtouchend="__e"></canvas></block><block wx:else><block wx:if="{{isPc}}"><canvas class="lime-echart__canvas data-v-11cd01fd" style="{{(canvasStyle)}}" id="{{canvasId}}" canvas-id="{{canvasId}}" disable-scroll="{{isDisableScroll}}" data-event-opts="{{[['mousedown',[['touchStart',['$event']]]],['mousemove',[['touchMove',['$event']]]],['mouseup',[['touchEnd',['$event']]]]]}}" bindmousedown="__e" bindmousemove="__e" bindmouseup="__e"></canvas></block><block wx:else><canvas class="lime-echart__canvas data-v-11cd01fd" style="{{(canvasStyle)}}" width="{{nodeWidth}}" height="{{nodeHeight}}" canvas-id="{{canvasId}}" id="{{canvasId}}" disable-scroll="{{isDisableScroll}}" data-event-opts="{{[['touchstart',[['touchStart',['$event']]]],['touchmove',[['touchMove',['$event']]]],['touchend',[['touchEnd',['$event']]]]]}}" bindtouchstart="__e" bindtouchmove="__e" bindtouchend="__e"></canvas></block></block><block wx:if="{{isOffscreenCanvas}}"><canvas style="{{(offscreenStyle)}}" canvas-id="{{offscreenCanvasId}}" class="data-v-11cd01fd"></canvas></block></view></block>
@@ -0,0 +1 @@
.lime-echart.data-v-11cd01fd{position:relative;width:100%;height:100%}.lime-echart__canvas.data-v-11cd01fd{width:100%;height:100%}
File diff suppressed because one or more lines are too long