Initial commit: queue workspace

Made-with: Cursor
This commit is contained in:
apple
2026-03-21 02:55:24 +08:00
commit 78de918c37
12388 changed files with 1840126 additions and 0 deletions

View File

@@ -0,0 +1 @@
<view><block wx:if="{{!$root.g0}}"><slot></slot></block><view style="{{(showAm+(selectable?';user-select:text;-webkit-user-select:text':''))}}" id="top" animation="{{scaleAm}}" data-event-opts="{{[['tap',[['_tap',['$event']]]],['touchstart',[['_touchstart',['$event']]]],['touchmove',[['_touchmove',['$event']]]]]}}" bindtap="__e" bindtouchstart="__e" bindtouchmove="__e"><trees vue-id="6b79763c-1" nodes="{{nodes}}" lazy-load="{{lazyLoad}}" loadVideo="{{loadVideo}}" bind:__l="__l"></trees><block wx:for="{{imgs}}" wx:for-item="item" wx:for-index="index" wx:key="index"><image id="{{index}}" src="{{item}}" hidden="{{true}}" data-event-opts="{{[['load',[['_load',['$event']]]]]}}" bindload="__e"></image></block></view></view>