feat: 瀑布流卡片
This commit is contained in:
75
dist/base.wxml
vendored
75
dist/base.wxml
vendored
@@ -137,6 +137,11 @@
|
||||
<block>{{i.v}}</block>
|
||||
</template>
|
||||
|
||||
<template name="tmpl_0_custom-wrapper">
|
||||
<custom-wrapper i="{{i}}" l="{{l}}" id="{{i.uid||i.sid}}" data-sid="{{i.sid}}">
|
||||
</custom-wrapper>
|
||||
</template>
|
||||
|
||||
<template name="tmpl_0_container">
|
||||
<template is="{{xs.a(0, i.nn, l)}}" data="{{i:i,cid:0,l:xs.f(l,i.nn)}}" />
|
||||
</template>
|
||||
@@ -197,6 +202,11 @@
|
||||
</scroll-view>
|
||||
</template>
|
||||
|
||||
<template name="tmpl_1_custom-wrapper">
|
||||
<custom-wrapper i="{{i}}" l="{{l}}" id="{{i.uid||i.sid}}" data-sid="{{i.sid}}">
|
||||
</custom-wrapper>
|
||||
</template>
|
||||
|
||||
<template name="tmpl_1_container">
|
||||
<template is="{{xs.a(1, i.nn, l)}}" data="{{i:i,cid:1,l:xs.f(l,i.nn)}}" />
|
||||
</template>
|
||||
@@ -257,6 +267,11 @@
|
||||
</scroll-view>
|
||||
</template>
|
||||
|
||||
<template name="tmpl_2_custom-wrapper">
|
||||
<custom-wrapper i="{{i}}" l="{{l}}" id="{{i.uid||i.sid}}" data-sid="{{i.sid}}">
|
||||
</custom-wrapper>
|
||||
</template>
|
||||
|
||||
<template name="tmpl_2_container">
|
||||
<template is="{{xs.a(2, i.nn, l)}}" data="{{i:i,cid:2,l:xs.f(l,i.nn)}}" />
|
||||
</template>
|
||||
@@ -317,6 +332,11 @@
|
||||
</scroll-view>
|
||||
</template>
|
||||
|
||||
<template name="tmpl_3_custom-wrapper">
|
||||
<custom-wrapper i="{{i}}" l="{{l}}" id="{{i.uid||i.sid}}" data-sid="{{i.sid}}">
|
||||
</custom-wrapper>
|
||||
</template>
|
||||
|
||||
<template name="tmpl_3_container">
|
||||
<template is="{{xs.a(3, i.nn, l)}}" data="{{i:i,cid:3,l:xs.f(l,i.nn)}}" />
|
||||
</template>
|
||||
@@ -369,6 +389,11 @@
|
||||
</text>
|
||||
</template>
|
||||
|
||||
<template name="tmpl_4_custom-wrapper">
|
||||
<custom-wrapper i="{{i}}" l="{{l}}" id="{{i.uid||i.sid}}" data-sid="{{i.sid}}">
|
||||
</custom-wrapper>
|
||||
</template>
|
||||
|
||||
<template name="tmpl_4_container">
|
||||
<template is="{{xs.a(4, i.nn, l)}}" data="{{i:i,cid:4,l:xs.f(l,i.nn)}}" />
|
||||
</template>
|
||||
@@ -421,6 +446,11 @@
|
||||
</text>
|
||||
</template>
|
||||
|
||||
<template name="tmpl_5_custom-wrapper">
|
||||
<custom-wrapper i="{{i}}" l="{{l}}" id="{{i.uid||i.sid}}" data-sid="{{i.sid}}">
|
||||
</custom-wrapper>
|
||||
</template>
|
||||
|
||||
<template name="tmpl_5_container">
|
||||
<template is="{{xs.a(5, i.nn, l)}}" data="{{i:i,cid:5,l:xs.f(l,i.nn)}}" />
|
||||
</template>
|
||||
@@ -465,6 +495,11 @@
|
||||
</text>
|
||||
</template>
|
||||
|
||||
<template name="tmpl_6_custom-wrapper">
|
||||
<custom-wrapper i="{{i}}" l="{{l}}" id="{{i.uid||i.sid}}" data-sid="{{i.sid}}">
|
||||
</custom-wrapper>
|
||||
</template>
|
||||
|
||||
<template name="tmpl_6_container">
|
||||
<template is="{{xs.a(6, i.nn, l)}}" data="{{i:i,cid:6,l:xs.f(l,i.nn)}}" />
|
||||
</template>
|
||||
@@ -509,6 +544,11 @@
|
||||
</text>
|
||||
</template>
|
||||
|
||||
<template name="tmpl_7_custom-wrapper">
|
||||
<custom-wrapper i="{{i}}" l="{{l}}" id="{{i.uid||i.sid}}" data-sid="{{i.sid}}">
|
||||
</custom-wrapper>
|
||||
</template>
|
||||
|
||||
<template name="tmpl_7_container">
|
||||
<template is="{{xs.a(7, i.nn, l)}}" data="{{i:i,cid:7,l:xs.f(l,i.nn)}}" />
|
||||
</template>
|
||||
@@ -553,6 +593,11 @@
|
||||
</text>
|
||||
</template>
|
||||
|
||||
<template name="tmpl_8_custom-wrapper">
|
||||
<custom-wrapper i="{{i}}" l="{{l}}" id="{{i.uid||i.sid}}" data-sid="{{i.sid}}">
|
||||
</custom-wrapper>
|
||||
</template>
|
||||
|
||||
<template name="tmpl_8_container">
|
||||
<template is="{{xs.a(8, i.nn, l)}}" data="{{i:i,cid:8,l:xs.f(l,i.nn)}}" />
|
||||
</template>
|
||||
@@ -597,6 +642,11 @@
|
||||
</text>
|
||||
</template>
|
||||
|
||||
<template name="tmpl_9_custom-wrapper">
|
||||
<custom-wrapper i="{{i}}" l="{{l}}" id="{{i.uid||i.sid}}" data-sid="{{i.sid}}">
|
||||
</custom-wrapper>
|
||||
</template>
|
||||
|
||||
<template name="tmpl_9_container">
|
||||
<template is="{{xs.a(9, i.nn, l)}}" data="{{i:i,cid:9,l:xs.f(l,i.nn)}}" />
|
||||
</template>
|
||||
@@ -641,6 +691,11 @@
|
||||
</text>
|
||||
</template>
|
||||
|
||||
<template name="tmpl_10_custom-wrapper">
|
||||
<custom-wrapper i="{{i}}" l="{{l}}" id="{{i.uid||i.sid}}" data-sid="{{i.sid}}">
|
||||
</custom-wrapper>
|
||||
</template>
|
||||
|
||||
<template name="tmpl_10_container">
|
||||
<template is="{{xs.a(10, i.nn, l)}}" data="{{i:i,cid:10,l:xs.f(l,i.nn)}}" />
|
||||
</template>
|
||||
@@ -685,6 +740,11 @@
|
||||
</text>
|
||||
</template>
|
||||
|
||||
<template name="tmpl_11_custom-wrapper">
|
||||
<custom-wrapper i="{{i}}" l="{{l}}" id="{{i.uid||i.sid}}" data-sid="{{i.sid}}">
|
||||
</custom-wrapper>
|
||||
</template>
|
||||
|
||||
<template name="tmpl_11_container">
|
||||
<template is="{{xs.a(11, i.nn, l)}}" data="{{i:i,cid:11,l:xs.f(l,i.nn)}}" />
|
||||
</template>
|
||||
@@ -729,6 +789,11 @@
|
||||
</text>
|
||||
</template>
|
||||
|
||||
<template name="tmpl_12_custom-wrapper">
|
||||
<custom-wrapper i="{{i}}" l="{{l}}" id="{{i.uid||i.sid}}" data-sid="{{i.sid}}">
|
||||
</custom-wrapper>
|
||||
</template>
|
||||
|
||||
<template name="tmpl_12_container">
|
||||
<template is="{{xs.a(12, i.nn, l)}}" data="{{i:i,cid:12,l:xs.f(l,i.nn)}}" />
|
||||
</template>
|
||||
@@ -773,6 +838,11 @@
|
||||
</text>
|
||||
</template>
|
||||
|
||||
<template name="tmpl_13_custom-wrapper">
|
||||
<custom-wrapper i="{{i}}" l="{{l}}" id="{{i.uid||i.sid}}" data-sid="{{i.sid}}">
|
||||
</custom-wrapper>
|
||||
</template>
|
||||
|
||||
<template name="tmpl_13_container">
|
||||
<template is="{{xs.a(13, i.nn, l)}}" data="{{i:i,cid:13,l:xs.f(l,i.nn)}}" />
|
||||
</template>
|
||||
@@ -817,6 +887,11 @@
|
||||
</text>
|
||||
</template>
|
||||
|
||||
<template name="tmpl_14_custom-wrapper">
|
||||
<custom-wrapper i="{{i}}" l="{{l}}" id="{{i.uid||i.sid}}" data-sid="{{i.sid}}">
|
||||
</custom-wrapper>
|
||||
</template>
|
||||
|
||||
<template name="tmpl_14_container">
|
||||
<template is="{{xs.a(14, i.nn, l)}}" data="{{i:i,cid:14,l:xs.f(l,i.nn)}}" />
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user