관리-도구
편집 파일: index.js
'use strict'; var notify = $.notify('<i class="fas fa-bell"></i></i><strong>Loading</strong> page Do not close this page...', { type: 'theme', allow_dismiss: true, delay: 4000, showProgressbar: true, timer: 300, // timer: 555555500, animate: { enter: 'animated fadeInDown', exit: 'animated fadeOutUp' } }); setTimeout(function () { notify.update('message', '<i class="fas fa-bell"></i></i><strong>Loading</strong> Inner Data.'); }, 1000);