找到11516个回复
@冷寂_,镇江的鸿剑不错,私下发点红包,给我挂靠了几个域名备案,一致都没掉
还有其他的,啥快快网络,万恒啥的,不过我一直用的是鸿剑的
无业游民,求工作——定位西安
@读书顶个鸟用,过滤器这样写可能更简单,13楼已更新:
filter(image) { return image.matches('.userimg, .userthumb'); }
@读书顶个鸟用,改成这样比较好,修复了无关图片(比如顶部Logo、网页插件添加的图片)触发预览的问题:
$(document).ready(function () { document.querySelectorAll('.userimg, .userthumb').forEach(img => (img.onclick = function () { // 链接中的图片不预览 if (0 !== $(this).parents('a').length) return; let elem = $(this).parents('.user-content'); elem = elem.length > 0 ? elem[0] : this; let viewer = new Viewer(elem, { hidden: () => viewer.destroy(), filter(image) { return image.matches('.userimg, .userthumb'); } }); viewer.show() })); });
@0107,已经修复了,在wine游戏助手里把QQ游戏卸载重装一下就能玩了。
https://winegame.net/games/QQGame/