upload project

This commit is contained in:
unknown 2025-12-27 17:16:03 +08:00
commit 06961cae04
422 changed files with 110626 additions and 0 deletions

View file

@ -0,0 +1,28 @@
<view class="page-container">
<scroll-view class="content-scroll">
<view class="settings-list">
<!-- 默认背景 -->
<view class="setting-item">
<text class="setting-label">默认背景</text>
<image src="/images//emoji/r-Return.svg" class="setting-arrow"></image>
</view>
<!-- 从相册选择 -->
<view class="setting-item">
<text class="setting-label">从相册选择</text>
<image src="/images//emoji/r-Return.svg" class="setting-arrow"></image>
</view>
<!-- 拍照片 -->
<view class="setting-item">
<text class="setting-label">拍照片</text>
<image src="/images//emoji/r-Return.svg" class="setting-arrow"></image>
</view>
</view>
<!-- 应用于全部聊天 -->
<view class="setting-item apply-all">
<text class="all">应用于全部聊天</text>
</view>
</scroll-view>
</view>