19 lines
524 B
JavaScript
19 lines
524 B
JavaScript
tippy('#logo', {
|
|
content: '来自 Wallpaper Engine',
|
|
placement: 'right'
|
|
});
|
|
tippy('#title', {
|
|
content: 'Luthics is Here',
|
|
placement: 'right',
|
|
distance: -100
|
|
});
|
|
tippy('#gugugu', {
|
|
content: '<img src="https://picture-1300689095.file.myqcloud.com/2022/09/09/977015553e4de.gif" alt="咕咕咕">',
|
|
placement: 'right',
|
|
distance: -100
|
|
});
|
|
tippy('#wanna', {
|
|
content: '<img src="https://picture-1300689095.file.myqcloud.com/2022/09/09/cf4017f87e3f2.gif" alt="咕咕咕">',
|
|
placement: 'right',
|
|
distance: -70
|
|
}); |