feat: 我的、设置、打印指南页面开发完成

This commit is contained in:
R524809
2026-05-07 16:32:49 +08:00
parent 0737c6165e
commit c732111e12
43 changed files with 1702 additions and 837 deletions
@@ -0,0 +1,16 @@
<view class="settings-page">
<nav-bar title="设置" />
<view class="settings-body">
<view class="settings-section">
<view class="settings-action" bindtap="onClearProfile">
<text class="settings-action__text">删除头像和昵称</text>
</view>
<view
class="settings-action settings-action--danger"
bindtap="onDeleteAccount">
<text class="settings-action__text">注销账户</text>
</view>
</view>
</view>
</view>