• 正在查找将来过去时的官方设定集?不如看看万界大百科吧!
  • 《将来过去时》第一部分 现在 魔科纪元的少年少女 即将正式发布!
  • 让我偷偷看一眼小鱼君的博客……
  • 服务器已成功迁移到 阿里云(杭州)

“Html:Notify”的版本间的差异

来自小鱼君和他的朋友们
([InPageEdit] 没有编辑摘要)
([InPageEdit] 没有编辑摘要)
 
(未显示同一用户的5个中间版本)
第1行: 第1行:
{{#tag:html|
+
<includeonly><html><script>
<includeonly><script></includeonly>
+
window.RLQ || [];
// <pre>// 以一秒十次的频率疯狂尝试调用ssi-modal,直到插件加载完毕
+
window.RLQ.push(async function(){
window.addEventListener('load',function(){
+
   await mw.loader.load('https://cdn.bootcdn.net/ajax/libs/ssi-modal/1.0.28/js/ssi-modal.min.js');
var postNotify = setInterval(function(){
+
  ssi_modal.notify('{{{type|}}}',{
   if (typeof(ssi_modal) !== 'undefined') {
+
   className: 'custom-notify',
   ssi_modal.notify('{{{type|}}}',{
+
   sizeClass: '{{{size|auto}}}',
    title: '{{{title|}}}',
+
   position: '{{{position|top right}}}',
    content: '{{{content|}}}',
+
   title: '{{{title|}}}',
    closeAfter: {
+
   content: '{{{content|}}}',
     time: {{{delay|15}}}
+
   closeAfter: {
     }
+
     time: 15
    });
+
    }
   clearInterval(postNotify);
+
   });
   }
 
},100);
 
 
});
 
});
<includeonly></script></includeonly>
+
</script></html></includeonly>
}}
 

2020年4月28日 (二) 10:38的最新版本