Files
workphone-sdk/.obsidian/snippets/workphone-devdoc.css
Manus AI 7654e08b4d docs(架构): 2、架构分层重组 + 开发文档结构 Skill
将架构文档按 01-总览~05-规范 分层,12 张 PNG 迁入 images/ 四类子目录;
新增阿表开发文档结构规范 Skill 与 Obsidian 目录配色 snippet;同步 Hub 扫描路径。

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-05-24 08:54:25 +08:00

46 lines
1.7 KiB
CSS
Raw 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.

/* 工作手机 · 开发文档 Obsidian 目录配色
* 启用Settings → Appearance → CSS snippets → workphone-devdoc
* 依赖Obsidian 文件资源管理器 nav-folder-title data-path 属性
*/
.nav-folder-title[data-path="开发文档/2、架构"] > .nav-folder-title-content {
color: #1565C0 !important;
font-weight: 600;
}
.nav-folder-title[data-path="开发文档/2、架构/01-总览"] > .nav-folder-title-content {
color: #2E7D32 !important;
}
.nav-folder-title[data-path="开发文档/2、架构/02-技术基座"] > .nav-folder-title-content {
color: #6A1B9A !important;
}
.nav-folder-title[data-path="开发文档/2、架构/03-通道与设备"] > .nav-folder-title-content {
color: #EF6C00 !important;
}
.nav-folder-title[data-path="开发文档/2、架构/04-交互图"] > .nav-folder-title-content {
color: #00838F !important;
}
.nav-folder-title[data-path="开发文档/2、架构/05-规范"] > .nav-folder-title-content {
color: #455A64 !important;
}
.nav-folder-title[data-path="开发文档/2、架构/images"] > .nav-folder-title-content {
color: #78909C !important;
}
.nav-folder-title[data-path^="开发文档/2、架构/images/"] > .nav-folder-title-content {
color: #546E7A !important;
}
/* 9、手册 · 五图总览 */
.nav-folder-title[data-path="开发文档/9、手册"] > .nav-folder-title-content {
color: #1565C0 !important;
font-weight: 600;
}
.nav-folder-title[data-path="开发文档/9、手册/images"] > .nav-folder-title-content {
color: #78909C !important;
}
/* 10、项目管理 */
.nav-folder-title[data-path="开发文档/10、项目管理"] > .nav-folder-title-content {
color: #C62828 !important;
font-weight: 600;
}