This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
FumaoPublic
/
gptAgent
Watch
3
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
upload
master
HolyKnightIX
1 year ago
parent
22544bb0a5
commit
91c3b66d60
1 changed files
with
1 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-2
miniprogram/pages/chat/chat.wxml
+ 1
- 2
miniprogram/pages/chat/chat.wxml
View File
@@ -41,5 +41,4 @@
<input class="inputBox" type="text" bindinput="input" value="{{message}}" placeholder="单次最多可输入{{saysContentLength}}字" />
<button class="sendBtn" type="primary" bindtap="send">发送</button>
</view>
</view>
<view></view>
</view>
Write
Preview
Loading…
Cancel
Save