Compare commits

...

2 Commits

Author SHA1 Message Date
38c04781ea vault backup: 2023-11-24 18:44:51 2023-11-24 18:44:52 +08:00
5484ce1ac9 vault backup: 2023-11-15 16:41:08 2023-11-15 16:41:08 +08:00
4 changed files with 13 additions and 10 deletions

2
.obsidian/app.json vendored
View File

@@ -1,7 +1,7 @@
{
"promptDelete": false,
"newLinkFormat": "relative",
"attachmentFolderPath": "./assets/Lesson 1",
"attachmentFolderPath": "./assets/Overview",
"showUnsupportedFiles": false,
"newFileLocation": "current",
"useMarkdownLinks": true,

View File

@@ -2,7 +2,7 @@
"accentColor": "",
"cssTheme": "Minimal",
"monospaceFontFamily": "Maple Mono SC NF",
"theme": "moonstone",
"theme": "obsidian",
"interfaceFontFamily": "霞鹜文楷",
"textFontFamily": "霞鹜文楷等宽",
"translucency": false

View File

@@ -13,7 +13,7 @@
"state": {
"type": "markdown",
"state": {
"file": "Study/DL/吴恩达深度学习课程/Lesson 1.md",
"file": "Books/编译原理/Overview.md",
"mode": "source",
"source": false
}
@@ -93,7 +93,7 @@
"state": {
"type": "backlink",
"state": {
"file": "Study/DL/吴恩达深度学习课程/Lesson 1.md",
"file": "Books/编译原理/Overview.md",
"collapseAll": false,
"extraContext": false,
"sortOrder": "alphabetical",
@@ -110,7 +110,7 @@
"state": {
"type": "outgoing-link",
"state": {
"file": "Study/DL/吴恩达深度学习课程/Lesson 1.md",
"file": "Books/编译原理/Overview.md",
"linksCollapsed": false,
"unlinkedCollapsed": true
}
@@ -133,7 +133,7 @@
"state": {
"type": "outline",
"state": {
"file": "Study/DL/吴恩达深度学习课程/Lesson 1.md"
"file": "Books/编译原理/Overview.md"
}
}
},
@@ -154,20 +154,23 @@
},
"left-ribbon": {
"hiddenItems": {
"obsidian-excalidraw-plugin:新建绘图文件": false,
"notion-like-tables:Create loom": false,
"switcher:打开快速切换": false,
"graph:查看关系图谱": false,
"templates:插入模板": false,
"command-palette:打开命令面板": false,
"oz-clear-unused-images:Clear Unused Images": false,
"table-editor-obsidian:Advanced Tables Toolbar": false
"table-editor-obsidian:Advanced Tables Toolbar": false,
"obsidian-excalidraw-plugin:新建绘图文件": false,
"notion-like-tables:Create loom": false
}
},
"active": "82a60b2f86acd8d6",
"lastOpenFiles": [
"Study/DL/吴恩达深度学习课程/Other.md",
"Study/DL/吴恩达深度学习课程/Lesson 1.md",
"Books/编译原理/Overview.md",
"Books/编译原理",
"Books/未命名.md",
"Study/DL/吴恩达深度学习课程/Other.md",
"Books/动手学深度学习/基础概念.md",
"Study/DL",
"Study",

View File