vault backup: 2022-10-22 18:59:09
This commit is contained in:
parent
9e3b45d83f
commit
4d409a3892
3
.obsidian/appearance.json
vendored
3
.obsidian/appearance.json
vendored
|
@ -6,5 +6,6 @@
|
|||
"textFontFamily": "IBM Plex Mono,monospace",
|
||||
"monospaceFontFamily": "IBM Plex Mono",
|
||||
"baseFontSize": 19,
|
||||
"enabledCssSnippets": []
|
||||
"enabledCssSnippets": [],
|
||||
"accentColor": ""
|
||||
}
|
5
.obsidian/plugins/obsidian-git/data.json
vendored
5
.obsidian/plugins/obsidian-git/data.json
vendored
|
@ -20,5 +20,8 @@
|
|||
"basePath": "",
|
||||
"differentIntervalCommitAndPush": true,
|
||||
"changedFilesInStatusBar": true,
|
||||
"username": ""
|
||||
"username": "",
|
||||
"showedMobileNotice": true,
|
||||
"refreshSourceControlTimer": 7000,
|
||||
"showBranchStatusBar": true
|
||||
}
|
26637
.obsidian/plugins/obsidian-git/main.js
vendored
26637
.obsidian/plugins/obsidian-git/main.js
vendored
File diff suppressed because it is too large
Load diff
6
.obsidian/plugins/obsidian-git/manifest.json
vendored
6
.obsidian/plugins/obsidian-git/manifest.json
vendored
|
@ -1,8 +1,8 @@
|
|||
{
|
||||
"id": "obsidian-git",
|
||||
"name": "Obsidian Git",
|
||||
"description": "Backup your vault with git.",
|
||||
"isDesktopOnly": true,
|
||||
"description": "Backup your vault with Git.",
|
||||
"isDesktopOnly": false,
|
||||
"js": "main.js",
|
||||
"version": "1.31.0"
|
||||
"version": "2.6.0"
|
||||
}
|
||||
|
|
8
.obsidian/plugins/obsidian-git/styles.css
vendored
8
.obsidian/plugins/obsidian-git/styles.css
vendored
|
@ -8,6 +8,10 @@
|
|||
}
|
||||
}
|
||||
|
||||
.workspace-leaf-content[data-type='git-view'] .view-content {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.loading>svg {
|
||||
animation: 2s linear infinite loading;
|
||||
transform-origin: 50% 50%;
|
||||
|
@ -298,6 +302,10 @@
|
|||
width: 4em;
|
||||
}
|
||||
|
||||
.workspace-leaf-content[data-type="diff-view"] .d2h-diff-tbody tr {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.workspace-leaf-content[data-type="diff-view"] .d2h-code-side-linenumber:after {
|
||||
content: "\200b";
|
||||
}
|
||||
|
|
|
@ -3,11 +3,7 @@
|
|||
"obsidian-prism-theme@@light-accent-color-preset": "pt-accent-color-green-lt",
|
||||
"obsidian-prism-theme@@color-schemes-dt": "pt-color-scheme-indigo-dt",
|
||||
"obsidian-prism-theme@@pt-disable-blur": true,
|
||||
"obsidian-prism-theme@@pt-disable-animations": true,
|
||||
"obsidian-prism-theme@@pt-disable-custom-icons": false,
|
||||
"obsidian-prism-theme@@pt-hide-view-header": false,
|
||||
"obsidian-prism-theme@@accent-style-dt": "pt-accent-style-borderandfilled-dt",
|
||||
"obsidian-prism-theme@@accent-style-lt": "pt-accent-style-borderandfilled-lt",
|
||||
"obsidian-prism-theme@@background-type-lt": "pt-background-default-lt",
|
||||
"obsidian-prism-theme@@light-mark-highlight-style": "pt-highlight-style-filled-lt"
|
||||
}
|
|
@ -3861,7 +3861,14 @@ const tr = {};
|
|||
|
||||
const uk = {};
|
||||
|
||||
const zh = {};
|
||||
const zh = {
|
||||
"Default:": "默认:",
|
||||
"Error:": "错误:",
|
||||
"missing default light value, or value is not in a valid color format": "缺少默认的浅色模式色值,或该色值没有采用一个有效的颜色格式",
|
||||
"missing default dark value, or value is not in a valid color format": "缺少默认的深色模式色值,或该色值没有采用一个有效的颜色格式",
|
||||
"missing default value, or value is not in a valid color format": "缺少默认色值,或该色值没有采用一个有效的颜色格式",
|
||||
"missing default value": "缺少默认色值",
|
||||
};
|
||||
|
||||
const zhTw = {};
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"id": "obsidian-style-settings",
|
||||
"name": "Style Settings",
|
||||
"version": "0.4.11",
|
||||
"version": "0.4.12",
|
||||
"minAppVersion": "0.11.5",
|
||||
"description": "Offers controls for adjusting theme, plugin, and snippet CSS variables.",
|
||||
"author": "mgmeyers",
|
||||
|
|
7
.obsidian/themes/Prism/manifest.json
vendored
Normal file
7
.obsidian/themes/Prism/manifest.json
vendored
Normal file
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"name": "Prism",
|
||||
"version": "3.0.0-beta.9",
|
||||
"minAppVersion": "0.16.0",
|
||||
"author": "Damian Korcz",
|
||||
"authorUrl": "https://github.com/damiankorcz"
|
||||
}
|
6630
.obsidian/themes/Prism/theme.css
vendored
Normal file
6630
.obsidian/themes/Prism/theme.css
vendored
Normal file
File diff suppressed because one or more lines are too long
171
.obsidian/workspace.json
vendored
Normal file
171
.obsidian/workspace.json
vendored
Normal file
|
@ -0,0 +1,171 @@
|
|||
{
|
||||
"main": {
|
||||
"id": "8e9accceb03b8cbb",
|
||||
"type": "split",
|
||||
"children": [
|
||||
{
|
||||
"id": "77f1190466bc3393",
|
||||
"type": "tabs",
|
||||
"children": [
|
||||
{
|
||||
"id": "3830486783f1e583",
|
||||
"type": "leaf",
|
||||
"state": {
|
||||
"type": "markdown",
|
||||
"state": {
|
||||
"file": "OJ notes/OJ-index.md",
|
||||
"mode": "preview",
|
||||
"backlinks": false,
|
||||
"source": true
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"direction": "vertical"
|
||||
},
|
||||
"left": {
|
||||
"id": "8f339aba13fc7b34",
|
||||
"type": "split",
|
||||
"children": [
|
||||
{
|
||||
"id": "181b0904a5ea9093",
|
||||
"type": "tabs",
|
||||
"dimension": 80.92443140132062,
|
||||
"children": [
|
||||
{
|
||||
"id": "dc7b766adde71133",
|
||||
"type": "leaf",
|
||||
"state": {
|
||||
"type": "file-explorer",
|
||||
"state": {
|
||||
"sortOrder": "byCreatedTime"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "9fea4d6a3fb7b065",
|
||||
"type": "leaf",
|
||||
"state": {
|
||||
"type": "search",
|
||||
"state": {
|
||||
"query": "BFS",
|
||||
"matchingCase": false,
|
||||
"explainSearch": false,
|
||||
"collapseAll": true,
|
||||
"extraContext": false,
|
||||
"sortOrder": "alphabetical"
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "67a5b9b7405b0aab",
|
||||
"type": "tabs",
|
||||
"dimension": 19.075568598679386,
|
||||
"children": [
|
||||
{
|
||||
"id": "433ee2e054563ec8",
|
||||
"type": "leaf",
|
||||
"state": {
|
||||
"type": "starred",
|
||||
"state": {}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"direction": "horizontal",
|
||||
"width": 471
|
||||
},
|
||||
"right": {
|
||||
"id": "84d48f88a06a5d05",
|
||||
"type": "split",
|
||||
"children": [
|
||||
{
|
||||
"id": "600e2282db7d13db",
|
||||
"type": "tabs",
|
||||
"dimension": 50.03668378576669,
|
||||
"children": [
|
||||
{
|
||||
"id": "b7747330b7aae8d3",
|
||||
"type": "leaf",
|
||||
"state": {
|
||||
"type": "backlink",
|
||||
"state": {
|
||||
"file": "OJ notes/OJ-index.md",
|
||||
"collapseAll": false,
|
||||
"extraContext": false,
|
||||
"sortOrder": "alphabetical",
|
||||
"showSearch": false,
|
||||
"searchQuery": "",
|
||||
"backlinkCollapsed": false,
|
||||
"unlinkedCollapsed": false
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "9519bbe1baa8be43",
|
||||
"type": "leaf",
|
||||
"state": {
|
||||
"type": "outgoing-link",
|
||||
"state": {
|
||||
"file": "OJ notes/OJ-index.md",
|
||||
"linksCollapsed": false,
|
||||
"unlinkedCollapsed": true
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "bad3fb60ee1eaeb0",
|
||||
"type": "leaf",
|
||||
"state": {
|
||||
"type": "tag",
|
||||
"state": {
|
||||
"sortOrder": "frequency",
|
||||
"useHierarchy": true
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "5904586ead812fd4",
|
||||
"type": "tabs",
|
||||
"dimension": 49.96331621423331,
|
||||
"children": [
|
||||
{
|
||||
"id": "08480958817d433e",
|
||||
"type": "leaf",
|
||||
"state": {
|
||||
"type": "outline",
|
||||
"state": {
|
||||
"file": "OJ notes/OJ-index.md"
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"direction": "horizontal",
|
||||
"width": 419
|
||||
},
|
||||
"ribbon": {
|
||||
"mostRecentAction": ""
|
||||
},
|
||||
"active": "3830486783f1e583",
|
||||
"lastOpenFiles": [
|
||||
"OJ notes/pages/Leetcode Linked-List-Cycle.md",
|
||||
"OJ notes/pages/Leetcode Binary-Tree-Level-Order-Traversal.md",
|
||||
"OJ notes/pages/Leetcode 01-Matrix.md",
|
||||
"OJ notes/pages/Breadth First Search.md",
|
||||
"OJ notes/pages/Leetcode Reverse-Linked-List.md",
|
||||
"OJ notes/pages/Two pointers approach.md",
|
||||
"OJ notes/pages/Leetcode Remove-Nth-Node-From-End-of-List.md",
|
||||
"OJ notes/pages/Leetcode Remove-Linked-List-Elements.md",
|
||||
"OJ notes/pages/Leetcode Remove-Duplicates-From-Sorted-List.md",
|
||||
"OJ notes/pages/Leetcode Middle-of-the-Linked-List.md"
|
||||
]
|
||||
}
|
Loading…
Reference in a new issue