datai-vue/docs/decisions/README.md
Kris a66ecad0f9 feat: 修复初始化从库接口参数并完善环境管理功能
- 更新 environment.js 中 initSlaveDatasource 函数参数从 environmentCode 改为 environmentId
- 更新 SourceEnvironmentTab.vue 中的初始化从库功能以使用 environmentId
- 在 TargetEnvironmentTab.vue 中添加完整的初始化从库功能
- 初始化项目单一真源(SSOT)文档结构,包括:
  - 创建主 index.md 作为项目单一真源
  - 创建 Authentication.canvas 可视化文件
  - 创建所有必需的文档目录和 README.md 文件
  - 建立完整的双向索引关系
2026-01-26 17:23:15 +08:00

12 lines
367 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 决策记录
## 目录用途
存放项目的决策记录包括架构决策ADR、技术选型等。
## 文档规范
- 文档命名格式YYYY-MM-DD-00X-ADR-决策名.md
- 使用 ADR 格式(状态、日期、背景、决策、后果、替代方案)
- 必须包含决策理由和影响分析
## 返回主索引
[返回项目单一真源](../index.md)