mirror of
https://github.com/Mabbs/mabbs.github.io
synced 2026-01-11 00:41:45 +08:00
Update 5 files
- /card.html - /llama.html - /index.html - /Live2dHistoire/live2d/js/message.js - /js/main.js
This commit is contained in:
@ -287,7 +287,7 @@ if(!norunFlag){
|
|||||||
showMessage('思考中~', 0);
|
showMessage('思考中~', 0);
|
||||||
$.ajax({
|
$.ajax({
|
||||||
type: 'POST',
|
type: 'POST',
|
||||||
url: "https://turing-api.mayx.eu.org/",
|
url: talkAPI,
|
||||||
data: {
|
data: {
|
||||||
"info": info_,
|
"info": info_,
|
||||||
"userId": userid_
|
"userId": userid_
|
||||||
|
|||||||
@ -58,7 +58,7 @@ title: 首页 - 我的文章
|
|||||||
|
|
||||||
<a href="{% unless site.github %}https://mabbs.github.io{% endunless %}/pixiv-index/">Pixiv图片索引API</a><br>
|
<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>
|
<a href="/message.html">留言板</a><br>
|
||||||
|
|
||||||
|
|||||||
@ -54,4 +54,4 @@ if (daysold > 90) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
var message_Path = '/Live2dHistoire/live2d/';
|
var message_Path = '/Live2dHistoire/live2d/';
|
||||||
var talkAPI = auxiliaryHost+"/talk.php";
|
var talkAPI = "https://turing-api.mayx.eu.org/";
|
||||||
|
|||||||
385
llama.html
Normal file
385
llama.html
Normal file
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user