资源下载链路打通
This commit is contained in:
@@ -299,19 +299,19 @@ div {
|
||||
|
||||
@-webkit-keyframes zeroFour {
|
||||
0% {
|
||||
content: "4";
|
||||
content: "错";
|
||||
}
|
||||
100% {
|
||||
content: "0";
|
||||
content: "误";
|
||||
}
|
||||
}
|
||||
|
||||
@keyframes zeroFour {
|
||||
0% {
|
||||
content: "4";
|
||||
content: "错";
|
||||
}
|
||||
100% {
|
||||
content: "0";
|
||||
content: "误";
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -62,8 +62,8 @@ try {
|
||||
"mouseover": [
|
||||
{ "selector": ".container a[href^='http']", "text": ["要看看 <span style=\"color:#0099cc;\">{text}</span> 么?"] },
|
||||
{ "selector": ".fui-home", "text": ["点击前往首页,想回到上一页可以使用浏览器的后退功能哦"] },
|
||||
{ "selector": ".fui-chat", "text": ["一言一语,一颦一笑。一字一句,一颗赛艇。"] },
|
||||
{ "selector": ".fui-eye", "text": ["嗯··· 要切换 看板娘 吗?"] },
|
||||
{ "selector": ".fui-chat", "text": ["我们来干点 鸡汤 吧?"] },
|
||||
{ "selector": ".fui-eye", "text": ["嗯··· 要切换 角色 吗?"] },
|
||||
{ "selector": ".fui-user", "text": ["喜欢换装 Play 吗?"] },
|
||||
{ "selector": ".fui-photo", "text": ["要拍张纪念照片吗?"] },
|
||||
{ "selector": ".fui-info-circle", "text": ["这里有关于我的信息呢"] },
|
||||
@@ -124,10 +124,15 @@ try {
|
||||
;
|
||||
|
||||
live2d_settings['hitokotoAPI'] = 'hitokoto.cn';
|
||||
live2d_settings['modelId'] = 5;
|
||||
live2d_settings['modelTexturesId'] = 1;
|
||||
live2d_settings['homePageUrl'] = 'index';
|
||||
live2d_settings['modelId'] = 2;
|
||||
live2d_settings['modelTexturesId'] = 22;
|
||||
live2d_settings['modelStorage'] = false;
|
||||
live2d_settings['canTurnToAboutPage'] = false;
|
||||
live2d_settings['screenshotCaptureName']= 'quinn.png';
|
||||
live2d_settings['waifuEdgeSide'] = 'left:0'; // 看板娘贴边方向,例如 'left:0'(靠左 0px), 'right:30'(靠右 30px)
|
||||
live2d_settings['waifuDraggable'] = 'unlimited'; // 拖拽样式,例如 'disable'(禁用), 'axis-x'(只能水平拖拽), 'unlimited'(自由拖拽)
|
||||
live2d_settings['waifuDraggableRevert'] = true; // 松开鼠标还原拖拽位置,可选 true(真), false(假)
|
||||
initModel(modelJson);
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user