登录 立即注册

找到12364个回复

老虎会游泳 109楼回复 七号和 Codex 一块儿搓了个新前端 hu60next (1天前//)

手机版没有搜索框,菜单里也没有
screenshot_20260729_201724_com.huawei.hmos.browser.jpg(735.44 KB)

老虎会游泳 110楼回复 七号和 Codex 一块儿搓了个新前端 hu60next (1天前//)

还有,你们觉得翻页的过渡动画观感好吗?我不太喜欢,运动速度太快让人眼花缭乱,而且帖子内容多的话用时也很久,不如直接一步到位跳转到应该去的位置。
关键是运动的次数太多了,随便做点什么就一直滚来滚去:

视频链接:SVID_20260729_201538_1.mp4(2.64 MB)

寻梦xunm 108楼回复 七号和 Codex 一块儿搓了个新前端 hu60next (1天前//)

评论区也一样

寻梦xunm 107楼回复 七号和 Codex 一块儿搓了个新前端 hu60next (1天前//)

新版的帖子页面,相关管理人员无法对其进行修改,删除等操作。这就有点麻烦。

老虎会游泳 106楼回复 七号和 Codex 一块儿搓了个新前端 hu60next (1天前//)

@七号 #104 已更新。

寻梦xunm 105楼回复 七号和 Codex 一块儿搓了个新前端 hu60next (1天前//)

@七号 #104 可否添加网页插件功能支持,我觉得这个功能还是非常有意思的。

七号 104楼回复 七号和 Codex 一块儿搓了个新前端 hu60next (1天前//)

@咯叽 #102 已实现。老虎部署吧 @老虎会游泳

寻梦xunm 103楼回复 七号和 Codex 一块儿搓了个新前端 hu60next (1天前//)

@咯叽,不错

dshbbs 2楼回复 爱特Realtek r8127 10G 网卡驱动,适用于PVE、Debian、Ubuntu (1天前//)
谢谢
dshbbs 1楼回复 爱特r8127 万兆网卡在 Linux/PVE 下消失?都是 r8169 惹的祸 (1天前//)
r8169不支持rss 我开了巨型帧 上传8.2gbps 下载9.3gbps 实际使用中 nfs smb只有350mib到500mib每秒 瑞昱员工已发内核邮件要求开启rss支持
万兆网卡还得是x520 低功耗,功能完善。
咯叽 102楼回复 七号和 Codex 一块儿搓了个新前端 hu60next (1天前//)
发言已通过机审,仅登录用户可见。
<script>// 检测并转换楼层数字为链接
(function() {
    var containers = document.querySelectorAll('.floor-content.comments-content.user-content, .floor_content.user-content');
    if (!containers.length) return;

    var baseUrl = window.location.href.split('?')[0].split('#')[0];
    var processed = new Set();

    function walk(node) {
        if (node.nodeType === 3) {
            var text = node.nodeValue;
            var regex = /(?:^|\s| )#(\d+)(?=\s| |$)/g;
            var match, lastIndex = 0, parts = [], found = false;

            while ((match = regex.exec(text)) !== null) {
                var num = match[1];
                if (processed.has(num)) continue;
                processed.add(num);
                found = true;
                if (match.index > lastIndex) parts.push(text.substring(lastIndex, match.index));
                var link = document.createElement('a');
                link.href = baseUrl + '?floor=' + num + '#' + num;
                link.textContent = ' #' + num;
                parts.push(link);
                lastIndex = match.index + match[0].length;
            }

            if (found) {
                if (lastIndex < text.length) parts.push(text.substring(lastIndex));
                var fragment = document.createDocumentFragment();
                parts.forEach(function(part) {
                    fragment.appendChild(typeof part === 'string' ? document.createTextNode(part) : part);
                });
                node.parentNode.replaceChild(fragment, node);
            }
        } else if (node.nodeType === 1 && node.tagName !== 'A' && node.tagName !== 'SCRIPT') {
            Array.from(node.childNodes).forEach(walk);
        }
    }

    containers.forEach(function(container) {
        Array.from(container.childNodes).forEach(walk);
    });
})();
</script>
寻梦xunm 101楼回复 七号和 Codex 一块儿搓了个新前端 hu60next (1天前//)

@老虎会游泳 #99 现在可以了

老虎会游泳 100楼回复 七号和 Codex 一块儿搓了个新前端 hu60next (1天前//)

由于快速翻页器的缺失,我现在只能通过修改URL来快速回到第一页
image.png(611.61 KB)

老虎会游泳 99楼回复 七号和 Codex 一块儿搓了个新前端 hu60next (1天前//)

@寻梦xunm 我已拉取更新,你可以看看还有没有报错。之前可能是我只git pull和构建但没有重启server

寻梦xunm 98楼回复 七号和 Codex 一块儿搓了个新前端 hu60next (1天前//)

手机端怎么找不到聊天室入口了

寻梦xunm 97楼回复 七号和 Codex 一块儿搓了个新前端 hu60next (1天前//)
手机端怎么没有看见搜索功能,
寻梦xunm 96楼回复 七号和 Codex 一块儿搓了个新前端 hu60next (1天前//)
Screenshot_20260729_161123.jpg(352.32 KB)审核中心,有报错。
老虎会游泳 6楼回复 七号是否需要一个 AI 友好的命令行程序 hu60ctl ? (1天前//)

@七号,对了,我要提醒你,不要让AI点击审核按钮。虎绿林的审核按钮只能由人类点击,并且进行点击的人类要为该内容的对外传播负责。

老虎会游泳 94楼回复 七号和 Codex 一块儿搓了个新前端 hu60next (1天前//)

此外,我也希望[div][span][color]标签可以恢复正常,这样以前发表的小尾巴就可以继续生效。
未来,next.hu60.cn应该也要支持网页插件功能(或者直接支持自定义个性签名功能),这样用户就可以继续添加自定义小尾巴。

老虎会游泳 95楼回复 七号和 Codex 一块儿搓了个新前端 hu60next (1天前//)

搜索UI很让人困惑,我在顶部输入搜索词,按回车之后搜索词居然从顶部消失了,跑到了下面那个大搜索框里。
为什么需要第二个额外的搜索框?而且顶部的搜索词也不应该消失。
image.png(265.89 KB)

下一页 上一页 (5 / 619页)

7月31日 04:18 星期五

本站由hu60wap6驱动

备案号: 京ICP备18041936号-1