普特莫斯维基 (Purtmars Wikipedia 📖)

GrowlNotification Example

来自Purtmars Wikipedia —— 普特莫斯维基
Bkm016讨论 | 贡献2021年4月13日 (二) 00:02的版本 (建立内容为“<syntaxhighlight lang="html" line="line"> {{:GrowlNotification}} <html> <script> GrowlNotification.notify({ title: 'Well Done!', description:…”的新页面)
(差异) ←上一版本 | 最后版本 (差异) | 下一版本→ (差异)
{{:GrowlNotification}}


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