ylui icon indicating copy to clipboard operation
ylui copied to clipboard

如何清除启动的消息

Open TimeScroll-K opened this issue 3 years ago • 1 comments

启动消息太影响感官了,如何删掉这个消息。

TimeScroll-K avatar Oct 21 '21 13:10 TimeScroll-K

启动消息太影响感官了,如何删掉这个消息。

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)
        //   });
        // }

NoctuG avatar Jun 16 '22 06:06 NoctuG