2025-03-01 13:36:26 +00:00

13 lines
437 B
Plaintext

<view class="container">
<view class="chatlog">
<contentstream content="{{ initial_message }}"></contentstream>
</view>
<view class="chatinput" bindtap="goto_camera">
<view class="inputbox">
<view class="placeholder">开启AI验证</view>
<view class="icon">
<image src="/static/up-button.png" class="up"></image>
</view>
</view>
</view>
</view>