面条实验室

  1. 只需要在 ~/.claude/settings.json 加入下面的配置,就可以看你 Claude Code 的实时消耗了{ "statusLine": { "type": "command", "command": "bun x ccusage statusline", // Use "npx -y ccusage statusline" if you prefer npm "padding": 0 // Optional: set to 0 to let status line go to edge }}

    只需要在 ~/.claude/settings.json 加入下面的配置,就可以看你 Claude Code 的实时消耗了

    {

    "statusLine": {

    "type": "command",

    "command": "bun x ccusage statusline", // Use "npx -y ccusage statusline" if you prefer npm

    "padding": 0 // Optional: set to 0 to let status line go to edge

    }

    }

    https://ccusage.com/guide/statusline

    • 👍3
  2. 问了下作者,作者建议使用 AI Elements

    问了下作者,作者建议使用 AI Elements

    https://github.com/haydenbleasel/kibo/issues/215#issuecomment-3165413345

    From: mt@c.im

    mt@c.im

  3. 如何快速查询一个邮箱是否是临时邮箱?可以通过查询“域名 .tempmail .so .multi .surbl .org”的 DNS 记录来判断,如果解析指向 127.0.0.4, 这个邮箱就是临时邮箱

    如何快速查询一个邮箱是否是临时邮箱?

    可以通过查询“域名 .tempmail .so .multi .surbl .org”的 DNS 记录来判断,如果解析指向 127.0.0.4, 这个邮箱就是临时邮箱。

    同时可以通过 IP 最后一位数字判断是否是恶意软件、钓鱼网站等信息

1px