普特莫斯维基 (Purtmars Wikipedia 📖)

GrowlNotification

来自Purtmars Wikipedia —— 普特莫斯维基
Bkm016讨论 | 贡献2021年4月12日 (一) 23:50的版本

 1 <html>
 2 <script>
 3     GrowlNotification.notify({
 4         title: 'Well Done!',
 5         description: 'You just submit your resume successfully.',
 6         type: 'success',
 7         position: 'top-right',
 8         closeTimeout: 5000,
 9         showProgress: true
10     });
11 </script>
12 </html>