|
@@ -68,7 +68,7 @@
|
|
|
<fieldset>
|
|
|
<h2 class="fs-title">AI ANCHOR</h2>
|
|
|
<h3 class="fs-subtitle">影像來源</h3>
|
|
|
- <input id=title type="text" name='t1' class='img_src' value="" placeholder="1" /><input type="file" class="img_uploader img_up"> <br/>
|
|
|
+ <input id=title type="text" name='t1' class='img_src' value="" placeholder="1" /><input type="file" id='img0'class="img_uploader img_up"><label for="img0" class="upload-btn">上傳檔案</label> <br/>
|
|
|
|
|
|
<input id="checker" type="button" name="gen_avatar" class="gen_avatar action-button" value="送出" />
|
|
|
|