Skip to content

Commit d014871

Browse files
Rebuild
1 parent 633436c commit d014871

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

build/widget.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ interface Tips {
1313
hitokoto: string;
1414
welcome: string;
1515
referrer: string;
16-
hoverBody: string;
17-
tapBody: string;
16+
hoverBody: string | string[];
17+
tapBody: string | string[];
1818
};
1919
time: Time;
2020
mouseover: {

dist/chunk/index.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/chunk/index2.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/waifu-tips.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)