diff --git a/.obsidian/workspace.json b/.obsidian/workspace.json index 03115da..5e7f0a4 100644 --- a/.obsidian/workspace.json +++ b/.obsidian/workspace.json @@ -183,8 +183,9 @@ "bases:创建新数据库": false } }, - "active": "9a5781991bf94030", + "active": "5b497a77c6d68c73", "lastOpenFiles": [ + "docs/android面试/技术面试问题回答.md", "docs/android面试/技术面试问题回答.txt", "技术面试问题回答.txt", "项目描述-润色版.txt", @@ -219,7 +220,6 @@ "docs/GoogleAndroid开发文档体系/核心主题/测试.md", "docs/GoogleAndroid开发文档体系/核心主题/安全与隐私.md", "docs/GoogleAndroid开发文档体系/核心主题/性能优化.md", - "docs/GoogleAndroid开发文档体系/核心主题/Material_Design.md", - "docs/GoogleAndroid开发文档体系/核心主题" + "docs/GoogleAndroid开发文档体系/核心主题/Material_Design.md" ] } \ No newline at end of file diff --git a/docs/android面试/技术面试问题回答.txt b/docs/android面试/技术面试问题回答.md similarity index 100% rename from docs/android面试/技术面试问题回答.txt rename to docs/android面试/技术面试问题回答.md diff --git a/mkdocs.yml b/mkdocs.yml index 5dda011..df2370b 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -283,6 +283,7 @@ nav: - android面试/项目经验/技术选型.md - android面试/项目经验/问题排查经验.md - android面试/项目经验/项目架构设计.md + - android面试/技术面试问题回答.md - GoogleAndroid开发文档体系: - GoogleAndroid开发文档体系/API参考/Android_API概览.md - GoogleAndroid开发文档体系/API参考/Jetpack_API.md