Merge pull request #32 from p369349074/main

fix bug: phone webhook check
This commit is contained in:
Quantdinger
2026-02-09 19:38:05 +08:00
committed by GitHub
@@ -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>