项目:Obsidian 设置
This commit is contained in:
parent
83662b88d6
commit
a08285833e
1
.gitignore
vendored
1
.gitignore
vendored
@ -23,3 +23,4 @@ yarn-error.log*
|
|||||||
/dist
|
/dist
|
||||||
/.vscode
|
/.vscode
|
||||||
/.trash
|
/.trash
|
||||||
|
.obsidian/workspace
|
||||||
|
2
.obsidian/appearance.json
vendored
2
.obsidian/appearance.json
vendored
@ -6,5 +6,5 @@
|
|||||||
"translucency": false,
|
"translucency": false,
|
||||||
"textFontFamily": "霞鹜文楷等宽,微软雅黑",
|
"textFontFamily": "霞鹜文楷等宽,微软雅黑",
|
||||||
"monospaceFontFamily": "霞鹜文楷等宽,微软雅黑",
|
"monospaceFontFamily": "霞鹜文楷等宽,微软雅黑",
|
||||||
"baseFontSizeAction": false
|
"baseFontSizeAction": true
|
||||||
}
|
}
|
26
.obsidian/workspace
vendored
26
.obsidian/workspace
vendored
@ -4,12 +4,12 @@
|
|||||||
"type": "split",
|
"type": "split",
|
||||||
"children": [
|
"children": [
|
||||||
{
|
{
|
||||||
"id": "742c808ba884e60f",
|
"id": "9fa99411757b9349",
|
||||||
"type": "leaf",
|
"type": "leaf",
|
||||||
"state": {
|
"state": {
|
||||||
"type": "markdown",
|
"type": "markdown",
|
||||||
"state": {
|
"state": {
|
||||||
"file": "wiki/algo/概述/算法.md",
|
"file": "未命名.md",
|
||||||
"mode": "source",
|
"mode": "source",
|
||||||
"backlinks": false,
|
"backlinks": false,
|
||||||
"source": false
|
"source": false
|
||||||
@ -63,7 +63,7 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"direction": "horizontal",
|
"direction": "horizontal",
|
||||||
"width": 210
|
"width": 295
|
||||||
},
|
},
|
||||||
"right": {
|
"right": {
|
||||||
"id": "3d677101148143c0",
|
"id": "3d677101148143c0",
|
||||||
@ -98,7 +98,7 @@
|
|||||||
"state": {
|
"state": {
|
||||||
"type": "outline",
|
"type": "outline",
|
||||||
"state": {
|
"state": {
|
||||||
"file": "wiki/algo/概述/算法.md"
|
"file": "未命名.md"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@ -127,15 +127,15 @@
|
|||||||
},
|
},
|
||||||
"active": "ed729260027c7607",
|
"active": "ed729260027c7607",
|
||||||
"lastOpenFiles": [
|
"lastOpenFiles": [
|
||||||
"wiki/algo/概述/数据结构.md",
|
"blog/写博客的正确姿势 - 测试版.md",
|
||||||
"wiki/algo/概述/算法.md",
|
"blog/写博客的正确姿势 - 先行版.md",
|
||||||
"templates/文档 - 完全模板.md",
|
"templates/博客 - 完全模板.md",
|
||||||
"templates/文档 - 快速模板.md",
|
"journal/2022/W34/2022-08-25.md",
|
||||||
"wiki/algo/常见算法.md",
|
|
||||||
"templates/日志 - 季度模板.md",
|
|
||||||
"blog/写十万字的博客是一种什么感觉.md",
|
|
||||||
"blog/未命名.md",
|
|
||||||
"templates/博客 - 快速模板.md",
|
"templates/博客 - 快速模板.md",
|
||||||
"templates/日志 - 周记模板.md"
|
"blog/写十万字的博客是一种什么感觉.md",
|
||||||
|
"wiki/algo/概述/算法.md",
|
||||||
|
"wiki/algo/概述/数据结构.md",
|
||||||
|
"README.md",
|
||||||
|
"templates/文档 - 完全模板.md"
|
||||||
]
|
]
|
||||||
}
|
}
|
@ -47,6 +47,8 @@ const config = {
|
|||||||
showReadingTime: true,
|
showReadingTime: true,
|
||||||
editUrl: "https://git.7wate.com/zhouzhongping/wiki/src/branch/master",
|
editUrl: "https://git.7wate.com/zhouzhongping/wiki/src/branch/master",
|
||||||
feedOptions: {
|
feedOptions: {
|
||||||
|
title: "7Wate`s Blog",
|
||||||
|
description: "7Wate 的个人生活和工作记录",
|
||||||
type: 'all',
|
type: 'all',
|
||||||
copyright: `Copyright © ${new Date().getFullYear()} 7Wate, Inc.`,
|
copyright: `Copyright © ${new Date().getFullYear()} 7Wate, Inc.`,
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user