diff --git a/main.go b/main.go index 3a3f1e68..c805edb4 100644 --- a/main.go +++ b/main.go @@ -16,7 +16,7 @@ import ( "strings" "syscall" - "github.com/joho/godotenv" + "github.com/joho/godotenv" ) // LeverageConfig 杠杆配置 @@ -225,7 +225,6 @@ func main() { log.Printf("✓ Admin mode enabled. All API endpoints require admin authentication.") } - log.Printf("✓ 配置数据库初始化成功") fmt.Println() diff --git a/web/src/components/AITradersPage.tsx b/web/src/components/AITradersPage.tsx index dc050317..7f621115 100644 --- a/web/src/components/AITradersPage.tsx +++ b/web/src/components/AITradersPage.tsx @@ -1936,28 +1936,6 @@ function ExchangeConfigModal({ /> -
- - setSecretKey(e.target.value)} - placeholder={t('enterSecretKey', language)} - className="w-full px-3 py-2 rounded" - style={{ - background: '#0B0E11', - border: '1px solid #2B3139', - color: '#EAECEF', - }} - required - /> -
- {selectedExchange.id === 'okx' && (