这是一个为 uTools 开发的插件,用于快速查看和管理二次验证(OTP)代码。
- 快速显示配置的 OTP 代码
- 构建工具: Vite
- 前端框架: React + TypeScript
- UI 库: Ant Design
本项目基于标准的 uTools 插件结构:
plugin.json: 插件的配置文件。preload.js: 用于在 uTools 环境下连接 UI 层和 Node.js API。src/: 包含 React 应用的源代码。
npm install && cd plugin && npm install && cd ..
npm run devnpm run build