浏览代码

Update 5 files

- /card.html
- /llama.html
- /index.html
- /Live2dHistoire/live2d/js/message.js
- /js/main.js
mayx 2 年之前
父节点
当前提交
8f7d02697d
共有 5 个文件被更改,包括 388 次插入21 次删除
  1. 1 1
      Live2dHistoire/live2d/js/message.js
  2. 0 18
      card.html
  3. 1 1
      index.html
  4. 1 1
      js/main.js
  5. 385 0
      llama.html

+ 1 - 1
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_

文件差异内容过多而无法显示
+ 0 - 18
card.html


+ 1 - 1
index.html

@@ -58,7 +58,7 @@ title: 首页 - 我的文章
  
  <a href="{% unless site.github %}https://mabbs.github.io{% endunless %}/pixiv-index/">Pixiv图片索引API</a><br>
 
- <a href="/card.html">抽卡</a> - 由<a href="https://github.com/eeg1412/">广树</a>大佬提供卡牌<br>
+ <a href="/card.html">Cloudflare LLaMA 2</a><br>
 
  <a href="/message.html">留言板</a><br>
 

+ 1 - 1
js/main.js

@@ -54,4 +54,4 @@ if (daysold > 90) {
 }
 
 var message_Path = '/Live2dHistoire/live2d/';
-var talkAPI = auxiliaryHost+"/talk.php";
+var talkAPI = "https://turing-api.mayx.eu.org/";

文件差异内容过多而无法显示
+ 385 - 0
llama.html