From efa5a33933dbc930c97b5e77d85753d5dc572a4b Mon Sep 17 00:00:00 2001 From: renjianbo <18691577328@163.com> Date: Thu, 15 Jan 2026 18:09:31 +0800 Subject: [PATCH] =?UTF-8?q?=E9=8F=87=E5=AD=98=E6=9F=8A=E9=8F=82=E5=9B=A8?= =?UTF-8?q?=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .obsidian/workspace.json | 6 +++--- .../{技术面试问题回答.txt => 技术面试问题回答.md} | 0 mkdocs.yml | 1 + 3 files changed, 4 insertions(+), 3 deletions(-) rename docs/android面试/{技术面试问题回答.txt => 技术面试问题回答.md} (100%) 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