wpjscc / wn-flashjs-plugin
v1.0.0
2023-06-21 06:59 UTC
Requires
This package is auto-updated.
Last update: 2024-09-21 17:04:55 UTC
README
composer require wpjscc/wn-flashjs-plugin
创建
配置
window.FlashMessage.info('InfoInfoInfoInfoInfoInfoInfoInfoInfo', {
timeout: 7000,
progress: true,
thumb: 'https://pbs.twimg.com/profile_images/659436766420672512/-pS2Bgfl.jpg'
});
复制链接
<script src="xxxxx"></script>
参考
待办事项
- 支持使用iframe
- 可以引入各种js,比如 tailwindcss, markdown-it 等,而不会对已有页面造成影响