upload project
This commit is contained in:
commit
06961cae04
422 changed files with 110626 additions and 0 deletions
28
subpackages/settings/chat-settings/chat-settings.wxml
Normal file
28
subpackages/settings/chat-settings/chat-settings.wxml
Normal 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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue