mirror of
https://github.com/caojiezi2003/live2d-widget.git
synced 2024-11-10 04:49:47 +00:00
Update tips
This commit is contained in:
parent
d3b9000073
commit
1471992608
@ -56,7 +56,7 @@ function loadWidget(waifuPath, apiPath) {
|
||||
var re = /x/;
|
||||
console.log(re);
|
||||
re.toString = () => {
|
||||
showMessage("哈哈,你打开了控制台,是想要看看我的秘密吗?", 6000, 9);
|
||||
showMessage("哈哈,你打开了控制台,是想要看看我的小秘密吗?", 6000, 9);
|
||||
return "";
|
||||
};
|
||||
$(document).on("copy", () => {
|
||||
@ -102,7 +102,7 @@ function loadWidget(waifuPath, apiPath) {
|
||||
var userAction = false,
|
||||
hitokotoTimer = null,
|
||||
messageTimer = null,
|
||||
messageArray = ["已经过了这么久了呀,日子过得好快呢……", "大坏蛋!你都多久没碰人家了呀,嘤嘤嘤~", "嗨~快来逗我玩吧!", "拿小拳拳锤你胸口!"];
|
||||
messageArray = ["已经过了这么久了呀……", "大坏蛋!你都多久没碰人家了呀,嘤嘤嘤~", "嗨~快来逗我玩吧!", "拿小拳拳锤你胸口!"];
|
||||
if ($(".fa-share-alt").is(":hidden")) messageArray.push("记得把小家加入Adblock白名单哦!");
|
||||
$(document).mousemove(() => {
|
||||
userAction = true;
|
||||
|
@ -10,7 +10,7 @@
|
||||
"text": ["要不要来玩飞机大战?", "这个按钮上写着“不要点击”。", "怎么,你想来和我玩个游戏?", "听说这样可以蹦迪!"]
|
||||
}, {
|
||||
"selector": "#waifu-tool .fa-user-circle",
|
||||
"text": ["要见见我的姐姐嘛?", "要切换看板娘吗?"]
|
||||
"text": ["你是不是不爱人家了呀,呜呜呜~", "要见见我的姐姐嘛?", "想要看我妹妹嘛?", "要切换看板娘吗?"]
|
||||
}, {
|
||||
"selector": "#waifu-tool .fa-street-view",
|
||||
"text": ["喜欢换装 PLAY 吗?", "这次要扮演什么呢?", "变装!", "让我们看看接下来会发生什么!"]
|
||||
@ -19,7 +19,7 @@
|
||||
"text": ["你要给我拍照呀?一二三~茄子~", "要不,我们来合影吧!", "保持微笑就好了~"]
|
||||
}, {
|
||||
"selector": "#waifu-tool .fa-info-circle",
|
||||
"text": ["想要知道更多关于我的事么?", "这里记录着我搬家的历史呢。"]
|
||||
"text": ["想要知道更多关于我的事么?", "这里记录着我搬家的历史呢。", "你想深入了解我什么呢?"]
|
||||
}, {
|
||||
"selector": "#waifu-tool .fa-times",
|
||||
"text": ["到了要说再见的时候了吗?", "呜呜 QAQ 后会有期……", "不要抛弃我呀……", "我们,还能再见面吗……", "哼,你会后悔的!"]
|
||||
|
Loading…
Reference in New Issue
Block a user