Created
June 3, 2026 09:26
-
-
Save Tdison/0c39ca4b1faaf4d51164bcd3954b9f12 to your computer and use it in GitHub Desktop.
杂七杂八
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!name=KK键盘无限变声 | |
| #!desc=解锁KK键盘变声次数限制 | |
| #!author=王大锤 | |
| #!homepage=https://github.com/你的用户名 | |
| #!version=1.0 | |
| [rewrite_local] | |
| ^https?:\/\/kk\.weshine\.im\/v1\.0\/text2voice\/(checkCount|consumeCount) url json-response-body .data.totalCount = 999 | .data.currCount = 999 | |
| ^https?:\/\/kk\.weshine\.im\/v1\.0\/text2voice\/createTtsAudio url json-response-body .data.freeCount = 999 | |
| [mitm] | |
| hostname = kk.weshine.im |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment