页面构成

This commit is contained in:
Abin
2026-01-05 18:07:57 +08:00
parent 66b2e3ddac
commit c2f0c46c4d
40 changed files with 2817 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
<scroll-view class="scrollarea" scroll-y type="list">
<text class="pagetitle">{{title}}</text>
<view class="pageauthoranddate">
<text class="pageauthor">{{author}}</text>
<text class="pagedate">{{date}}</text>
</view>
<Parser html="{{htmlcontent}}" />
</scroll-view>