Liu Xiang Qian
16bf34d56e
feat: 添加 AI 扫描决策间隔配置支持
...
## 功能描述
在创建和编辑 Trader 时,支持配置 AI 扫描决策间隔(scan_interval_minutes),允许用户自定义 AI 决策的频率。
## 修改内容
### 后端修改 (api/server.go)
1. **CreateTraderRequest** 添加 `ScanIntervalMinutes` 字段
2. **UpdateTraderRequest** 添加 `ScanIntervalMinutes` 字段和 `SystemPromptTemplate` 字段
3. **handleCreateTrader** 处理扫描间隔默认值(默认 3 分钟)
4. **handleUpdateTrader** 支持更新扫描间隔
5. **handleGetTraderConfig** 返回中添加 `scan_interval_minutes` 字段
### 前端修改
#### web/src/types.ts
- `CreateTraderRequest` 添加 `scan_interval_minutes?` 可选字段
- `TraderConfigData` 添加 `scan_interval_minutes` 必填字段
#### web/src/components/TraderConfigModal.tsx
- 本地 `TraderConfigData` 接口添加 `scan_interval_minutes`
- 初始状态设置默认值为 3 分钟
- 添加 UI 输入框(范围 1-60 分钟)
- Label 优化为 "AI 扫描决策间隔 (分钟)"
#### web/src/components/AITradersPage.tsx
- `handleSaveEditTrader` 的更新请求中添加 `scan_interval_minutes`
#### web/src/components/landing/CommunitySection.tsx
- 修复 TypeScript 编译错误:定义 `CardProps` 接口
- 修正 `TestimonialCard` 组件的 prop 名称(author → authorName)
## 功能特性
- ✅ 支持 1-60 分钟的自定义间隔
- ✅ 默认值为 3 分钟
- ✅ UI 提示建议范围:3-10 分钟
- ✅ 创建和编辑时均支持配置
- ✅ 后端验证和处理默认值
## 测试步骤
1. 创建新 Trader,设置自定义扫描间隔(如 10 分钟)
2. 验证 Trader 创建成功
3. 编辑现有 Trader,修改扫描间隔
4. 验证修改保存成功
5. 确认 AI 决策按照新的间隔执行
2025-11-03 21:55:26 +08:00
Ember
06f141ec08
Merge branch 'dev' into quote-tweet-link
2025-11-02 23:56:46 +08:00
Ember
cf43651070
chore(landing): add lightweight AnimatedSection wrapper for main-based branch
2025-11-02 23:52:15 +08:00
Ember
2cee704220
chore(landing): add lightweight AnimatedSection wrapper for main-based branch
2025-11-02 23:49:23 +08:00
Ember
c6ccc2ae3f
feat(landing): integrate real community tweets in CommunitySection with author avatars and links
2025-11-02 23:48:25 +08:00
SkywalkerJi
3d6d1e4104
Google Tag Manager
2025-11-02 21:44:53 +08:00
Liu Xiang Qian
a8d5171087
fix: Update model validation in handleSaveModelConfig to support both configured and supported models
...
- Change validation to check allModels first, then supportedModels
- This allows saving new model configurations without "model does not exist" error
- Fixes issue where users couldn't save AI model config after selecting from dropdown
Fixes #245
Co-Authored-By: tinkle-community <tinklefund@gmail.com >
2025-11-02 18:08:25 +08:00
Ember
de5e135dfd
style(web): 统一 FooterSection 组件的代码风格,优化链接格式和排版
2025-11-02 01:59:42 +08:00
Ember
f53559ce59
fix(web): Footer ‘资源/文档’ 链接改为 GitHub 主 README( https://github.com/tinkle-community/nofx/blob/main/README.md)
2025-11-02 01:57:50 +08:00
Ember
1de95510c0
chore(web): Footer 支持方去除图标并新增 Hyperliquid 链接
2025-11-02 01:56:21 +08:00
Ember
0d70e3a107
feat(web): Footer 按旧版文案重排 —— 顶部品牌 + 三列(链接/资源/支持方:Aster DEX、Binance、Amber.ac)
2025-11-02 01:53:48 +08:00
Ember
7ea396cc26
feat(web): Footer 增加“支持的交易所”列(Binance、Aster DEX 图标与链接),对齐早期版本记忆
2025-11-02 01:50:49 +08:00
Ember
a14f4b3fc0
feat(web): LandingPage 页脚升级为多链接版本(链接/资源/产品/支持 四列)
2025-11-02 01:46:40 +08:00
Ember
ee6eecf7c9
feat(web): 恢复 LandingPage 页脚(FooterSection),复用 App 的 Footer 文案与样式
2025-11-02 01:42:30 +08:00
Ember
e927f86e06
style(web): 移除功能卡片右下角黄色渐变点缀(去除黄光)
2025-11-02 01:39:31 +08:00
Ember
53c336aad9
ui(web): 管理员模式徽标改为 Lucide Zap 图标,保持与其他 emoji 替换一致 ( #138 风格)
2025-11-02 01:14:11 +08:00
Ember
13774d74bb
ui(web): 对齐 #138 风格——用 Lucide/矢量图标替换表情与占位,增强空态/警告显示(ComparisonChart/Competition/AITraders/ConfigModal)
2025-11-02 01:02:15 +08:00
Ember
37db073de4
feat(web): 重做 #138/#133 的前端改动(LOGO 替换 + Loading Logo + 校验优化保留),尽量不覆盖他人代码
2025-11-02 00:58:25 +08:00
Ember
8e28854751
refactor(web): 拆分 LandingPage 为可复用组件(HeaderBar/Hero/AnimatedSection 等),新增 pages 结构并完成集成;构建通过
2025-11-02 00:36:37 +08:00
Ember
5afa80c9d8
refactor(web): 引入 pages 目录并迁移 LandingPage;修正 App 引用与相对路径,保持构建通过
2025-11-02 00:28:38 +08:00
Ember
0f91f25421
fix(web): 更新主图像文件以改善视觉效果
2025-11-02 00:19:49 +08:00
Ember
d3de0ad70b
fix(web): 优化落地页内容—移除多余空行,简化图片组件,更新支持方列表
2025-11-02 00:17:19 +08:00
Ember
88db8becb6
style(web): 对齐币安风格—移除渐变/发光,固化深色/面板色,新增 header 样式,按钮与卡片统一
2025-11-02 00:08:46 +08:00
Ember
47083f97b1
fix(web): 去除残留 undefined(文本最终清洗)并将启动命令改为顶层 README 流程(start.sh + compose)
2025-11-02 00:01:38 +08:00
Ember
c3a0efb384
fix(web): Typewriter 更稳健—charAt防越界、sanitizedLines防空值、pre-wrap防换行丢失
2025-11-01 23:58:48 +08:00
Ember
4dfe6626fc
feat(web): Typewriter 优化(修复 undefined、矩阵绿样式、降低速度)并更新启动指令为 README 前端开发流程
2025-11-01 23:53:17 +08:00
Ember
daba1bc113
feat(web): 落地页“启动输出”加入打字机效果(Typewriter)
2025-11-01 23:45:27 +08:00
Ember
e747e449da
feat(web): 新增 Landing 页面与 UI 优化\n\n- 新增 LandingPage、CryptoFeatureCard 等组件\n- 登录/注册页面与样式优化\n- 静态资源 images/main.png
2025-11-01 23:36:28 +08:00
icy
3c56f25f86
Remote auth for prompt templates
2025-11-01 20:25:55 +08:00
icy
182d0b695d
Merge branch 'dev' of https://github.com/tinkle-community/nofx
2025-11-01 20:09:17 +08:00
SkywalkerJi
5ad135310f
Supports custom system prompts and custom models.
2025-11-01 19:45:54 +08:00
icy
770c34e473
Fixed i18n lint
2025-11-01 19:39:27 +08:00
icy
6d81a773f2
Resolve merge conflicts in AITradersPage.tsx
...
- Fixed import statement conflict (using 'type Language')
- Merged exchange configuration logic preserving support for multiple exchange types
- Kept comprehensive form handling for Binance, Hyperliquid, Aster, and OKX exchanges
- Updated security warning messages to use proper translation keys
🤖 Generated with [Claude Code](https://claude.ai/code )
Co-Authored-By: tinkle-community <tinklefund@gmail.com >
2025-11-01 19:01:44 +08:00
icy
8d93a8a095
Fixed health check; Fixed dex config; Add rank trader info view;
2025-11-01 18:58:32 +08:00
SkywalkerJi
1ac6eed8af
Rename the model.
2025-11-01 17:10:36 +08:00
SkywalkerJi
7542f9df49
* Fixed the custom model URL.
...
* Added functionality for custom model names.
2025-11-01 16:09:15 +08:00
tangmengqiu
ef80479ea1
fix: Remove duplicate selectExchange key in translations
...
Fixed TypeScript compilation error TS1117 caused by duplicate
'selectExchange' key in both English and Chinese translation objects.
The key was already defined in the "AI Traders Management" section,
so removed the duplicate from "AI Traders Page - Additional" section.
Co-Authored-By: tinkle-community <tinklefund@gmail.com >
2025-11-01 00:02:00 -04:00
tangmengqiu
c31da584c0
fix: Complete i18n implementation for English language display
...
This commit addresses the issue where switching to English still showed Chinese text in many UI elements.
Changes made:
- Added 40+ missing translation keys to translations.ts for both English and Chinese
- Updated App.tsx to use t() function for all hardcoded text (logout button, loading message)
- Updated AITradersPage.tsx extensively:
- Replaced all alert/confirm messages with translation keys
- Updated status labels (inUse, enabled, configured)
- Updated all modal components (SignalSource, ModelConfig, ExchangeConfig)
- Added language prop to all modal components
- Replaced all Chinese UI text with translation function calls
The implementation now properly supports language switching between English and Chinese throughout the entire application.
Co-Authored-By: tinkle-community <tinklefund@gmail.com >
2025-10-31 23:58:44 -04:00
icy
29da893937
删除未使用的AlertTriangle导入
...
🤖 Generated with [Claude Code](https://claude.ai/code )
Co-Authored-By: tinkle-community <tinklefund@gmail.com >
2025-11-01 02:34:33 +08:00
icy
5336568bf4
手动合并冲突,保留TraderConfigModal功能并添加lucide-react图标支持
...
- 解决AITradersPage.tsx合并冲突,保留TraderConfigModal导入
- 添加lucide-react图标库支持
- 保留信号源配置的OI TOP URL功能
- 使用我们版本解决其他文件冲突,保持UI简洁
- 确保编译成功和依赖正确安装
🤖 Generated with [Claude Code](https://claude.ai/code )
Co-Authored-By: tinkle-community <tinklefund@gmail.com >
2025-11-01 02:33:37 +08:00
icy
7a96903ee5
Merge branch 'dev' of github.com:Icyoung/nofx
...
# Conflicts:
# manager/trader_manager.go
# web/src/components/AITradersPage.tsx
2025-11-01 02:23:05 +08:00
icy
d1d9810075
竞赛fix、交易员新增参数
2025-11-01 02:17:11 +08:00
Ember
e5208522f2
UI feat: replace Lucide icons with logo images in multiple components
2025-10-31 23:54:10 +08:00
Ember
899add597a
feat: enhance UI with Lucide icons across various components
...
- add logo
- Replaced emoji placeholders with Lucide icons in AITradersPage, CompetitionPage, EquityChart, Header, LoginPage, and RegisterPage for improved visual consistency.
- Updated button styles to include icons for actions like adding models and exchanges.
- Enhanced error and empty state displays with relevant icons to provide better user feedback.
2025-10-31 23:28:19 +08:00
Ember
26216e4c9a
Fix: Add proper validation for Aster DEX exchange in trader creation
...
- Add specific field validation for Aster exchange (asterUser, asterSigner, asterPrivateKey)
- Add specific field validation for Hyperliquid exchange (apiKey, hyperliquidWalletAddr)
- Keep existing validation for Binance (apiKey, secretKey)
- Remove debug console logs
- Fix issue where Aster exchange was not appearing in trader creation dropdown
This ensures all three supported exchanges can be properly selected when creating a new AI trader.
2025-10-31 21:40:21 +08:00
SkywalkerJi
b357c76b5c
Change the minimum amount to 50 and remove the maximum amount limit.
2025-10-31 18:34:48 +08:00
icy
c34fcf4fda
Route fix
2025-10-31 13:49:05 +08:00
icy
142863f554
Add MarginMode configration
2025-10-31 13:14:24 +08:00
icy
a98bc2a627
Merge branch 'main' of github.com:Icyoung/nofx
...
# Conflicts:
# config.json.example
# config/config.go
# main.go
# trader/auto_trader.go
# web/src/App.tsx
# web/src/components/CompetitionPage.tsx
2025-10-31 03:59:58 +08:00
icy
ceb2f7b435
account system、custom prompt
2025-10-31 03:42:01 +08:00