同步日记

This commit is contained in:
zzz
2025-03-18 17:44:46 +08:00
parent 8e9e13563d
commit d6ef4c901d
24 changed files with 892 additions and 119 deletions

View File

@@ -1,20 +1,31 @@
[
"file-explorer",
"global-search",
"switcher",
"graph",
"backlink",
"canvas",
"outgoing-link",
"tag-pane",
"page-preview",
"daily-notes",
"templates",
"note-composer",
"command-palette",
"editor-status",
"bookmarks",
"outline",
"word-count",
"file-recovery"
]
{
"file-explorer": true,
"global-search": true,
"switcher": true,
"graph": true,
"backlink": true,
"canvas": true,
"outgoing-link": true,
"tag-pane": true,
"page-preview": true,
"daily-notes": true,
"templates": true,
"note-composer": true,
"command-palette": true,
"slash-command": false,
"editor-status": true,
"starred": true,
"markdown-importer": false,
"zk-prefixer": false,
"random-note": false,
"outline": true,
"word-count": true,
"slides": false,
"audio-recorder": false,
"workspaces": false,
"file-recovery": true,
"publish": false,
"sync": false,
"properties": false,
"bookmarks": true
}

View File

@@ -13,6 +13,13 @@
"a": 1,
"rgb": 14701138
}
},
{
"query": "path:资源 ",
"color": {
"a": 1,
"rgb": 14725458
}
}
],
"collapse-display": false,
@@ -25,6 +32,6 @@
"repelStrength": 10,
"linkStrength": 1,
"linkDistance": 250,
"scale": 0.7132754626224436,
"scale": 0.5087618855792605,
"close": false
}

View File

