• 游客,欢迎来到米坛社区。
    米坛社区是大型中文智能穿戴设备交流社区,在这里交流你的极客思想,共同建造我们的智能世界
    为了更加方便的获取支持与帮助,请加入米坛社区官方QQ频道

米环7小程序 [BandTOTP v3.1 更新] 新增Steam验证码、单文件夹自动跳转,修复若干 Bug

AwCat

LV0
普通成员
UID
441672
2023-09-29
3
0

提醒:BandTOTP 系列不允许未经许可发布到其他地方!不允许未经许可发布到表盘自定义工具!​

配置文件写法和其他注意事项请见:[两步验证器BandTOTP V3.0大型更新] 新增密码访问、文件夹分类、多验证码显示、自定义标题栏,支持无限账号


一、BandTOTP v3.1 更新内容​

1. 新增:Steam 验证码(提议者:@Natsumi)​

可以在手环上添加 Steam 二步验证账号了。

在 Credentials 字段要使用 Steam 方式进行二步验证的用户中新增 "Is_Steam": true 即可。

提醒:请注意大小写!

以下是 config.json 配置文件片段举例:
代码:
"Folders": [{
            "Name": "Example",
            "Credentials": [{
                "Name": "Example_Steam",
                "OTPKey": "ExempleSharedSecret=",
                "Is_Steam": true
            }]
        }
    ]

2. 新增:单文件夹自动跳转(提议者:@Cp0204)​

当文件夹只有一个时,直接进入多显页面。

3. 优化:在多显页面时,不再每秒计算一次验证码,而是每 30 秒计算一次验证码。​


4. 修复:使用过 BandTOTP 后,打开其他小程序时左划会返回表盘界面的 Bug。​


5. 修复:剩余时间秒数不正确的 Bug。​


二、Steam OTPKey 获取方式​

参考这一篇文章进行操作:https://zhuanlan.zhihu.com/p/133837187?utm_id=0

获取到的 shared_secret 即为 OTPKey,填入即可。

注意:请填入 shared_secret 而非 secret!
太强了!支持大大!
 

JQPoison

LV0
普通成员
UID
103428
2022-08-02
11
1

提醒:BandTOTP 系列不允许未经许可发布到其他地方!不允许未经许可发布到表盘自定义工具!​

配置文件写法和其他注意事项请见:[两步验证器BandTOTP V3.0大型更新] 新增密码访问、文件夹分类、多验证码显示、自定义标题栏,支持无限账号


一、BandTOTP v3.1 更新内容​

1. 新增:Steam 验证码(提议者:@Natsumi)​

可以在手环上添加 Steam 二步验证账号了。

在 Credentials 字段要使用 Steam 方式进行二步验证的用户中新增 "Is_Steam": true 即可。

提醒:请注意大小写!

以下是 config.json 配置文件片段举例:
代码:
"Folders": [{
            "Name": "Example",
            "Credentials": [{
                "Name": "Example_Steam",
                "OTPKey": "ExempleSharedSecret=",
                "Is_Steam": true
            }]
        }
    ]

2. 新增:单文件夹自动跳转(提议者:@Cp0204)​

当文件夹只有一个时,直接进入多显页面。

3. 优化:在多显页面时,不再每秒计算一次验证码,而是每 30 秒计算一次验证码。​


4. 修复:使用过 BandTOTP 后,打开其他小程序时左划会返回表盘界面的 Bug。​


5. 修复:剩余时间秒数不正确的 Bug。​


二、Steam OTPKey 获取方式​

参考这一篇文章进行操作:https://zhuanlan.zhihu.com/p/133837187?utm_id=0

获取到的 shared_secret 即为 OTPKey,填入即可。

注意:请填入 shared_secret 而非 secret!
跪求下载
 

s200803104613

LV0
普通成员
UID
348262
2023-07-11
33
0

提醒:BandTOTP 系列不允许未经许可发布到其他地方!不允许未经许可发布到表盘自定义工具!​

配置文件写法和其他注意事项请见:[两步验证器BandTOTP V3.0大型更新] 新增密码访问、文件夹分类、多验证码显示、自定义标题栏,支持无限账号


