---
url: https://sugarat.top/weekly/2026-09-26.md
description: >-
  ① Gork Bot风格头像生成 ② Node.js 26.10.0内置防抖节流 ③ HTML 元素周期表 ④ Claude 实现逼真的水波纹效果 ⑤
  gpt-6-astra 3D提示词 ⑥ 测试GPT 是否降智 ⑦ vitepress-plugin-llms 插件 ⑧ tinyjs.app - 使用 js
  构建原生应用 ⑨ Chrome 154 支持自适应 iframe ⑩ Lovable 用 Rust 重写 Vite DevServer ⑪ Node 27
  官方不再支持 Mac Intel ⑫ 可以替代第三方包的12个Node内置能力
---

# 视野修炼第134期 | 豆豆眼头像

欢迎来到第 134 期的【视野修炼 - 技术周刊】，下面是本期的精选内容简介

\[\[toc]]

下面开始本期内容的介绍**ღ( ´･ᴗ･\` )比心**。

## 🔥强烈推荐

### [1. Gork Bot风格头像生成](https://grokbot-icon-studio.serio-ai.chatgpt.site/en)

![](https://img.cdn.sugarat.top/mdImg/sugar/022869f39ee587edca497e1d44caf895)

提示词是韩文的，原站访问可能需要点手法。

我给 fork 了一份，大家可以自己 copy 玩玩：[gork-bot-icon-prompt](https://sugarat.top/ai/skills/gork-bot-icon-prompt.html)

我也生成了几个还挺可爱（豆包就可以）。

![](https://img.cdn.sugarat.top/mdImg/sugar/5bbb4b51a018da3a0560c5f1a68b1cd0)

![](https://img.cdn.sugarat.top/mdImg/sugar/0e38437432227b5d1a61c5823402f10b)

![](https://img.cdn.sugarat.top/mdImg/sugar/e5fdbc0a50ab4c9f701feaebafa425c8)

### [2. Node.js 26.10.0内置防抖节流](https://nodejs.org/en/blog/release/v26.10.0)

`util.debounce/throttle.`

![](https://img.cdn.sugarat.top/mdImg/sugar/a49d379808c575d48998a8f2fbc694f3)

替大伙试试

![](https://img.cdn.sugarat.top/mdImg/sugar/801376e239fe42a6a129656eb1790f4f)

*以后手撕直接 util.throttle. 闪瞎面试官👓*

### [3. HTML 元素周期表](https://blog.alena.rocks/en/artifacts/html-elements/)

![](https://img.cdn.sugarat.top/mdImg/sugar/e055c3855dd738a216dada0c1d20c376)

展示形式很新颖👍🏻。

## 🤖AI工具&资讯

### [4. Claude 实现逼真的水波纹效果](https://aureliengmz.github.io/clearwater/)

![](https://img.cdn.sugarat.top/mdImg/sugar/ab693aadf48f7e9a88cd9a17e5772ba9)

源码：https://github.com/Aureliengmz/clearwater

`最近看了很多 Claude 5.5 的demo` 屌爆了，就是太贵了用不起。

### [5. gpt-6-astra 3D提示词](https://www.tripo3d.ai/zh/3d-prompts/models/gpt-6-astra)

![](https://img.cdn.sugarat.top/mdImg/sugar/dc16f2abb19c354d01958fc93e1b25f4)

直接一手参考做成小游戏。

### [6. 测试GPT 是否降智](https://gpttest.icu/)

经典 「骑自行车的鹈鹕」

![](https://img.cdn.sugarat.top/mdImg/sugar/500214296d23bcd0db0148a218d036a1)

https://peilika.pages.dev/

这个站点也有一些收集

![](https://img.cdn.sugarat.top/mdImg/sugar/fc63fbcab2abe477e882c734ad422e25)

## 🔧开源工具&技术资讯

### [7. vitepress-plugin-llms 插件](https://github.com/okineadev/vitepress-plugin-llms)

生成大模型友好的文档。

![](https://img.cdn.sugarat.top/mdImg/sugar/831c2708840ecd0750bfe879f11d93db)

![](https://img.cdn.sugarat.top/mdImg/sugar/348f3ccee57b5e11dd1f46ad7ecac4bd)

可以用工具测试一下你的站点llm支持情况。

```sh
npx llms-txt-check https://sugarat.top
```

我给博客加上了，嘿嘿。

![](https://cdn.upyun.sugarat.top/mdImg/sugar/e9e795bffe6fd1fb820e89c5a8641bbf)

### [8. tinyjs.app](https://tinyjs.app/) - 使用 js 构建原生应用

作者横向对了多个主流的这个打包出来的 APP 体积非常小。

![](https://img.cdn.sugarat.top/mdImg/sugar/c040199ea4d0e0cf87157c45020ffed7)

不过这个还是个新项目，适合尝鲜小项目使用。

### [9. Chrome 154 支持自适应 iframe](https://developer.chrome.com/blog/responsive-iframes?hl=zh-cn)

嵌入的 iframe 可以自适应内容尺寸了，

![](https://img.cdn.sugarat.top/mdImg/sugar/f4f1a8166ee8f9fc504a78f3b78440c8)

### [10. Lovable 用 Rust 重写 Vite DevServer](https://lovable.dev/blog/faster-previews-oj)

![](https://img.cdn.sugarat.top/mdImg/sugar/ba2f15f4c1fd3ffaacf1d3047d054294)

### [11. Node 27 官方不再支持 Mac Intel](https://github.com/nodejs/node/pull/65427)

从 Node 27 起，Intel Mac 降级为 "experimental" 支持—— 不再有官方 x64 macOS 构建，只剩 arm64 安装器

![](https://img.cdn.sugarat.top/mdImg/sugar/3df94404498f82bb7b89d0b15ea45fb9)

## 📚教程&文章

### [12. 可以替代第三方包的12个Node内置能力](https://flaviocopes.com/node-builtins/)

这里调几个常用的

1. `node --watch` 替代 `nodemon` 开发时自动重启
2. `--env-file` 替代 `dotenv` 加载环境变量
3. `util.styleText()` 替换 `chalk` 等颜色库的 `console.log`
4. `node:test` ,`node:assert` 替代 `jest` 和 `mocha` 单元测试
5. `util.parseArgs` 替换了 `yargs 、 commander` CLI 参数解析场景
6. `node:sqlite` 替代 `better-sqlite3`

## ⭐️强力推荐关注

> 周刊部分内容来源如下渠道，推荐大家关注。

* [阮一峰: 科技爱好者周刊](https://www.ruanyifeng.com/blog/archives.html) - 记录每周值得分享的科技内容，周五发布
* [frontendfoc](https://frontendfoc.us/issues) - 🚀 Frontend **Focus**
* [JavaScript Weekly](https://javascriptweekly.com/issues) - A newsletter of JavaScript articles, news and cool projects
* [nodejs Weekly](https://nodeweekly.com/issues) - A free, once–weekly e-mail round-up of Node.js news and articles.
