13 lines
437 B
Plaintext
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> |