gptbot/bingchat/components/quotes/quotes.wxml
2023-04-10 00:40:35 +08:00

3 lines
265 B
Plaintext

<view wx:if="{{quoteUrls.length > 0}}" class="quote">
<text wx:for="{{quoteUrls}}" data-url="{{item.url}}" data-t="{{item.title}}" class="quote-item" catchtap="copyUrl" wx:key="index" decode="{{true}}">{{item.i}}. {{item.host}} &nbsp;{{item.title}}</text>
</view>