first
This commit is contained in:
15
pages/index2/index2.wxml
Normal file
15
pages/index2/index2.wxml
Normal file
@@ -0,0 +1,15 @@
|
||||
<view class="page-container">
|
||||
<video id="bg-video"
|
||||
src="http://exam.yinyue.click/sky.mp4"
|
||||
loop
|
||||
muted
|
||||
autoplay
|
||||
object-fit="cover"
|
||||
controls="{{false}}">
|
||||
playback-rate="{{playbackRate}}">
|
||||
</video>
|
||||
<!-- 这里可以添加首页其他内容,比如标题、按钮等 -->
|
||||
<view class="content">
|
||||
<text class="title">欢迎来到我的梦境</text>
|
||||
</view>
|
||||
</view>
|
||||
Reference in New Issue
Block a user