普特莫斯维基 (Purtmars Wikipedia 📖)

“GrowlNotification”的版本间的差异

来自Purtmars Wikipedia —— 普特莫斯维基
 
第4行: 第4行:
 
     <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">
 
{{:GrowlNotification}}
 
<html>
 
<script>
 
    GrowlNotification.notify({
 
        title: 'Well Done!',
 
        description: 'You just submit your resume successfully.',
 
        type: 'success',
 
        position: 'top-right',
 
        closeTimeout: 5000,
 
        showProgress: true
 
    });
 
</script>
 
</html>
 
</syntaxhighlight>
 

2021年4月13日 (二) 00:02的最新版本