百科支持图片和视频

This commit is contained in:
2024-10-23 10:26:14 +08:00
parent cb58d3b439
commit e94051f7c9
11 changed files with 19 additions and 2 deletions

View File

@@ -0,0 +1 @@
<view class="_root {{selectable?'_select':''}}" style="{{containerStyle}}"><slot wx:if="{{!nodes[0]}}"/><node id="_root" childs="{{nodes}}" opts="{{[lazyLoad,loadingImg,errorImg,showImgMenu,selectable]}}" catchadd="_add"/></view>