Commit History

feat(Dockerfile): 重构Dockerfile以支持前后端构建,优化依赖安装和环境配置
fbb4d1b

misonL commited on

feat(Dockerfile): 重构Dockerfile,简化构建过程并添加最小化测试支持
b1d1e70

misonL commited on

feat(Dockerfile): 优化安装过程中的日志输出,增强可读性
a20e253

misonL commited on

特性:实现对话框、表单、输入框、标签、下拉菜单、分隔线、骨架屏、滑块、表格、文本区域的 UI 组件
c78ce9e

misonL commited on

feat: 初始化Next.js项目并添加核心功能
be48fac

misonL commited on

fix(StrategyPage): 强制初始菜单状态为'dashboard'并简化路径监听逻辑
26826d9

misonL commited on

refactor(路由): 优化路由配置和菜单选择逻辑
65e3648

misonL commited on

feat(策略页面): 根据URL路径自动设置选中菜单项
6f87bdd

misonL commited on

refactor(frontend): 合并Dashboard功能到StrategyPage并删除Dashboard组件
4befcc6

misonL commited on

feat(路由): 更新策略管理相关路由路径和导航链接
c5c543a

misonL commited on

feat(导航): 添加首页链接到策略页面菜单
0e3fb26

misonL commited on

feat(路由): 添加未匹配路径重定向到首页功能
73ffc93

misonL commited on

refactor(Dashboard): 将菜单项key改为根路径并使用Link组件
d731b88

misonL commited on

feat(页面): 实现策略页面动态菜单和内容切换功能
e9fe2ca

misonL commited on

feat(models): 添加StockSelection模型与Strategy的关系
1c9ea63

misonL commited on

fix(策略列表): 根据is_active参数正确过滤status状态
d81f598

misonL commited on

fix(认证): 暂时移除策略获取接口的用户认证用于调试
20029cd

misonL commited on

feat(api): 添加临时重定向以兼容旧前端请求
214714a

misonL commited on

refactor(auth): 将认证逻辑从服务层移动到依赖层
a2f64c1

misonL commited on

refactor(auth_service): 将oauth2_scheme移回模块级别以简化依赖
bf4d81c

misonL commited on

refactor(auth_service): 使用类变量引用oauth2_scheme替代直接引用
46c42bf

misonL commited on

refactor(策略端点): 导入get_strategy_service和get_stock_service依赖
73bf777

misonL commited on

refactor(deps): 导入 Any 类型以增强类型注解
67cf5f3

misonL commited on

refactor(deps): 移除类型提示并使用延迟导入以避免循环依赖
7f6400d

misonL commited on

feat(用户服务): 添加获取用户服务实例的函数
0ddf242

misonL commited on

refactor(auth): 重构认证模块为异步并添加依赖注入
2be8b5f

misonL commited on

refactor(deps): 将 get_db 改为异步生成器以简化数据库会话管理
87ce0a8

misonL commited on

fix(api): 移除策略接口URL中多余的斜杠
0a852cd

misonL commited on

refactor(策略管理): 统一策略类型字段名并更新API路径
2b81054

misonL commited on

refactor(models): 将UUID字段改为String类型以提升兼容性
44a3339

misonL commited on

refactor: 移除未使用的SQLAlchemy基类
8b598b4

misonL commited on

refactor(models): 将Stock模型中的Base导入从core.base改为core.db_selector
140071f

misonL commited on

refactor(股票服务): 更新数据服务导入为DataServiceMemory
71ade0d

misonL commited on

fix: 修正uvicorn运行入口模块名称错误
cc0fdca

misonL commited on

refactor(股票服务): 将DataService导入从data_service改为data_service_memory
675de3a

misonL commited on

refactor(db): 将数据库基础模块从database重命名为db_selector
0aa8cd1

misonL commited on

refactor(models): 使用 db_selector 模块中的 Base 替换 database 模块
99263e1

misonL commited on

refactor(security): 替换数据库获取函数为新的db_selector模块
4bff570

misonL commited on

refactor(data): 移除模块初始化文件中的直接导入
c6d82f3

misonL commited on

refactor: 重命名 DataService 为 DataServiceMemory
88af057

misonL commited on

refactor(data): 将DataService替换为DataServiceMemory实现
edb8a13

misonL commited on

fix: 修正内存模式下数据服务的导入路径
a0d9198

misonL commited on

build(docker): 将基础镜像从alpine切换为slim并更新系统依赖
9dc478e

misonL commited on

refactor: 优化配置和Docker构建流程
0a643bd

misonL commited on

refactor: 重构为纯内存模式并优化部署配置
cf749ed

misonL commited on

refactor: 移除内存模式相关描述,统一数据库和服务命名
0445b02

misonL commited on

feat(路由): 更新路由配置并降级React类型依赖
862eeff

misonL commited on

refactor: 更新Pydantic模型配置并优化API响应格式
6dde2bf

misonL commited on

build: 添加 APScheduler 依赖用于任务调度
df10088

misonL commited on

refactor(api): 移除未使用的路由模块
dba5a1e

misonL commited on