fix bug: phone webhook check

This commit is contained in:
guopengfa
2026-02-06 09:06:00 +08:00
parent af8e46011e
commit 4dc05bbc26
@@ -953,10 +953,7 @@
<a-checkbox value="telegram">{{ $t('trading-assistant.notify.telegram') }}</a-checkbox>
<a-checkbox value="discord">{{ $t('trading-assistant.notify.discord') }}</a-checkbox>
<a-checkbox value="webhook">{{ $t('trading-assistant.notify.webhook') }}</a-checkbox>
<<<<<<< HEAD
<a-checkbox value="phone">{{ $t('trading-assistant.notify.phone') }}</a-checkbox>
=======
>>>>>>> 6876016 (sss)
</a-checkbox-group>
<div class="form-item-hint">{{ $t('trading-assistant.form.notifyChannelsHint') }}</div>
</a-form-item>