“GrowlNotification”的版本间的差异
来自Purtmars Wikipedia —— 普特莫斯维基
第3行: | 第3行: | ||
<link rel="stylesheet" href="https://wiki.ptms.ink/images/d/d4/Growl-notification-light-theme.css"> | <link rel="stylesheet" href="https://wiki.ptms.ink/images/d/d4/Growl-notification-light-theme.css"> | ||
<script src="https://wiki.ptms.ink/images/0/09/Growl-notification.txt"></script> | <script src="https://wiki.ptms.ink/images/0/09/Growl-notification.txt"></script> | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
</html> | </html> | ||
<syntaxhighlight lang="html" line="line"> | <syntaxhighlight lang="html" line="line"> | ||
+ | {{:GrowlNotification}} | ||
<html> | <html> | ||
<script> | <script> |
2021年4月12日 (一) 23:52的版本
1 {{:GrowlNotification}}
2 <html>
3 <script>
4 GrowlNotification.notify({
5 title: 'Well Done!',
6 description: 'You just submit your resume successfully.',
7 type: 'success',
8 position: 'top-right',
9 closeTimeout: 5000,
10 showProgress: true
11 });
12 </script>
13 </html>