Reminder: The BandTOTP series is not allowed to be published elsewhere without permission! Posting to watch face customization tools without permission is not allowed!
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!