fix(vue): 优化通知配置检测逻辑,正确区分提示与警告

This commit is contained in:
XSX-Milan
2026-01-28 12:54:28 +08:00
parent c0ce97ceb5
commit 15083c6b66
3 changed files with 2481 additions and 2432 deletions
+6 -1
View File
@@ -2642,7 +2642,12 @@ const locale = {
'globalMarket.aboveForecast': 'Above Forecast',
'globalMarket.belowForecast': 'Below Forecast',
'globalMarket.upcomingEvents': 'Upcoming Events',
'globalMarket.releasedEvents': 'Released Data'
'globalMarket.releasedEvents': 'Released Data',
// Trading Assistant
'trading-assistant.form.notificationFromProfile': 'Notifications will be sent to the address configured in your profile.',
'trading-assistant.form.notificationConfigMissing': 'You have not configured parameters for selected channels ({channels}). Please go to your profile to configure them.',
'trading-assistant.form.goToProfile': 'Go to Profile'
}
export default {
File diff suppressed because it is too large Load Diff