登录 立即注册

找到11502个回复

老虎会游泳 17楼回复 胡椒舰长使用阿里云函数(无服务器)搭建alist 网盘外链解析 (2023-08-23//)

应楼主请求撤销意外删除:

update hu60_bbs_topic_meta set locked=0 where id=104258;
update hu60_bbs_topic_content set content=(select content from hu60_msg where touid=22282 and byuid=22282 order by id desc limit 1), locked=0 where id=799078;
大贝哈哈哈 27楼回复 大尨放监控摄像头推荐用哪个牌子的SD卡? (2023-08-23//)
海康威视 or 大华?
晨曦 8楼回复 晨曦weixin110.qq.com是什么来路 (2023-08-23//)
@水木易安,可能是了 感谢
我是晨曦,我喂自己袋盐!
晨曦 7楼回复 晨曦weixin110.qq.com是什么来路 (2023-08-22//)
@嚻,那可能是了
我是晨曦,我喂自己袋盐!
TabKey9 6楼回复 TabKey9新闻插件 (2023-08-21//)
@没落的情绪你得PC端访问,新闻插件不想适配手机屏幕(不然我得重构代码)。刚试了一下,目前正常,另外“新闻页面”的视频不支持跳转(因为“知乎”的防盗链),也不支持播放。底部有个链接(跳转到知乎),查看原文或者查看历史新闻。
老虎会游泳 1楼回复 asd8089872Steam 无法从应用菜单启动 [已解决] (2023-08-21//)
水木易安 6楼回复 晨曦weixin110.qq.com是什么来路 (2023-08-20//)

微信跳转前的安全警告页面

5楼回复 晨曦weixin110.qq.com是什么来路 (2023-08-20//)
@晨曦,就是类似这种提示,你网站没备案吧,有的话一般不会拦截
Screenshot_2023-08-20-10-01-21-805_com.tencent.mm.jpg(111.92 KB)
晨曦 4楼回复 晨曦weixin110.qq.com是什么来路 (2023-08-19//)
@㝶芾厶眵攴䭡,有可能,不过这样的话腾讯爬虫压力不大吗,
我是晨曦,我喂自己袋盐!
晨曦 3楼回复 晨曦weixin110.qq.com是什么来路 (2023-08-19//)
@上善若水,应该不会,公益站
我是晨曦,我喂自己袋盐!
㝶芾厶眵攴䭡 2楼回复 晨曦weixin110.qq.com是什么来路 (2023-08-19//)

被人复制到了微信,微信内链一打开 会提前可能抓一次
~~~

上善若水 1楼回复 晨曦weixin110.qq.com是什么来路 (2023-08-19//)
有没有可能被人恶意举报
GreatGcby 5楼回复 老虎会游泳(仅限x86)Wine游戏助手Flatpak版安装教程 (2023-08-18//)
源还在不在?为啥我安装不上?
ailed to install net.winegame.client: 从远程仓库 winegame 提取 app/net.winegame.client/x86_64/master 时:While fetching https://file.winegame.net/flatpak/winegame/objects/fa/2ccbe8ab1dd3e12b491ea765d0b458761b17e3ecb5f869375aca7f47a41414.filez: [55] Failed sending data to the peer
dell@bogon~ $ flatpak run net.winegame.client
错误: app/net.winegame.client/x86_64/master 未安装
没落的情绪 5楼回复 TabKey9新闻插件 (2023-08-17//)
层主 @没落的情绪 于 2023-08-17 10:17 删除了该楼层。
老虎会游泳 53楼回复 cherrydra[网页插件] robotstatus: 显示机器人是否在线 (2023-08-16//)

@cherrydra,嗯确实在116上没问题,只能认为是115.0.5790.171的bug。

cherrydra 52楼回复 cherrydra[网页插件] robotstatus: 显示机器人是否在线 (2023-08-16//)

@老虎会游泳,不能复现呢?
微信截图_20230816120420.png(2.86 KB)微信截图_20230816120436.png(6.69 KB)

大尨 26楼回复 大尨放监控摄像头推荐用哪个牌子的SD卡? (2023-08-15//)
京东买两个闪迪的 256G的 看看到货啥效果
小候鸟 25楼回复 大尨放监控摄像头推荐用哪个牌子的SD卡? (2023-08-15//)
@无名啊,朗科的卡很垃圾,我车上监控用一个月就坏了,金士顿的卡一直在用都没出问题
IP地址:火星
老虎会游泳 51楼回复 cherrydra[网页插件] robotstatus: 显示机器人是否在线 (2023-08-14//)

@cherrydra,chrome现在不支持id='chat--50'这种两个减号的id了。

chatItem.id = `chat-${chat.uid}`
老虎会游泳 50楼回复 cherrydra[网页插件] robotstatus: 显示机器人是否在线 (2023-08-14//)

@cherrydra,在Chrome 115.0.5790.171上有兼容性问题:

function initChatWindowData() {
    renderChatList()
    document.querySelector(`#chat-${window.hu60_hu60bot_uid}`)
        .click()
}
window.hu60_hu60bot_uid
-50
document.querySelector(`#chat-${window.hu60_hu60bot_uid}`)
null
22780_public_hu60bot.js:105 Uncaught TypeError: Cannot read properties of null (reading 'click')
    at initChatWindowData (22780_public_hu60bot.js:105:9)
    at initHu60botChat (22780_public_hu60bot.js:99:5)
    at startPlugin (22780_public_hu60bot.js:18:5)
    at 22780_public_hu60bot.js:770:1
下一页 上一页 (158 / 576页)

11月6日 20:57 星期四

本站由hu60wap6驱动

备案号: 京ICP备18041936号-1