From 1c658e908c1519c5f8d5781728c041ad5d07b8e8 Mon Sep 17 00:00:00 2001 From: 1099438829 <1099438829@qq.com> Date: Wed, 3 Feb 2021 16:58:02 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=8B=E7=BC=A9=E5=9B=BE=E7=89=87=E5=92=8Ccd?= =?UTF-8?q?n?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- demo.html | 9 +++-- img/icon/icloud.png | Bin 83581 -> 24236 bytes img/icon/mail.png | Bin 85186 -> 42037 bytes img/icon/preview.png | Bin 82835 -> 39476 bytes img/wallpapers/mobile.jpg | Bin 214301 -> 94672 bytes index.html | 73 +++++++++++++++++++------------------- 6 files changed, 40 insertions(+), 42 deletions(-) diff --git a/demo.html b/demo.html index 06fde6a..9ee3107 100644 --- a/demo.html +++ b/demo.html @@ -9,8 +9,8 @@ - - + + @@ -182,10 +182,9 @@ - - + + - - - - - - + + + + + + Win10.setAnimated([ + 'animated flip', + 'animated bounceIn', + ], 0.01); + setTimeout(function () { + Win10.newMsg('推荐全屏', '按下F11全屏以达到最佳视觉效果(点击进入)', function () { + Win10.enableFullScreen(); + }) + }, 1500); + + setTimeout(function () { + layer.open({ + type: 2, + title: '最新资讯', + area: ['300px', '380px'], + shade: 0, + skin: 'win10-open-iframe', + offset: 'rb', + content: 'broadcast.html' + }) + }, 2000); + }); + \ No newline at end of file