Files
bettergi-scripts-list/repo/js/SwitchAccountMultipleMode/manifest.json
云端客 9c8e5753c2 Uid识别批量改本体API (#3254)
* refactor(ActivitySwitchNotice): 替换OCR UID识别为游戏内UID获取

- 移除uid.js文件中的OCR UID识别功能及相关代码
- 在activity.js中将ocrUID()调用替换为genshin.uid()并添加toMainUi()调用
- 在campaignArea.js中将ocrUID()调用替换为genshin.uid()并添加toMainUi()调用
- 在mapMission.js中将ocrUID()调用替换为genshin.uid()并添加toMainUi()调用
- 在ws.js中将ocrUID()调用替换为genshin.uid()并添加toMainUi()调用
- 在HolyRelics.js中添加genshin.uid()获取并在日志中显示UID信息
- 更新manifest.json版本号从0.1.5到0.1.6
- 更新bgi_version从0.55.0到0.61.0

* refactor(FullyAutoAndSemiAutoTools): 重构UID识别模块并更新依赖版本

- 将uid.js重命名为tool.js并导出相关函数
- 移除旧的OCR UID识别逻辑,改用genshin.uid()方法
- 更新manifest.json中的版本号从0.0.1到0.0.2
- 升级bgi_version从0.54.3到0.61.0
- 修改main.js中的导入语句和UID获取方式
- 在initRecord函数中先调用toMainUi()确保在主界面
- 更新README.md中的文件结构说明

* refactor(SwitchAccountMultipleMode): 重构工具函数模块并更新依赖版本

- 将 uid.js 重命名为 tool.js 并导出所有工具函数
- 移除全局 uidUtil 对象,改为直接导出函数
- 更新 manifest.json 中的版本号至 2.1 和 bgi_version 至 0.61.0
- 修复 UID 比较逻辑,替换 ocrUID 调用为 genshin.uid()
- 清理未使用的 eval 语句和 ocrUID 函数
2026-05-30 23:20:52 +08:00

43 lines
1.2 KiB
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": "切换账号多模式",
"version": "2.1.1",
"bgi_version": "0.61.0",
"description": "多种模式的切换账号有下拉列表、填写账号密码OCR操作或键鼠操作目前支持B服/国际服但不完整\n免责申明所有的账号密码均保存在本地请使用者妥善保管账号密码请勿外泄账号密码。若因使用此脚本导致的账号泄露、封禁问题与脚本作者无关。",
"tags": [
"切换账号",
"鼠标点击",
"OCR"
],
"authors": [
{
"name": "起个名字好难的喵",
"links": "https://github.com/MisakaAldrich"
},
{
"name": "密密麻麻"
},
{
"name": "羊汪汪",
"links": "https://github.com/ColinXHL"
},
{
"name": "彩虹QQ人",
"email": "846224811@qq.com",
"links": "https://github.com/KRdingsan"
},
{
"name": "云端客",
"links": "https://github.com/Kirito520Asuna"
},
{
"name": "空",
"links": "https://pd.qq.com/g/620449244035027412/post/B_022e6a69a93f0a001441152193488791090X60?showGuild=1&errCode=0&asideType=Full"
},
{
"name": "檬"
}
],
"settings_ui": "settings.json",
"main": "main.js"
}