New features: TG Telegram robot terminal [One-click configuration] and [Subscription conversion]

This commit is contained in:
心隨緣動 2025-10-07 23:30:57 +08:00 committed by GitHub
parent f015002745
commit b992362254
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1929,6 +1929,9 @@ if [[ $# > 0 ]]; then
"uninstall")
check_install 0 && uninstall 0
;;
"subconverter")
check_install 0 && subconverter 0
;;
*) show_usage ;;
esac
else