Skip to content

Commit 9b1c25a

Browse files
Fix tapBody message
1 parent 2e775b3 commit 9b1c25a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

dist/waifu-tips.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@
253253
"welcome": "欢迎阅读<span>「$1」</span>",
254254
"referrer": "Hello!来自 <span>$1</span> 的朋友",
255255
"hoverBody": ["干嘛呢你,快把手拿开~~", "鼠…鼠标放错地方了!", "你要干嘛呀?", "喵喵喵?", "怕怕(ノ≧∇≦)ノ", "非礼呀!救命!", "这样的话,只能使用武力了!", "我要生气了哦", "不要动手动脚的!", "真…真的是不知羞耻!", "Hentai!"],
256-
"tapBody": [["是…是不小心碰到了吧…", "萝莉控是什么呀?", "你看到我的小熊了吗?", "再摸的话我可要报警了!⌇●﹏●⌇", "110 吗,这里有个变态一直在摸我(ó﹏ò。)", "不要摸我了,我会告诉老婆来打你的!", "干嘛动我呀!小心我咬你!", "别摸我,有什么好摸的!"]]
256+
"tapBody": ["是…是不小心碰到了吧…", "萝莉控是什么呀?", "你看到我的小熊了吗?", "再摸的话我可要报警了!⌇●﹏●⌇", "110 吗,这里有个变态一直在摸我(ó﹏ò。)", "不要摸我了,我会告诉老婆来打你的!", "干嘛动我呀!小心我咬你!", "别摸我,有什么好摸的!"]
257257
},
258258
"models": [{
259259
"name": "Potion-Maker/Pio",

src/widget.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ interface Tips {
4343
hitokoto: string;
4444
welcome: string;
4545
referrer: string;
46-
hoverBody: string;
47-
tapBody: string;
46+
hoverBody: string | string[];
47+
tapBody: string | string[];
4848
};
4949
/**
5050
* Time configuration.

0 commit comments

Comments
 (0)