Files
AIclinicalresearch/docs/01-平台基础层/05-系统配置/README.md
HaHafeng 3634933ece refactor(asl): ASL frontend architecture refactoring with left navigation
- feat: Create ASLLayout component with 7-module left navigation
- feat: Implement Title Screening Settings page with optimized PICOS layout
- feat: Add placeholder pages for Workbench and Results
- fix: Fix nested routing structure for React Router v6
- fix: Resolve Spin component warning in MainLayout
- fix: Add QueryClientProvider to App.tsx
- style: Optimize PICOS form layout (P+I left, C+O+S right)
- style: Align Inclusion/Exclusion criteria side-by-side
- docs: Add architecture refactoring and routing fix reports

Ref: Week 2 Frontend Development
Scope: ASL module MVP - Title Abstract Screening
2025-11-18 21:51:51 +08:00

52 lines
518 B
Markdown

# 系统配置
> **模块定位:** 平台基础层
> **优先级:** P1
> **状态:** ⏳ 待设计
---
## 📋 模块概述
系统配置服务负责:
- 系统级配置管理
- 多环境配置(开发、测试、生产)
- 动态配置更新
---
## 🎯 核心功能
### 1. 配置管理
- 配置项定义
- 配置值管理
- 配置版本控制
### 2. 动态配置
- 运行时配置更新
- 配置热更新
---
**最后更新:** 2025-11-06
**维护人:** 技术架构师