feat: 添加微信群
This commit is contained in:
120
dist/base.wxml
vendored
120
dist/base.wxml
vendored
@@ -137,14 +137,6 @@
|
||||
<block>{{i.v}}</block>
|
||||
</template>
|
||||
|
||||
<template name="tmpl_0_channel-video">
|
||||
<channel-video autoplay="{{i.autoplay}}" id="{{i.uid||i.sid}}" data-sid="{{i.sid}}">
|
||||
<block wx:for="{{i.cn}}" wx:key="sid">
|
||||
<template is="{{xs.e(cid+1)}}" data="{{i:item,l:l}}" />
|
||||
</block>
|
||||
</channel-video>
|
||||
</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>
|
||||
@@ -205,14 +197,6 @@
|
||||
</scroll-view>
|
||||
</template>
|
||||
|
||||
<template name="tmpl_1_channel-video">
|
||||
<channel-video autoplay="{{i.autoplay}}" id="{{i.uid||i.sid}}" data-sid="{{i.sid}}">
|
||||
<block wx:for="{{i.cn}}" wx:key="sid">
|
||||
<template is="{{xs.e(cid+1)}}" data="{{i:item,l:l}}" />
|
||||
</block>
|
||||
</channel-video>
|
||||
</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>
|
||||
@@ -273,14 +257,6 @@
|
||||
</scroll-view>
|
||||
</template>
|
||||
|
||||
<template name="tmpl_2_channel-video">
|
||||
<channel-video autoplay="{{i.autoplay}}" id="{{i.uid||i.sid}}" data-sid="{{i.sid}}">
|
||||
<block wx:for="{{i.cn}}" wx:key="sid">
|
||||
<template is="{{xs.e(cid+1)}}" data="{{i:item,l:l}}" />
|
||||
</block>
|
||||
</channel-video>
|
||||
</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>
|
||||
@@ -341,14 +317,6 @@
|
||||
</scroll-view>
|
||||
</template>
|
||||
|
||||
<template name="tmpl_3_channel-video">
|
||||
<channel-video autoplay="{{i.autoplay}}" id="{{i.uid||i.sid}}" data-sid="{{i.sid}}">
|
||||
<block wx:for="{{i.cn}}" wx:key="sid">
|
||||
<template is="{{xs.e(cid+1)}}" data="{{i:item,l:l}}" />
|
||||
</block>
|
||||
</channel-video>
|
||||
</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>
|
||||
@@ -401,14 +369,6 @@
|
||||
</text>
|
||||
</template>
|
||||
|
||||
<template name="tmpl_4_channel-video">
|
||||
<channel-video autoplay="{{i.autoplay}}" id="{{i.uid||i.sid}}" data-sid="{{i.sid}}">
|
||||
<block wx:for="{{i.cn}}" wx:key="sid">
|
||||
<template is="{{xs.e(cid+1)}}" data="{{i:item,l:l}}" />
|
||||
</block>
|
||||
</channel-video>
|
||||
</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>
|
||||
@@ -461,14 +421,6 @@
|
||||
</text>
|
||||
</template>
|
||||
|
||||
<template name="tmpl_5_channel-video">
|
||||
<channel-video autoplay="{{i.autoplay}}" id="{{i.uid||i.sid}}" data-sid="{{i.sid}}">
|
||||
<block wx:for="{{i.cn}}" wx:key="sid">
|
||||
<template is="{{xs.e(cid+1)}}" data="{{i:item,l:l}}" />
|
||||
</block>
|
||||
</channel-video>
|
||||
</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>
|
||||
@@ -513,14 +465,6 @@
|
||||
</text>
|
||||
</template>
|
||||
|
||||
<template name="tmpl_6_channel-video">
|
||||
<channel-video autoplay="{{i.autoplay}}" id="{{i.uid||i.sid}}" data-sid="{{i.sid}}">
|
||||
<block wx:for="{{i.cn}}" wx:key="sid">
|
||||
<template is="{{xs.e(cid+1)}}" data="{{i:item,l:l}}" />
|
||||
</block>
|
||||
</channel-video>
|
||||
</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>
|
||||
@@ -565,14 +509,6 @@
|
||||
</text>
|
||||
</template>
|
||||
|
||||
<template name="tmpl_7_channel-video">
|
||||
<channel-video autoplay="{{i.autoplay}}" id="{{i.uid||i.sid}}" data-sid="{{i.sid}}">
|
||||
<block wx:for="{{i.cn}}" wx:key="sid">
|
||||
<template is="{{xs.e(cid+1)}}" data="{{i:item,l:l}}" />
|
||||
</block>
|
||||
</channel-video>
|
||||
</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>
|
||||
@@ -617,14 +553,6 @@
|
||||
</text>
|
||||
</template>
|
||||
|
||||
<template name="tmpl_8_channel-video">
|
||||
<channel-video autoplay="{{i.autoplay}}" id="{{i.uid||i.sid}}" data-sid="{{i.sid}}">
|
||||
<block wx:for="{{i.cn}}" wx:key="sid">
|
||||
<template is="{{xs.e(cid+1)}}" data="{{i:item,l:l}}" />
|
||||
</block>
|
||||
</channel-video>
|
||||
</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>
|
||||
@@ -669,14 +597,6 @@
|
||||
</text>
|
||||
</template>
|
||||
|
||||
<template name="tmpl_9_channel-video">
|
||||
<channel-video autoplay="{{i.autoplay}}" id="{{i.uid||i.sid}}" data-sid="{{i.sid}}">
|
||||
<block wx:for="{{i.cn}}" wx:key="sid">
|
||||
<template is="{{xs.e(cid+1)}}" data="{{i:item,l:l}}" />
|
||||
</block>
|
||||
</channel-video>
|
||||
</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>
|
||||
@@ -721,14 +641,6 @@
|
||||
</text>
|
||||
</template>
|
||||
|
||||
<template name="tmpl_10_channel-video">
|
||||
<channel-video autoplay="{{i.autoplay}}" id="{{i.uid||i.sid}}" data-sid="{{i.sid}}">
|
||||
<block wx:for="{{i.cn}}" wx:key="sid">
|
||||
<template is="{{xs.e(cid+1)}}" data="{{i:item,l:l}}" />
|
||||
</block>
|
||||
</channel-video>
|
||||
</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>
|
||||
@@ -773,14 +685,6 @@
|
||||
</text>
|
||||
</template>
|
||||
|
||||
<template name="tmpl_11_channel-video">
|
||||
<channel-video autoplay="{{i.autoplay}}" id="{{i.uid||i.sid}}" data-sid="{{i.sid}}">
|
||||
<block wx:for="{{i.cn}}" wx:key="sid">
|
||||
<template is="{{xs.e(cid+1)}}" data="{{i:item,l:l}}" />
|
||||
</block>
|
||||
</channel-video>
|
||||
</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>
|
||||
@@ -825,14 +729,6 @@
|
||||
</text>
|
||||
</template>
|
||||
|
||||
<template name="tmpl_12_channel-video">
|
||||
<channel-video autoplay="{{i.autoplay}}" id="{{i.uid||i.sid}}" data-sid="{{i.sid}}">
|
||||
<block wx:for="{{i.cn}}" wx:key="sid">
|
||||
<template is="{{xs.e(cid+1)}}" data="{{i:item,l:l}}" />
|
||||
</block>
|
||||
</channel-video>
|
||||
</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>
|
||||
@@ -877,14 +773,6 @@
|
||||
</text>
|
||||
</template>
|
||||
|
||||
<template name="tmpl_13_channel-video">
|
||||
<channel-video autoplay="{{i.autoplay}}" id="{{i.uid||i.sid}}" data-sid="{{i.sid}}">
|
||||
<block wx:for="{{i.cn}}" wx:key="sid">
|
||||
<template is="{{xs.e(cid+1)}}" data="{{i:item,l:l}}" />
|
||||
</block>
|
||||
</channel-video>
|
||||
</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>
|
||||
@@ -929,14 +817,6 @@
|
||||
</text>
|
||||
</template>
|
||||
|
||||
<template name="tmpl_14_channel-video">
|
||||
<channel-video autoplay="{{i.autoplay}}" id="{{i.uid||i.sid}}" data-sid="{{i.sid}}">
|
||||
<block wx:for="{{i.cn}}" wx:key="sid">
|
||||
<template is="{{xs.e(cid+1)}}" data="{{i:item,l:l}}" />
|
||||
</block>
|
||||
</channel-video>
|
||||
</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