Files
bettergi-scripts-list/repo/js/切换账号(OCR)版本/manifest.json
彩虹QQ人 8b4e5d72d3 js 切换账号OCR方案 (#628)
* Create README.md

* add files

* Update main.js

修改填写密码的点击逻辑

* Update main.js

增加切换账号成功提示
2025-04-22 20:52:48 +08:00

14 lines
490 B
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"manifest_version": 1,
"name": "切换账号(OCR)版本",
"version": "1.0",
"description": "使用OCR实现从主页面退出登录实现切换选定账号。脚本问题请联系作者。免责申明所有的账号密码均保存在本地请使用者妥善保管账号密码请勿外泄账号密码。",
"authors": [
{
"name": "彩虹QQ人",
"email": "846224811@qq.com"
}
],
"settings_ui": "settings.json",
"main": "main.js"
}