增量提交

This commit is contained in:
zqm
2026-04-21 13:46:20 +08:00
parent f64209cb04
commit 09eb6fb1bd
44 changed files with 4411 additions and 931 deletions

View File

@@ -100,8 +100,8 @@
</view>
</scroll-view>
<!-- 输入区域 -->
<view class="input-container">
<!-- 输入区域tab-bar 聊天模式时由 tab-bar 接管,此处隐藏) -->
<view class="input-container" wx:if="{{false}}">
<view class="input-wrapper">
<input
class="message-input"
@@ -123,4 +123,14 @@
</button>
</view>
</view>
<!-- 授权提示组件 -->
<auth-prompt
show="{{showAuthPrompt}}"
auth-type="{{authType}}"
bind:authSuccess="onAuthSuccess"
bind:authFail="onAuthFail"
bind:authCancel="onAuthCancel"
bind:settingsOpen="onSettingsOpen"
/>
</view>