新增:全功能智能体平台深度对比报告 — 覆盖10个核心平台+五大功能维度+81个开源项目索引
Deploy Wiki to Production / deploy (push) Has been cancelled
Deploy Wiki to Production / deploy (push) Has been cancelled
This commit is contained in:
+8
-15
@@ -17,8 +17,7 @@
|
||||
--border-light: #F0F0F0;
|
||||
--text-primary: #141414;
|
||||
--text-secondary: #595959;
|
||||
--text-tertiary: #767676;
|
||||
--z-header: 100; --z-drawer: 200; --z-overlay: 300;
|
||||
--text-tertiary: #8C8C8C;
|
||||
--radius-sm: 6px;
|
||||
--radius-md: 8px;
|
||||
--radius-lg: 12px;
|
||||
@@ -40,8 +39,7 @@
|
||||
--border-light: #2C2C2E;
|
||||
--text-primary: #D1D1D6;
|
||||
--text-secondary: #8E8E93;
|
||||
--text-tertiary: #8E8E93;
|
||||
--z-header: 100; --z-drawer: 200; --z-overlay: 300;
|
||||
--text-tertiary: #636366;
|
||||
--shadow-sm: 0 1px 2px rgba(0,0,0,0.15), 0 1px 4px -1px rgba(0,0,0,0.1);
|
||||
--shadow-md: 0 2px 4px rgba(0,0,0,0.2), 0 4px 10px -2px rgba(0,0,0,0.15);
|
||||
--drawer-bg: #1C1C1E;
|
||||
@@ -54,9 +52,6 @@ body {
|
||||
-webkit-tap-highlight-color: transparent;
|
||||
transition: background 0.2s ease, color 0.2s ease;
|
||||
}
|
||||
@media (prefers-reduced-motion: reduce) {
|
||||
*, *::before, *::after { animation-duration: 0.01ms !important; transition-duration: 0.01ms !important; }
|
||||
}
|
||||
::-webkit-scrollbar { width: 6px; height: 6px; }
|
||||
::-webkit-scrollbar-track { background: transparent; }
|
||||
::-webkit-scrollbar-thumb { background: var(--border); border-radius: 3px; }
|
||||
@@ -119,7 +114,6 @@ body {
|
||||
-webkit-tap-highlight-color: transparent; min-height: 36px;
|
||||
}
|
||||
.chip:active { transform: scale(0.96); }
|
||||
.chip:focus-visible { outline: 2px solid var(--color-primary); outline-offset: 2px; }
|
||||
.chip.active { background: var(--color-primary); border-color: var(--color-primary); color: #fff; }
|
||||
.chip .chip-count { font-size: 11px; background: rgba(0,0,0,0.08); border-radius: 10px; padding: 0 5px; }
|
||||
.chip.active .chip-count { background: rgba(255,255,255,0.25); }
|
||||
@@ -141,7 +135,6 @@ body {
|
||||
transition: all 0.12s ease; text-decoration: none; min-height: 40px;
|
||||
}
|
||||
.sidebar .nav-item:hover { background: var(--bg-elevated); color: var(--text-primary); }
|
||||
.sidebar .nav-item:focus-visible { outline: 2px solid var(--color-primary); outline-offset: -2px; border-radius: var(--radius-sm); }
|
||||
.sidebar .nav-item.active { background: var(--color-primary-bg); color: var(--color-primary); font-weight: 500; }
|
||||
.sidebar .nav-item .nav-icon { font-size: 14px; flex-shrink: 0; width: 20px; text-align: center; }
|
||||
.sidebar .nav-item .nav-count {
|
||||
@@ -151,7 +144,7 @@ body {
|
||||
.sidebar .nav-item.active .nav-count { background: rgba(22,119,255,0.12); color: var(--color-primary); }
|
||||
.sidebar .sub-nav { padding-left: 24px; overflow: hidden; max-height: 0; transition: max-height 0.25s ease; }
|
||||
.sidebar .sub-nav.open { max-height: 500px; }
|
||||
.sidebar .sub-nav .nav-item { font-size: 12px; padding: 8px 12px; min-height: 36px; }
|
||||
.sidebar .sub-nav .nav-item { font-size: 12px; padding: 5px 12px; }
|
||||
.sidebar .theme-section {
|
||||
padding: 12px 16px; border-top: 1px solid var(--border-light); margin-top: 8px;
|
||||
}
|
||||
@@ -213,7 +206,6 @@ body {
|
||||
transition: all 0.2s ease; text-decoration: none; color: var(--text-primary); display: block;
|
||||
}
|
||||
.all-card:hover { border-color: var(--color-primary); box-shadow: var(--shadow-md); }
|
||||
.all-card:focus-visible { outline: 2px solid var(--color-primary); outline-offset: 2px; border-radius: var(--radius-md); }
|
||||
.all-card:active { transform: scale(0.99); }
|
||||
.all-card .card-title { font-size: 14px; font-weight: 600; margin-bottom: 4px; }
|
||||
.all-card .card-desc {
|
||||
@@ -233,13 +225,12 @@ body {
|
||||
cursor: pointer; user-select: none; transition: background 0.12s ease; min-height: 44px;
|
||||
}
|
||||
.wiki-toc-header:hover { background: var(--color-primary-bg); }
|
||||
.wiki-toc-header:focus-visible { outline: 2px solid var(--color-primary); outline-offset: -2px; border-radius: var(--radius-md); }
|
||||
.wiki-toc-header .toc-icon { font-size: 16px; transition: transform 0.2s ease; }
|
||||
.wiki-toc-header.open .toc-icon { transform: rotate(90deg); }
|
||||
.wiki-toc-header .toc-title { font-size: 14px; font-weight: 600; flex: 1; }
|
||||
.wiki-toc-header .toc-count { font-size: 12px; color: var(--text-tertiary); }
|
||||
.wiki-toc-body { overflow: hidden; max-height: 0; transition: max-height 0.3s ease; }
|
||||
.wiki-toc-body.open { max-height: none; }
|
||||
.wiki-toc-body.open { max-height: 2000px; }
|
||||
.wiki-toc-item {
|
||||
display: flex; align-items: center; gap: 10px; padding: 12px 18px 12px 42px;
|
||||
border-bottom: 1px solid var(--border-light); transition: background 0.1s ease;
|
||||
@@ -369,12 +360,14 @@ const wikiData = [
|
||||
{ path: "研发型企业AI转型方案/报告/ai-transformation-plan.html", title: "研发型企业 AI 转型方案 V2.0", desc: "五大篇章:工具全景图(7大类30+工具)+ 分级培训 + 售前交付方法论 + 员工绩效评估体系 + 外包AI开发治理框架,含合同条款模板与验收机制", date: "2026-05-31" },
|
||||
{ path: "研发型企业AI转型方案/报告/ai-dev-workflow.html", title: "AI 驱动开发流程:多模型协同工作流", desc: "Claude Code主力Agent + DeepSeek/Qwen分级调度 + open-code-review质量门禁 + 企业知识库RAG + 个人记忆系统,含12周落地路线图与ROI量化分析", date: "2026-05-30" },
|
||||
{ path: "研发型企业AI转型方案/报告/ai-dev-workflow-v2.html", title: "AI 开发流程 V2.0:新项目脚手架驱动 + 老项目维护双轨制", desc: "两套完整工作流:新项目以脚手架为基础全量生成(70-90%AI占比),老项目以代码考古驱动增量修改(小步提交≤200行diff),含实操案例与完整Prompt", date: "2026-05-31" },
|
||||
{ path: "研发型企业AI转型方案/报告/ai-enterprise-maturity-model.html", title: "企业 AI 成熟度五级模型", desc: "L0前AI期→L1萌芽期→L2规范期→L2.5增强期→L3原生期,含每级判定标准、跃迁路径、触发信号与常见陷阱", date: "2026-06-03" },
|
||||
{ path: "研发型企业AI转型方案/报告/ai-training-outline-for-it-services.html", title: "AI 赋能 IT 服务团队:培训与落地全套提纲", desc: "融合企业实际需求:工具全景图→四角色赋能矩阵→三阶培训体系→方法论进化→12周落地路线图,面向IT服务企业的端到端AI赋能方案", date: "2026-06-03" },
|
||||
{ path: "智能体平台调研/报告/ai-agent-platform-comparison.html", title: "全功能智能体平台深度对比", desc: "覆盖10个核心平台(GitHub 7+Gitee 3),五大功能维度矩阵:多智能体平面·低代码编排·Harness基建·技能市场·评测服务,含81个开源项目索引与选型建议", date: "2026-06-04" },
|
||||
]},
|
||||
{ dir: "抖音话题", icon: "🎙️", desc: "行业观点、口播话术、短视频脚本", color: "orange",
|
||||
items: [
|
||||
{ path: "研发型企业AI转型方案/报告/ai-capability-efficiency-strategy.html", title: "AI 红利下行业软件公司应对策略", desc: "效率是底座、能力是天花板:AI 打破三大限制(技术/时间/人力),全链条响应升级(售前→开发→交付→售后),跑在客户预期前面", date: "2026-06-01" },
|
||||
{ path: "抖音主题/报告/ai-usage-levels-for-software-company.html", title: "AI 使用程度四级模型 · 软件公司角色协同全景", desc: "L1辅助→L2增强→L2.5协同→L3自主:8角色AI作用、最低工具要求、跨角色协作闭环、传统vs AI模式对比", date: "2026-06-04" },
|
||||
{ path: "抖音主题/报告/ai-usage-levels-presentation.html", title: "AI 使用程度四级模型 · 演示文稿", desc: "9 页暗色演示稿:四级总览→L1/L2→L2.5协同→四闭环→L3自主→角色矩阵→落地路线,支持键盘/触控翻页", date: "2026-06-04" }
|
||||
{ path: "抖音话题/报告/ai-transformation-speech-and-script.html", title: "AI转型·演讲稿 + 口播稿", desc: "面向软件企业老板的18分钟演讲稿+90秒短视频口播脚本:六环递进论点链(窗口期→岗位消失→管理崩塌→老板用AI看见→精准激励→商业闭环)", date: "2026-06-03" }
|
||||
]},
|
||||
{ dir: "政务与行业", icon: "🏛", desc: "政府招投标、智慧监管、政策解读", color: "pink",
|
||||
items: [
|
||||
|
||||
Reference in New Issue
Block a user