ylui
ylui copied to clipboard
如何清除启动的消息
启动消息太影响感官了,如何删掉这个消息。
启动消息太影响感官了,如何删掉这个消息。
对 res/js/yl-render.js
进行修改
//社区版提示检测
// if (first && !YL.static.serialNumber) {
// YL.onReady(function () {
// setTimeout(function () {
// YL.msg("YLUI v" + YL.info.version + " 社区版", '当前YLUI为社区版,仅限个人用户学习使用,禁止商用及企业使用。<br/>更多信息及获取商业授权请访问:<br/>YLUI官网:' + '<a style="color: white" target="_blank" href="https://ylui.yuri2.cn">https://ylui.yuri2.cn</a><p>欢迎使用支付宝扫描二维码对作者进行捐赠,表达您对YLUI的支持~<br/><br/><img style="width: 100%" src="./res/img/donation.png"/></p>');
// }, 1500)
// });
// }