diff options
author | mayx | 2024-01-01 10:53:46 +0000 |
---|---|---|
committer | mayx | 2024-01-01 10:53:46 +0000 |
commit | 8f7d02697dce507ff6b34fef41cf4d9e43124a52 (patch) | |
tree | f5673a9b6022bcce5d927b7329a5f7a32f9c70a4 /Live2dHistoire/live2d/js | |
parent | 4afea923c5f83d3bf056006abde80e8fbf83f04a (diff) |
Update 5 files
- /card.html - /llama.html - /index.html - /Live2dHistoire/live2d/js/message.js - /js/main.js
Diffstat (limited to 'Live2dHistoire/live2d/js')
-rw-r--r-- | Live2dHistoire/live2d/js/message.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Live2dHistoire/live2d/js/message.js b/Live2dHistoire/live2d/js/message.js index 5a1ae5a..ca6cf11 100644 --- a/Live2dHistoire/live2d/js/message.js +++ b/Live2dHistoire/live2d/js/message.js @@ -287,7 +287,7 @@ if(!norunFlag){ showMessage('思考中~', 0); $.ajax({ type: 'POST', - url: "https://turing-api.mayx.eu.org/", + url: talkAPI, data: { "info": info_, "userId": userid_ |