first commit

This commit is contained in:
PC-202306242200\Administrator
2026-03-28 23:27:25 +08:00
commit 85b89ccea7
1694 changed files with 168292 additions and 0 deletions

View File

@@ -0,0 +1 @@
<view style="padding:30rpx;"><view style="font-size:34rpx;">{{articleItem.title}}</view><view style="height:20rpx;"></view><view style="color:#999;font-size:30rpx;">{{"发布时间:"+articleItem.created_at}}</view><view style="height:20rpx;"></view><block wx:if="{{articleItem.video}}"><video style="width:690rpx;height:388rpx;" poster="{{articleItem.cover}}" src="{{articleItem.video}}" direction="{{90}}"></video></block><view style="height:20rpx;"></view><view><mp-html vue-id="58187223-1" content="{{articleItem.note}}" bind:__l="__l"></mp-html></view><view style=";"></view></view>