init project

This commit is contained in:
Timi
2025-12-05 10:38:55 +08:00
parent 2dc4e1daef
commit 99eb470625
73 changed files with 4312 additions and 0 deletions

View File

@ -0,0 +1,18 @@
<!--index.wxml-->
<scroll-view class="index" scroll-y type="list">
<view class="container">
<view class="header">
<image class="logo" src="/assets/image/logo.png"></image>
<text>
<text class="name gao">小糕</text>
<text>和</text>
<text class="name yeyu">夜雨</text>
<text>的美好记录</text>
</text>
</view>
<view class="password">
<t-input placeholder="请输入访问密码" model:value="{{key}}" borderless clearable />
</view>
<t-button class="enter" theme="primary" bind:tap="navigateToMain">进入</t-button>
</view>
</scroll-view>