林黛玉倒拔垂杨柳 (@Qiner) 在 🚀 Grok 查 询 模 型 剩 余 用 量 中发帖
(\ _ /)
( ・-・)
/っ ☕ UI 版本的源码近千行,并且是定时请求模式这个我觉得不是很好万一被 CF 判官归类到 Bot 就 GG。
想查的时候 F12 一下就好,官网更新了维护也简单就改个名:
[2026-04-14_01-26-35]
源码:
(async () => {
const modes = ["Auto", "Fast", "Expert", "Heavy"];
const rows = await Promise.all(
modes.map(async (mode) => {
try {
const r = await fetch("https://grok.com/rest/rate-limits", {
method: "POST", credentials: "inclu...