https://github.com/BachWV/2fa-helper 这是一个适配 Quote 的 2FA 小工具,可以轻松推送多达两个验证码

image-20251222220208045

用来取代你手机上不知道为何占用空间巨大的 Microsoft Authenticator

https://dot.mindreset.tech/

image-20251222213044952

效果演示:

image-20251222213616375

使用帮助:

  1. 下载官方App,将Quote 绑定手机,连接WIFI(只能连接2.4Ghz WIFI)

  2. 获取设备序列号(MAC地址)https://dot.mindreset.tech/docs/service/open/get_device_id 和API-KEY https://dot.mindreset.tech/docs/service/open/get_api

  3. 在内容工坊中添加文本API

    Screenshot_2025-12-22-21-47-23-269_tech.mindreset

  4. https://auth0.csapp.fun/ 上添加 你的设备序列号和 API-KEY

    image-20251222214930031

  5. 扫描2fa的 二维码

    img

可以修改这个issuer的名字(也可以使用默认的名字),之后点击Save Configuration

6.等待code推送到你的设备上

你可以重复4-6步添加另一个验证码,由于设备屏幕大小的原因,您最多只能添加两个2fa code

你也可以通过view my code查看、删除已经添加的code

image-20251222215730426

部署:

  1. 安装 Node.js 环境
  2. git clone
  3. npm install
  4. npm start