save code

This commit is contained in:
Your Name
2026-03-08 16:02:37 +00:00
parent 339e7dc1f6
commit 01fa717f5f
40 changed files with 196 additions and 22 deletions
+3 -3
View File
@@ -94,12 +94,12 @@
<div class="input-group">
<label for="human-url">人体图片URL:</label>
<input type="text" id="human-url" value="http://112.126.94.241:18888/static/imgs/human_20250713_091718_fb1f8a05.jpg">
<input type="text" id="human-url" value="http://117.50.44.174:18888/static/imgs/human_20250713_091718_fb1f8a05.jpg">
</div>
<div class="input-group">
<label for="cloth-url">衣服图片URL:</label>
<input type="text" id="cloth-url" value="http://112.126.94.241:18888/static/imgs/cloth_20250713_092536_279335d2.jpg">
<input type="text" id="cloth-url" value="http://117.50.44.174:18888/static/imgs/cloth_20250713_092536_279335d2.jpg">
</div>
<button id="submit-btn">提交处理</button>
@@ -136,7 +136,7 @@
try {
// 发送POST请求
const response = await fetch('http://112.126.94.241:18888/change_cloth', {
const response = await fetch('http://117.50.44.174:18888/change_cloth', {
method: 'POST',
headers: {
'Content-Type': 'application/json',