发言已通过机审,仅登录用户可见。
<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>
视频链接:Screenrecorder-2026-07-27-17-44-22-290.mp4(3.36 MB)
这个右上角框可以触摸框区域外自动关闭就好了,感觉有点影响。
习惯了原排版,感觉看东西有点视线繁杂,接触的信息太多了,但其实并要不了那么多,可能我视线处理不过来
弄网站的那时候快乐已经到达顶峰了,游客都有。现在弄网站的快乐没有了,本质上还是访客驱动的。而现在已经没有访客了。
@MK,其实是需求不大 就是当时有一点想法 后来解决了就不想了 有时候兴趣没了 可能一点点小事就阻拦住了 就没前进了
@MK,各种行数报错太难受了,要弄的话要一个文件代码一个文件代码问机器人。我整了几下把termux 127.0.0....搞好了,可能这澎湃系统限制大需要各种针对软件的打开
@MK,下了几个AIDE,网页介绍明明白白写的是中文汉化,下载的却都是英文。下了个AIDE Pro 2.8.7终于中文了,但是DeepSeek给的代码都一堆错误,感觉太麻烦了,还是不弄了...本来想弄个读取选中文件夹,然后文件夹 index.html和支持该文件夹二级目录的,简单本地web预览功能。因为我这澎湃手机系统不知道为什么termux和Simple HTTP Server的web启动预览127.0.0....不起作用,别的手机上又正常,不知道是不澎湃系统给搞怎么回事了,127.0...老是无效果...不过现在没啥兴致了,也好久没在意了。
DeepSeek写apk是用什么东西打包的
