普特莫斯维基 (Purtmars Wikipedia 📖)

“GrowlNotification”的版本间的差异

来自Purtmars Wikipedia —— 普特莫斯维基
 
(未显示同一用户的1个中间版本)
第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>
    <script>
 
        GrowlNotification.notify({
 
            title: 'Well Done!',
 
            description: 'You just submit your resume successfully.',
 
            type: 'success',
 
            position: 'top-right',
 
            closeTimeout: 5000,
 
            showProgress: true
 
        });
 
    </script>
 
 
</html>
 
</html>
<syntaxhighlight lang="html" line="line">
 
<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的最新版本