普特莫斯维基 (Purtmars Wikipedia 📖)

“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>
    <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">
 
<syntaxhighlight lang="html" line="line">
 +
{{:GrowlNotification}}
 
<html>
 
<html>
 
<script>
 
<script>

2021年4月12日 (一) 23:52的版本

{{:GrowlNotification}}


    GrowlNotification.notify({
        title: 'Well Done!',
        description: 'You just submit your resume successfully.',
        type: 'success',
        position: 'top-right',
        closeTimeout: 5000,
        showProgress: true
    });