Skip to content

Commit c0738c0

Browse files
authored
Merge pull request #27 from p369349074/main
enable webhook and phone notification settings
2 parents 246dc29 + b78d0ab commit c0738c0

File tree

1 file changed

+2
-0
lines changed
  • quantdinger_vue/src/views/trading-assistant

1 file changed

+2
-0
lines changed

quantdinger_vue/src/views/trading-assistant/index.vue

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -919,6 +919,8 @@
919919
<a-checkbox value="email">{{ $t('trading-assistant.notify.email') }}</a-checkbox>
920920
<a-checkbox value="telegram">{{ $t('trading-assistant.notify.telegram') }}</a-checkbox>
921921
<a-checkbox value="discord">{{ $t('trading-assistant.notify.discord') }}</a-checkbox>
922+
<a-checkbox value="webhook">{{ $t('trading-assistant.notify.webhook') }}</a-checkbox>
923+
<a-checkbox value="phone">{{ $t('trading-assistant.notify.phone') }}</a-checkbox>
922924
</a-checkbox-group>
923925
<div class="form-item-hint">{{ $t('trading-assistant.form.notifyChannelsHint') }}</div>
924926
</a-form-item>

0 commit comments

Comments
 (0)