一、BandTOTP v3.1 更新内容​

1. 新增:Steam 验证码(提议者:@Natsumi)​

可以在手环上添加 Steam 二步验证账号了。

在 Credentials 字段要使用 Steam 方式进行二步验证的用户中新增 "Is_Steam": true 即可。

提醒:请注意大小写!

以下是 config.json 配置文件片段举例:
代码:
"Folders": [{
            "Name": "Example",
            "Credentials": [{
                "Name": "Example_Steam",
                "OTPKey": "ExempleSharedSecret=",
                "Is_Steam": true
            }]
        }
    ]

2. 新增:单文件夹自动跳转(提议者:@Cp0204)​

当文件夹只有一个时,直接进入多显页面。

3. 优化:在多显页面时,不再每秒计算一次验证码,而是每 30 秒计算一次验证码。​


4. 修复:使用过 BandTOTP 后,打开其他小程序时左划会返回表盘界面的 Bug。​


5. 修复:剩余时间秒数不正确的 Bug。​


二、Steam OTPKey 获取方式​

参考这一篇文章进行操作:https://zhuanlan.zhihu.com/p/133837187?utm_id=0

获取到的 shared_secret 即为 OTPKey,填入即可。

注意:请填入 shared_secret 而非 secret!
ggg
 

波小兵

LV0
普通成员
UID
469370
2023-10-15
22
3

提醒:BandTOTP 系列不允许未经许可发布到其他地方!不允许未经许可发布到表盘自定义工具!​

配置文件写法和其他注意事项请见:[两步验证器BandTOTP V3.0大型更新] 新增密码访问、文件夹分类、多验证码显示、自定义标题栏,支持无限账号


一、BandTOTP v3.1 更新内容​

1. 新增:Steam 验证码(提议者:@Natsumi)​

可以在手环上添加 Steam 二步验证账号了。

在 Credentials 字段要使用 Steam 方式进行二步验证的用户中新增 "Is_Steam": true 即可。

提醒:请注意大小写!

以下是 config.json 配置文件片段举例:
代码:
"Folders": [{
            "Name": "Example",
            "Credentials": [{
                "Name": "Example_Steam",
                "OTPKey": "ExempleSharedSecret=",
                "Is_Steam": true
            }]
        }
    ]

2. 新增:单文件夹自动跳转(提议者:@Cp0204)​

当文件夹只有一个时,直接进入多显页面。

3. 优化:在多显页面时,不再每秒计算一次验证码,而是每 30 秒计算一次验证码。​


4. 修复:使用过 BandTOTP 后,打开其他小程序时左划会返回表盘界面的 Bug。​


5. 修复:剩余时间秒数不正确的 Bug。​


二、Steam OTPKey 获取方式​

参考这一篇文章进行操作:https://zhuanlan.zhihu.com/p/133837187?utm_id=0

获取到的 shared_secret 即为 OTPKey,填入即可。

注意:请填入 shared_secret 而非 secret!
666
 

现金应用程序

LV0
普通成员
UID
183589
2023-01-09
10
0
w

Reminder: The BandTOTP series is not allowed to be published elsewhere without permission! Posting to watch face customization tools without permission is not allowed!​

For how to write configuration files and other precautions, please see: [Large update of two-step authenticator BandTOTP V3.0] Added password access, folder classification, multiple verification code display, custom title bar, and support for unlimited accounts


1. BandTOTP v3.1 update content​

1. New: Steam verification code (Proposer: @Natsumi)​

You can add a Steam two-step verification account to the bracelet.

Add "Is_Steam": true to the Credentials field for users who want to use Steam for two-step verification.

Reminder: Please pay attention to capitalization!

The following is an example of a config.json configuration file fragment :
代码:
"Folders": [{
            "Name": "Example",
            "Credentials": [{
                "Name": "Example_Steam",
                "OTPKey": "ExempleSharedSecret=",
                "Is_Steam": true
            }]
        }
    ]

2. New: Automatic jump to single folder (Proposer: @Cp0204)​

