Reminder: The BandTOTP series does not allow unauthorized distribution elsewhere! Unauthorized posting to watch face customizers is not allowed!
1. BandTOTP v3.1 update content
1. Added: Steam Verification Code (Proposer: @Natsumi)
You can add a Steam 2-step verification account to the bracelet.
In the Credentials field, add
"Is_Steam": true
to users who want to use Steam for two-step verification.
Reminder: 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, go directly to the multi-display page.
3. Optimization: When multiple pages are displayed, the verification code is no longer calculated every second, but every 30 seconds.
4. Fix: After using BandTOTP, left swipe will return to the dial interface when other applets are opened.
5. Fix: the bug that the remaining time seconds are incorrect.
2. How to get Steam OTPKey
参考这一篇文章进行操作:
https://zhuanlan.zhihu.com/p/133837187?utm_id=0
获取到的 shared_secret 即为 OTPKey,填入即可。
注意:请填入 shared_secret 而非 secret!