项目:插件更新
This commit is contained in:
parent
006cd94b22
commit
02b1bdf33f
3
.obsidian/appearance.json
vendored
3
.obsidian/appearance.json
vendored
@ -7,5 +7,6 @@
|
|||||||
"textFontFamily": "霞鹜文楷等宽,微软雅黑",
|
"textFontFamily": "霞鹜文楷等宽,微软雅黑",
|
||||||
"monospaceFontFamily": "霞鹜文楷等宽,微软雅黑",
|
"monospaceFontFamily": "霞鹜文楷等宽,微软雅黑",
|
||||||
"baseFontSizeAction": true,
|
"baseFontSizeAction": true,
|
||||||
"accentColor": ""
|
"accentColor": "",
|
||||||
|
"nativeMenus": false
|
||||||
}
|
}
|
8
.obsidian/plugins/obsidian-git/main.js
vendored
8
.obsidian/plugins/obsidian-git/main.js
vendored
@ -29954,21 +29954,21 @@ var SimpleGit = class extends GitManager {
|
|||||||
(err) => this.onError(err)
|
(err) => this.onError(err)
|
||||||
);
|
);
|
||||||
return res.all.map((e) => {
|
return res.all.map((e) => {
|
||||||
var _a2, _b;
|
var _a2, _b, _c, _d;
|
||||||
return {
|
return {
|
||||||
...e,
|
...e,
|
||||||
refs: e.refs.split(", "),
|
refs: e.refs.split(", "),
|
||||||
diff: {
|
diff: {
|
||||||
...e.diff,
|
...e.diff,
|
||||||
files: e.diff.files.map((f) => ({
|
files: (_b = (_a2 = e.diff) == null ? void 0 : _a2.files.map((f) => ({
|
||||||
...f,
|
...f,
|
||||||
status: f.status,
|
status: f.status,
|
||||||
path: f.file,
|
path: f.file,
|
||||||
hash: e.hash,
|
hash: e.hash,
|
||||||
vault_path: this.getVaultPath(f.file)
|
vault_path: this.getVaultPath(f.file)
|
||||||
}))
|
}))) != null ? _b : []
|
||||||
},
|
},
|
||||||
fileName: (_b = (_a2 = e.diff) == null ? void 0 : _a2.files.first()) == null ? void 0 : _b.file
|
fileName: (_d = (_c = e.diff) == null ? void 0 : _c.files.first()) == null ? void 0 : _d.file
|
||||||
};
|
};
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
2
.obsidian/plugins/obsidian-git/manifest.json
vendored
2
.obsidian/plugins/obsidian-git/manifest.json
vendored
@ -5,5 +5,5 @@
|
|||||||
"isDesktopOnly": false,
|
"isDesktopOnly": false,
|
||||||
"fundingUrl": "https://ko-fi.com/vinzent",
|
"fundingUrl": "https://ko-fi.com/vinzent",
|
||||||
"js": "main.js",
|
"js": "main.js",
|
||||||
"version": "2.20.5"
|
"version": "2.20.6"
|
||||||
}
|
}
|
||||||
|
3
.obsidian/plugins/obsidian-hider/data.json
vendored
3
.obsidian/plugins/obsidian-hider/data.json
vendored
@ -1,10 +1,11 @@
|
|||||||
{
|
{
|
||||||
"hideRibbon": false,
|
"hideRibbon": false,
|
||||||
"hideStatus": false,
|
"hideStatus": false,
|
||||||
"hideTabs": true,
|
"hideTabs": false,
|
||||||
"hideScroll": false,
|
"hideScroll": false,
|
||||||
"hideSidebarButtons": false,
|
"hideSidebarButtons": false,
|
||||||
"hideTooltips": false,
|
"hideTooltips": false,
|
||||||
|
"hideFileNavButtons": false,
|
||||||
"hideSearchSuggestions": false,
|
"hideSearchSuggestions": false,
|
||||||
"hideSearchCounts": false,
|
"hideSearchCounts": false,
|
||||||
"hideInstructions": false,
|
"hideInstructions": false,
|
||||||
|
File diff suppressed because one or more lines are too long
@ -1,8 +1,8 @@
|
|||||||
{
|
{
|
||||||
"id": "obsidian-minimal-settings",
|
"id": "obsidian-minimal-settings",
|
||||||
"name": "Minimal Theme Settings",
|
"name": "Minimal Theme Settings",
|
||||||
"version": "6.3.1",
|
"version": "6.3.2",
|
||||||
"minAppVersion": "0.16.0",
|
"minAppVersion": "1.1.9",
|
||||||
"description": "Change the colors, fonts and features of Minimal Theme.",
|
"description": "Change the colors, fonts and features of Minimal Theme.",
|
||||||
"author": "@kepano",
|
"author": "@kepano",
|
||||||
"authorUrl": "https://www.twitter.com/kepano",
|
"authorUrl": "https://www.twitter.com/kepano",
|
||||||
|
Loading…
Reference in New Issue
Block a user