将架构文档按 01-总览~05-规范 分层,12 张 PNG 迁入 images/ 四类子目录; 新增阿表开发文档结构规范 Skill 与 Obsidian 目录配色 snippet;同步 Hub 扫描路径。 Co-authored-by: Cursor <cursoragent@cursor.com>
46 lines
1.7 KiB
CSS
46 lines
1.7 KiB
CSS
/* 工作手机 · 开发文档 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;
|
||
}
|