When there is only one folder, enter the multi-display page directly.

3. Optimization: When using multi-display pages, the verification code is no longer calculated every second, but is calculated every 30 seconds.​


4. Fix: After using BandTOTP, left swiping will return to the watch face interface when opening other mini programs.​


5. Fixed: Bug in which the remaining time in seconds is incorrect.​


2. How to obtain Steam OTPKey​

Please refer to this article for operation: https://zhuanlan.zhihu.com/p/133837187?utm_id=0

The obtained shared_secret is the OTPKey, just fill it in.

Note: Please fill in shared_secret instead of secret!
 

upsa

LV0
普通成员
UID
22455
2019-10-16
26
2

提醒:BandTOTP 系列不允许未经许可发布到其他地方!不允许未经许可发布到表盘自定义工具!​

配置文件写法和其他注意事项请见:[两步验证器BandTOTP V3.0大型更新] 新增密码访问、文件夹分类、多验证码显示、自定义标题栏,支持无限账号


一、BandTOTP v3.1 更新内容​

1. 新增:Steam 验证码(提议者:@Natsumi)​

可以在手环上添加 Steam 二步验证账号了。

在 Credentials 字段要使用 Steam 方式进行二步验证的用户中新增 "Is_Steam": true 即可。

提醒:请注意大小写!

以下是 config.json 配置文件片段举例:
代码:
"Folders": [{
            "Name": "Example",
            "Credentials": [{
                "Name": "Example_Steam",
                "OTPKey": "ExempleSharedSecret=",
                "Is_Steam": true
            }]
        }
    ]

2. 新增:单文件夹自动跳转(提议者:@Cp0204)​

当文件夹只有一个时,直接进入多显页面。

3. 优化:在多显页面时,不再每秒计算一次验证码,而是每 30 秒计算一次验证码。​


4. 修复:使用过 BandTOTP 后,打开其他小程序时左划会返回表盘界面的 Bug。​


5. 修复:剩余时间秒数不正确的 Bug。​


二、Steam OTPKey 获取方式​

参考这一篇文章进行操作:https://zhuanlan.zhihu.com/p/133837187?utm_id=0

获取到的 shared_secret 即为 OTPKey,填入即可。

注意:请填入 shared_secret 而非 secret!
666
 

cclolipops

LV0
普通成员
UID
212642
2023-02-23
18
0

提醒:BandTOTP 系列不允许未经许可发布到其他地方!不允许未经许可发布到表盘自定义工具!​

配置文件写法和其他注意事项请见:[两步验证器BandTOTP V3.0大型更新] 新增密码访问、文件夹分类、多验证码显示、自定义标题栏,支持无限账号


一、BandTOTP v3.1 更新内容​

1. 新增:Steam 验证码(提议者:@Natsumi)​

可以在手环上添加 Steam 二步验证账号了。

在 Credentials 字段要使用 Steam 方式进行二步验证的用户中新增 "Is_Steam": true 即可。

提醒:请注意大小写!

以下是 config.json 配置文件片段举例:
代码:
"Folders": [{
            "Name": "Example",
            "Credentials": [{
                "Name": "Example_Steam",
                "OTPKey": "ExempleSharedSecret=",
                "Is_Steam": true
            }]
        }
    ]

2. 新增:单文件夹自动跳转(提议者:@Cp0204)​

当文件夹只有一个时,直接进入多显页面。

3. 优化:在多显页面时,不再每秒计算一次验证码,而是每 30 秒计算一次验证码。​


4. 修复:使用过 BandTOTP 后,打开其他小程序时左划会返回表盘界面的 Bug。​


5. 修复:剩余时间秒数不正确的 Bug。​


二、Steam OTPKey 获取方式​

参考这一篇文章进行操作:https://zhuanlan.zhihu.com/p/133837187?utm_id=0

获取到的 shared_secret 即为 OTPKey,填入即可。

注意:请填入 shared_secret 而非 secret!
试试
 

*这是一则由 Google AdSense 自动推荐的广告,与本站无关,不对其真实性与可靠性负责