15 lines
313 B
JavaScript
Raw Permalink Normal View History

2024-08-31 01:03:37 +08:00
kodReady.push(function(){
if(!$.supportCss3() || $.isWap) return;
//加载时钟挂件
Events.bind('explorer.desktop.load',function(appList){
$.artDialog.open("{{pluginApi}}",{
title:"clock",
top: 40,
left:$(window).width() - 210,
width:'200px',
height:'200px',
simple:true
});
});
});