@@ -8,29 +8,20 @@
"type": "tabs",
"children": [
{
"id": "e26bcf9583f0e0fa",
"type": "leaf",
"pinned": true,
"state": {
"type": "graph",
"state": {},
"pinned": true
}
},
{
"id": "45882341e179f5f2",
"id": "4e6788fa2bacf67e",
"type": "leaf",
"state": {
"type": "markdown",
"state": {
"file": "2024-04-10.md",
"file": "编辑器/SerializedObject.md",
"mode": "source",
"source": false
}
},
"icon": "lucide-file",
"title": "SerializedObject"
}
}
],
"currentTab": 1
]
}
],
"direction": "vertical"
@@ -50,7 +41,9 @@
"type": "file-explorer",
"state": {
"sortOrder": "alphabetical"
}
},
"icon": "lucide-folder-closed",
"title": "文件列表"
}
},
{
@@ -65,7 +58,9 @@
"collapseAll": false,
"extraContext": false,
"sortOrder": "alphabetical"
}
},
"icon": "lucide-search",
"title": "搜索"
}
},
{
@@ -73,7 +68,9 @@
"type": "leaf",
"state": {
"type": "starred",
"state": {}
"state": {},
"icon": "lucide-file",
"title": "插件不再活动"
}
},
{
@@ -81,7 +78,9 @@
"type": "leaf",
"state": {
"type": "bookmarks",
"state": {}
"state": {},
"icon": "lucide-bookmark",
"title": "书签"
}
}
]
@@ -104,7 +103,7 @@
"state": {
"type": "backlink",
"state": {
"file": "2024-04-10.md",
"file": "地图编辑器/RoadMap.md",
"collapseAll": false,
"extraContext": false,
"sortOrder": "alphabetical",
@@ -112,7 +111,9 @@
"searchQuery": "",
"backlinkCollapsed": false,
"unlinkedCollapsed": true
}
},
"icon": "links-coming-in",
"title": "RoadMap 的反向链接列表"
}
},
{
@@ -120,7 +121,9 @@
"type": "leaf",
"state": {
"type": "calendar",
"state": {}
"state": {},
"icon": "calendar-with-checkmark",
"title": "Calendar"
}
},
{
@@ -129,10 +132,12 @@
"state": {
"type": "outgoing-link",
"state": {
"file": "2024-04-10.md",
"file": "地图编辑器/RoadMap.md",
"linksCollapsed": false,
"unlinkedCollapsed": true
}
},
"icon": "links-going-out",
"title": "RoadMap 的出链列表"
}
},
{
@@ -143,7 +148,9 @@
"state": {
"sortOrder": "frequency",
"useHierarchy": true
}
},
"icon": "lucide-tags",
"title": "标签"
}
},
{
@@ -152,8 +159,10 @@
"state": {
"type": "outline",
"state": {
"file": "2024-04-10.md"
}
"file": "地图编辑器/RoadMap.md"
},
"icon": "lucide-list",
"title": "RoadMap 的大纲"
}
},
{
@@ -161,7 +170,9 @@
"type": "leaf",
"state": {
"type": "git-view",
"state": {}
"state": {},
"icon": "git-pull-request",
"title": "Source Control"
}
},
{
@@ -169,7 +180,9 @@
"type": "leaf",
"state": {
"type": "git-history-view",
"state": {}
"state": {},
"icon": "history",
"title": "History"
}
}
],
@@ -190,52 +203,51 @@
"command-palette:打开命令面板": false
}
},
"active": "45882341e179f5f2",
"active": "4e6788fa2bacf67e",
"lastOpenFiles": [
"编辑器/SearchFilter UnityEditor筛选器.md",
"并行计算/GPU/SIMT.md",
"并行计算/GPU/Compute Shader.md",
"性能优化/批量渲染 数字UI.md",
"性能优化/关于Unity加载优化你可能遇到这些问题 - 知乎.md",
"程序集.md",
"2024-04-10.md",
"2024-03-19.md",
"链接.md",
"TODO.md",
"未命名.md",
"渲染/GPU/Pasted image 20230413163234.png",
"渲染/GPU/GPU渲染流程.md",
"性能优化/Batch & DrawCall.md",
"网络同步.md",
"Batch & DrawCall.md",
"conflict-files-obsidian-git.md",
"渲染/软渲染/冯 高光.md",
"渲染/软渲染",
"渲染/软渲染/还未实现.md",
"待办事项/TODO.md",
"渲染/一些渲染效果/Unity可交互雪地渲染Part5-雪地闪光及SSS.md",
"渲染/一些渲染效果",
"算法/TopK 问题.md",
"并行计算/CPU/SIMD(单指令多数据).md",
"编辑器/SerializedObject.md",
"Mesh/Mesh Renderer 与 Skinned Mesh Renderer.md",
"Mesh/Mesh Baker.md",
"Mesh/图片/Pasted image 20221021171104.png",
"log_learn/SkillConfig.md",
"战斗/还需要做的事.md",
"log_learn/shader入门精要.md",
"渲染/GPU/Pasted image 20230413163234.png",
"渲染/GPU/GPU渲染流程.md",
"战斗/技能/SkillBase.md",
"战斗/战斗系统 - 3C相关.md",
"战斗/游戏知识学习——【战斗系统】.md",
"战斗/动作.md",
"性能优化",
"地图编辑器/RoadMap.md",
"地图编辑器/复盘.md",
"地图编辑器",
"资源/打包",
"资源",
"UniTask与State对比",
"Unity 技术美术Trick",
"算法",
"渲染/软渲染",
"渲染/软渲染/图片/Pasted image 20230613102109.png",
"渲染/软渲染/图片",
"2023-07-26.md",
"2023-06-26.md",
"渲染/软渲染/课程.md",
"软渲染器/OpenGL.md",
"渲染/软渲染/视口剔除.md",
"渲染/软渲染/视锥剔除.md",
"渲染/软渲染/透视矫正.md",
"并行计算/CPU/Brust.md",
"并行计算/CPU/SIMD(单指令多数据).md",
"Issue/超出ScrollView的特效渲染层级不对.md",
"FairyGui/工作流.md",
"FairyGui",
"未命名.canvas",
"未命名 1.canvas",
"log_learn",
"渲染",
"渲染/GPU",
"并行计算/GPU",
"并行计算/GPU.canvas",
"并行计算/CPU",
"并行计算/CPU.canvas",
"未命名 2.canvas",
"并行计算",
"Issue",
"编辑器/图片/Pasted image 20221025121100.png"
]
}