select default
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 1m42s
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 1m42s
This commit is contained in:
parent
b78c644adc
commit
7f3014905e
@ -247,8 +247,8 @@
|
|||||||
<option value="female" >女</option>
|
<option value="female" >女</option>
|
||||||
</select>
|
</select>
|
||||||
<select class="input" id="answer_type" style="margin-bottom: 16px;">
|
<select class="input" id="answer_type" style="margin-bottom: 16px;">
|
||||||
<option value="jiguang" selected>极光</option>
|
<option value="jiguang">极光</option>
|
||||||
<option value="gongzheng">公证</option>
|
<option value="gongzheng" selected>公证</option>
|
||||||
</select>
|
</select>
|
||||||
<div style="display: none;margin-bottom: 8px; width: 100%; text-align: left; color: var(--text-200);">会话ID</div>
|
<div style="display: none;margin-bottom: 8px; width: 100%; text-align: left; color: var(--text-200);">会话ID</div>
|
||||||
<input class="input" id="conversationId" style="display: none;" placeholder="请输入会话ID" value="1920410565458886658" title="请输入会话ID" />
|
<input class="input" id="conversationId" style="display: none;" placeholder="请输入会话ID" value="1920410565458886658" title="请输入会话ID" />
|
||||||
@ -326,7 +326,7 @@
|
|||||||
|
|
||||||
async function getToken() {
|
async function getToken() {
|
||||||
try {
|
try {
|
||||||
const response = await fetch('https://srtc.yantootech.com/token', {
|
const response = await fetch('http://127.0.0.1:8080/token', {
|
||||||
method: 'POST',
|
method: 'POST',
|
||||||
headers: {
|
headers: {
|
||||||
'Content-Type': 'application/json',
|
'Content-Type': 'application/json',
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user