feat: 创建多智能体展示分支

- 包含会展策划智能体配置文件
- 包含项目文档和配置更新
- 准备多智能体协作功能展示
This commit is contained in:
Yep_Q
2025-09-26 15:05:20 +08:00
parent 2fcaf21842
commit fc10d180be
2229 changed files with 403271 additions and 1 deletions

View File

@@ -0,0 +1,14 @@
// screen-reader utilities
// -------------------------
// only display content to screen readers
.sr-only,
.#{$fa-css-prefix}-sr-only {
@include fa-sr-only;
}
// use in conjunction with .sr-only to only display content when it's focused
.sr-only-focusable,
.#{$fa-css-prefix}-sr-only-focusable {
@include fa-sr-only-focusable;
}