refactor: 重组项目文件结构

- 将项目概述文件移至根目录
- 将算法学习指南移至 questions 目录
- 将面试准备进度移至根目录
- 删除空的 questions 文件
- 更新 Obsidian 主题配置
This commit is contained in:
yasinshaw
2026-03-02 18:14:26 +08:00
parent 7f3ab362b3
commit a95c605bbf
10 changed files with 2277 additions and 20 deletions

View File

@@ -1 +1,4 @@
{} {
"theme": "obsidian",
"cssTheme": "Minimal"
}

View File

@@ -0,0 +1,8 @@
{
"name": "Minimal",
"version": "8.1.6",
"minAppVersion": "1.9.0",
"author": "@kepano",
"authorUrl": "https://twitter.com/kepano",
"fundingUrl": "https://www.buymeacoffee.com/kepano"
}

2246
.obsidian/themes/Minimal/theme.css vendored Normal file

File diff suppressed because one or more lines are too long

View File

@@ -13,12 +13,12 @@
"state": { "state": {
"type": "markdown", "type": "markdown",
"state": { "state": {
"file": "questions/elastic-search.md", "file": "questions/01-分布式系统/分布式事务.md",
"mode": "source", "mode": "source",
"source": false "source": false
}, },
"icon": "lucide-file", "icon": "lucide-file",
"title": "elastic-search" "title": "分布式事务"
} }
} }
] ]
@@ -94,7 +94,7 @@
"state": { "state": {
"type": "backlink", "type": "backlink",
"state": { "state": {
"file": "questions/elastic-search.md", "file": "questions/01-分布式系统/分布式事务.md",
"collapseAll": false, "collapseAll": false,
"extraContext": false, "extraContext": false,
"sortOrder": "alphabetical", "sortOrder": "alphabetical",
@@ -104,7 +104,7 @@
"unlinkedCollapsed": true "unlinkedCollapsed": true
}, },
"icon": "links-coming-in", "icon": "links-coming-in",
"title": "elastic-search 的反向链接列表" "title": "分布式事务 的反向链接列表"
} }
}, },
{ {
@@ -113,12 +113,12 @@
"state": { "state": {
"type": "outgoing-link", "type": "outgoing-link",
"state": { "state": {
"file": "questions/elastic-search.md", "file": "questions/01-分布式系统/分布式事务.md",
"linksCollapsed": false, "linksCollapsed": false,
"unlinkedCollapsed": true "unlinkedCollapsed": true
}, },
"icon": "links-going-out", "icon": "links-going-out",
"title": "elastic-search 的出链列表" "title": "分布式事务 的出链列表"
} }
}, },
{ {
@@ -156,13 +156,13 @@
"state": { "state": {
"type": "outline", "type": "outline",
"state": { "state": {
"file": "questions/elastic-search.md", "file": "questions/01-分布式系统/分布式事务.md",
"followCursor": false, "followCursor": false,
"showSearch": false, "showSearch": false,
"searchQuery": "" "searchQuery": ""
}, },
"icon": "lucide-list", "icon": "lucide-list",
"title": "elastic-search 的大纲" "title": "分布式事务 的大纲"
} }
} }
] ]
@@ -186,26 +186,27 @@
}, },
"active": "fcbc762a80282002", "active": "fcbc762a80282002",
"lastOpenFiles": [ "lastOpenFiles": [
"12-面试技巧/面试准备进度.md", "questions/01-分布式系统/分布式锁.md",
"questions/01-分布式系统/分布式事务.md",
"项目概述.md",
"questions/elastic-search.md",
"面试准备进度.md",
"questions/08-算法与数据结构/算法与数据结构学习指南.md",
"questions/linux-commands.md",
"questions/java-memory.md",
"questions/13-Golang语言/内存模型和垃圾回收.md",
"questions/13-Golang语言/反射和unsafe.md",
"questions/13-Golang语言/并发编程进阶.md",
"12-面试技巧", "12-面试技巧",
"00-项目概述/项目概述.md",
"00-项目概述", "00-项目概述",
"08-算法与数据结构/算法与数据结构学习指南.md",
"08-算法与数据结构", "08-算法与数据结构",
"questions/13-Golang语言/数据库操作.md", "questions/13-Golang语言/数据库操作.md",
"questions/13-Golang语言/项目结构和工程化.md", "questions/13-Golang语言/项目结构和工程化.md",
"questions/13-Golang语言/反射和unsafe.md",
"questions/13-Golang语言/HTTP和Web开发.md", "questions/13-Golang语言/HTTP和Web开发.md",
"questions/13-Golang语言/性能优化.md", "questions/13-Golang语言/性能优化.md",
"questions/13-Golang语言/内存模型和垃圾回收.md",
"questions/13-Golang语言/并发编程进阶.md",
"questions/13-Golang语言/错误处理和测试.md", "questions/13-Golang语言/错误处理和测试.md",
"questions/13-Golang语言/Goroutine和并发模型.md", "questions/13-Golang语言/Goroutine和并发模型.md",
"questions/13-Golang语言/Golang基础语法.md", "questions/13-Golang语言/Golang基础语法.md",
"questions/java-memory.md",
"questions/linux-commands.md",
"questions/elastic-search.md",
"questions/01-分布式系统/分布式事务.md",
"questions/13-Golang语言/go-reflect-unsafe.md", "questions/13-Golang语言/go-reflect-unsafe.md",
"questions/13-Golang语言/go-performance.md", "questions/13-Golang语言/go-performance.md",
"questions/13-Golang语言/go-database.md", "questions/13-Golang语言/go-database.md",
@@ -214,7 +215,6 @@
"questions/13-Golang语言/go-goroutine.md", "questions/13-Golang语言/go-goroutine.md",
"questions/13-Golang语言/go-engineering.md", "questions/13-Golang语言/go-engineering.md",
"questions/13-Golang语言/go-concurrent-advanced.md", "questions/13-Golang语言/go-concurrent-advanced.md",
"questions/13-Golang语言/go-basic-syntax.md",
"questions/13-Golang语言", "questions/13-Golang语言",
"questions/12-面试技巧", "questions/12-面试技巧",
"questions/11-运维", "questions/11-运维",